REP_LDAP
(repnum != REP_LDAP)) {
(repnum != REP_LDAP)) {
if ((pw = getpwnam_from(name, rep, REP_LDAP)) == NULL) {
} else if ((pw = getpwuid_from(uid, rep, REP_LDAP)) == NULL) {
if ((pw = getpwnam_from(user, rep, REP_LDAP)) == NULL)
res = dup_pw(&ldapbuf->pwd, getpwnam_from(name, rep, REP_LDAP));
res = dup_spw(&ldapbuf->spwd, getspnam_from(name, rep, REP_LDAP));
result |= REP_LDAP;
result |= REP_LDAP;
result = REP_LDAP;
case REP_LDAP:
case REP_LDAP:
case REP_LDAP:
result = REP_FILES | REP_LDAP;