Searched refs:authtok (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libpam/modules/pam_guest/
H A Dpam_guest.c78 const char *authtok, *guests, *user; local
94 err = pam_get_authtok(pamh, PAM_AUTHTOK, &authtok, NULL);
98 strcmp(user, authtok) != 0)
101 pam_set_item(pamh, PAM_RUSER, authtok);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacreq.c48 BER_BVZERO( &reqp->authtok );
75 if ( !BER_BVISNULL( &reqp->authtok ) )
76 ber_memfree( reqp->authtok.bv_val );
H A Drbacuser.c426 if ( !BER_BVISNULL( &reqp->authtok ) )
427 ber_dupbv( &userp->password, &reqp->authtok );
H A Drbac.h115 struct berval authtok; member in struct:rbac_request
H A Drbac.c768 "authtok parse failed.\n" );
771 ber_dupbv_x( &reqp->authtok, &bv, ctx );
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dpam_get_authtok.c70 const char **authtok,
82 *authtok = NULL;
116 *authtok = prevauthtok;
165 r = pam_get_item(pamh, item, (const void **)authtok);
185 * location pointed to by the =authtok argument, and the corresponding PAM
68 pam_get_authtok(pam_handle_t *pamh, int item, const char **authtok, const char *prompt) argument

Completed in 82 milliseconds