Lines Matching defs:dn
982 ldap_replaceattr(const char *dn, ns_ldap_attr_t **attrs, const char *binddn,
1000 /* for admin shadow update, dn and pwd will be set later in libsldap */
1003 if (dn == NULL || pwd == NULL)
1062 ldaprc = __ns_ldap_repAttr("shadow", dn,
1141 char *dn; /* dn of user whose attributes we are changing */
1142 char *binddn; /* dn of user who is performing the change */
1158 res = __ns_ldap_uid2dn(name, &dn, NULL, &errorp);
1169 res = ldap_replaceattr(dn, sattrs, NULL, NULL, &pwd_status,
1188 * create a dn for the user who is executing this code
1210 res = ldap_replaceattr(dn, pattrs, binddn, oldpw,
1217 free(dn);