Home
last modified time | relevance | path

Searched refs:REP_LDAP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c61 result = REP_LDAP; in name_to_int()
71 result = REP_FILES | REP_LDAP; in name_to_int()
179 result |= REP_LDAP; in get_ns()
206 result |= REP_LDAP; in get_ns()
626 case REP_LDAP: in getpwnam_from()
657 case REP_LDAP: in getpwuid_from()
702 case REP_LDAP: in getspnam_from()
H A D__failed_count.c41 (repnum != REP_LDAP)) { in __incr_failed_count()
100 (repnum != REP_LDAP)) { in __rst_failed_count()
H A Dldap_attr.c204 if ((pw = getpwnam_from(user, rep, REP_LDAP)) == NULL) in ldap_user_to_authenticate()
430 res = dup_pw(&ldapbuf->pwd, getpwnam_from(name, rep, REP_LDAP)); in ldap_getpwnam()
434 res = dup_spw(&ldapbuf->spwd, getspnam_from(name, rep, REP_LDAP)); in ldap_getpwnam()
1193 if ((pw = getpwnam_from(name, rep, REP_LDAP)) == NULL) { in ldap_putpwnam()
1197 } else if ((pw = getpwuid_from(uid, rep, REP_LDAP)) == NULL) { in ldap_putpwnam()
H A Dpasswdutil.h103 #define REP_LDAP 0x0004 macro