HomeSort by: relevance | last modified time | path
    Searched defs:authenticate (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
conffile.h 49 int authenticate; /* RFC 2385 */ member in struct:conf_neighbour
  /src/lib/libpam/modules/pam_group/
pam_group.c 62 static int authenticate(pam_handle_t *, struct passwd *, int);
96 auth = openpam_get_option(pamh, "authenticate") != NULL;
130 if ((pam_err = authenticate(pamh, pwd, flags)) != PAM_SUCCESS)
152 authenticate(pam_handle_t *pamh, struct passwd *pwd, int flags) function in typeref:typename:int

Completed in 10 milliseconds