Searched defs:repository (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c82 * HISTORY is implemented at the repository level (passwdutil).
250 * we find out where the user information came from (which repository),
254 * If the user comes from a repository other than FILES/NIS
256 * any checks on the user, but let the repository decide instead.
284 char *repository = attr[1].data.val_s; local
285 if ((strcmp(repository, "files") == 0 ||
286 strcmp(repository, "nis") == 0) ||

Completed in 26 milliseconds