X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/6b9221b9fe5c2b44c301ca08a987d99b4add7a06..5459351437f2b7b2a08457e5397f8a8381986ffe:/auth_enumerate.html diff --git a/auth_enumerate.html b/auth_enumerate.html index 6f6cd7a..4a354c2 100644 --- a/auth_enumerate.html +++ b/auth_enumerate.html @@ -7,7 +7,7 @@ information. -->

Name

auth_enumerate — Obtain list of accounts

Synopsis


#include <courierauth.h>

auth_enumerate(int (*callback_func) - (const char *, uid_t, gid_t, const char *, const char *, const char *, void *),
 void *callback_arg);
 

DESCRIPTION

+ (const char *, uid_t, gid_t, const char *, const char *, const char *, void *),  void *callback_arg);

 

DESCRIPTION

auth_enumerate enumerates all of the available accounts. auth_enumerate repeatedly calls callback_func, once for each account. @@ -30,7 +30,7 @@ This can be used to determine whether a partial list of accounts was received.

Note

Some back-end Courier authentication modules do not implement account enumeration, so this function may not be available in all -configurations.

SEE ALSO

+configurations.

SEE ALSO

authlib(3), auth_generic(3),