X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/b0322a8536f3cab76471c98122fe1df75bb7c387..5459351437f2b7b2a08457e5397f8a8381986ffe:/README_authlib.html.in diff --git a/README_authlib.html.in b/README_authlib.html.in index af35da0..85c772b 100644 --- a/README_authlib.html.in +++ b/README_authlib.html.in @@ -171,7 +171,7 @@ request is a single line terminated by newline. service \n cram-sha256 \n challenge \n response [\n] -- ditto

In the case of success, return the complete set of - account parameters in the same format as PRE, ending with a period on + account parameters in the same format as PRE, ending with a period on a line of its own. In the case of failure (e.g. username does not exist, password wrong, unsupported authentication type), return FAIL<newline>. @@ -189,7 +189,7 @@ request is a single line terminated by newline. <newline>

Request a password change for the given account: validate that the oldpassword is correct, and if so, change it to the newpassword. -

Reply: the string +

Reply: the string OK<newline> for success, or FAIL<newline> for a data error (e.g. no such account, old password wrong, new password not acceptable). In the case of a temporary failure, such as a database @@ -440,7 +440,7 @@ the list of mail accounts and passwords from an LDAP directory. The @authldaprc@ configuration file defines the particular details regarding the LDAP directory layout.

A suggested LDAP schema can be found in the file -authldap.schema, +authldap.schema, which is included in Courier authentication library's source code, and may be installed on your system.

authcustom

This is a do-nothing module where custom authentication code @@ -763,5 +763,5 @@ the callback function with a NULL login ID.

@authsqliterc@ - authsqlite configuration file

@authpgsqlrc@ - authpgsql configuration file

SEE ALSO

courier(8), - + userdb(8)