GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AUTH_PASSWD(3) Double Precision, Inc. AUTH_PASSWD(3)

auth_passwd - Change account's password

#include <courierauth.h>

int rc=auth_passwd(const char *service, const char *username, const char *oldpassword, const char *newpassword);

If username's password is oldpassword, it is replaced with newpassword. service identifies which so-called "service"'s password is changed; like “imap” or “pop3”. Some Courier authentication library's back-end module can use different passwords for different services. service is ignored if this is not the case.

auth_passwd returns 0 if the password was succesfully changed. A non-0 error code indicates a failure..

authlib(3)[1], auth_generic_meta(3)[2], auth_login_meta(3)[3], auth_getuserinfo_meta(3)[4], auth_enumerate(3)[5].

1.
authlib(3)
http://www.courier-mta.org/authlib/authlib.html
2.
auth_generic_meta(3)
http://www.courier-mta.org/authlib/auth_generic.html
3.
auth_login_meta(3)
http://www.courier-mta.org/authlib/auth_login.html
4.
auth_getuserinfo_meta(3)
http://www.courier-mta.org/authlib/auth_getuserinfo.html
5.
auth_enumerate(3)
http://www.courier-mta.org/authlib/auth_enumerate.html
10/28/2020 Double Precision, Inc.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.