Home
last modified time | relevance | path

Searched refs:getpwnam_from (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/passwdutil/
H A Dpasswdutil.h158 struct passwd *getpwnam_from(const char *, pwu_repository_t *, int);
H A Dldap_attr.c203 if ((pw = getpwnam_from(user, rep, REP_LDAP)) == NULL) in ldap_user_to_authenticate()
429 res = dup_pw(&ldapbuf->pwd, getpwnam_from(name, rep, REP_LDAP)); in ldap_getpwnam()
1192 if ((pw = getpwnam_from(name, rep, REP_LDAP)) == NULL) { in ldap_putpwnam()
H A Dswitch_utils.c614 getpwnam_from(const char *name, pwu_repository_t *rep, int reptype) in getpwnam_from() function