Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

authtest(1) [debian man page]

AUTHTEST(1)						      Double Precision, Inc.						       AUTHTEST(1)

NAME
authtest - Test the Courier Authentication Library SYNOPSIS
authtest {loginid} [password] [newpassword] DESCRIPTION
authtest is a command-line diagnostic utility for the Courier Authentication Library. authtest requires at least one argument: loginid. authtest sends the authentication request to the Courier Authentication Library, then displays the results. Only root may use authtest utility, and the Courier Authentication Library daemon (authdaemond) must already be started. If only one argument is provided, the authentication request displays the account information for loginid, if found. If two arguments are provided, password must match loginid's existing password. If three arguments are provided, loginid's password is changed to newpassword, but only if password matches the existing psasword. These three basic authentication requests can be used to troubleshoot the authentication library's configuration. Double Precision, Inc. 08/23/2008 AUTHTEST(1)

Check Out this Related Man Page

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

NAME
auth_passwd - Change account's password SYNOPSIS
#include <courierauth.h> int rc=auth_passwd(const char *service, const char *username, const char *oldpassword, const char *newpassword); DESCRIPTION
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. RETURNS
auth_passwd returns 0 if the password was succesfully changed. A non-0 error code indicates a failure.. SEE ALSO
authlib(3)[1], auth_generic(3)[2], auth_login(3)[3], auth_getuserinfo(3)[4], auth_enumerate(3)[5]. NOTES
1. authlib(3) authlib.html 2. auth_generic(3) auth_generic.html 3. auth_login(3) auth_login.html 4. auth_getuserinfo(3) auth_getuserinfo.html 5. auth_enumerate(3) auth_enumerate.html Double Precision, Inc. 08/23/2008 AUTH_PASSWD(3)
Man Page