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

/osnet-11/usr/src/lib/passwdutil/
H A D__failed_count.c40 (repnum != REP_LDAP)) {
113 (repnum != REP_LDAP)) {
H A Dswitch_utils.c61 result = REP_LDAP;
71 result = REP_FILES | REP_LDAP;
179 result |= REP_LDAP;
206 result |= REP_LDAP;
626 case REP_LDAP:
657 case REP_LDAP:
702 case REP_LDAP:
H A Dpasswdutil.h96 #define REP_LDAP 0x0004 macro
H A Dldap_attr.c202 if ((pw = getpwnam_from(user, rep, REP_LDAP)) == NULL)
428 res = dup_pw(&ldapbuf->pwd, getpwnam_from(name, rep, REP_LDAP));
432 res = dup_spw(&ldapbuf->spwd, getspnam_from(name, rep, REP_LDAP));
1262 if ((pw = getpwnam_from(name, rep, REP_LDAP)) == NULL) {
1266 } else if ((pw = getpwuid_from(uid, rep, REP_LDAP)) == NULL) {

Completed in 31 milliseconds