Searched refs:__s_add_attr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1435 __s_add_attr(ns_ldap_entry_t *e, char *attrname, char *value) function 1569 rc = __s_add_attr(e, "uid", ptr->pw_name); 1574 rc = __s_add_attr(e, "cn", ptr->pw_name); 1582 rc = __s_add_attr(e, "userPassword", ptr->pw_passwd); 1590 rc = __s_add_attr(e, "uidNumber", ibuf); 1597 rc = __s_add_attr(e, "gidNumber", ibuf); 1604 rc = __s_add_attr(e, "gecos", ptr->pw_gecos); 1611 rc = __s_add_attr(e, "homeDirectory", ptr->pw_dir); 1618 rc = __s_add_attr(e, "loginShell", ptr->pw_shell); 1712 rc = __s_add_attr( [all...] |
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 245 __s_add_attr(ns_ldap_entry_t *e, char *attrname, char *value) function 4550 if (__s_add_attr(e,
|
Completed in 69 milliseconds