Home
last modified time | relevance | path

Searched refs:__ns_ldap_getAttr (Results 1 – 25 of 34) sorted by relevance

12

/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c157 value = __ns_ldap_getAttr(res->entry, "uid"); in dump_user_attr()
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_user_attr()
220 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_prof_attr()
227 value = __ns_ldap_getAttr(res->entry, "SolarisAttrLongDesc"); in dump_prof_attr()
231 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_prof_attr()
295 profile = __ns_ldap_getAttr(res->entry, "cn"); in dump_exec_attr()
296 policy = __ns_ldap_getAttr(res->entry, "SolarisKernelSecurityPolicy"); in dump_exec_attr()
297 type = __ns_ldap_getAttr(res->entry, "SolarisProfileType"); in dump_exec_attr()
298 id = __ns_ldap_getAttr(res->entry, "SolarisProfileId"); in dump_exec_attr()
314 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_exec_attr()
[all …]
H A Dldapaddtsol.c84 value = __ns_ldap_getAttr(res->entry, "ipTnetNumber"); in dump_tnrhdb()
91 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName"); in dump_tnrhdb()
131 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName"); in dump_tnrhtp()
138 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_tnrhtp()
H A Dldapaddent.c1915 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_group()
1918 value = __ns_ldap_getAttr(res->entry, "userPassword"); in dump_group()
1928 value = __ns_ldap_getAttr(res->entry, "gidNumber"); in dump_group()
1932 value = __ns_ldap_getAttr(res->entry, "memberUid"); in dump_group()
2058 value = __ns_ldap_getAttr(res->entry, "macAddress"); in dump_ethers()
2063 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_ethers()
2172 value = __ns_ldap_getAttr(res->entry, "mail"); in dump_aliases()
2175 value = __ns_ldap_getAttr(res->entry, "mgrpRFC822MailMember"); in dump_aliases()
2445 value = __ns_ldap_getAttr(res->entry, "uidNumber"); in dump_publickey()
2447 value = __ns_ldap_getAttr(res->entry, "cn"); in dump_publickey()
[all …]
/titanic_50/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c90 uid = __ns_ldap_getAttr(result->entry, _S_UID); in _nss_ldap_shadow2str()
97 passwd = __ns_ldap_getAttr(result->entry, _S_USERPASSWORD); in _nss_ldap_shadow2str()
146 last = __ns_ldap_getAttr(result->entry, _S_LASTCHANGE); in _nss_ldap_shadow2str()
153 smin = __ns_ldap_getAttr(result->entry, _S_MIN); in _nss_ldap_shadow2str()
160 smax = __ns_ldap_getAttr(result->entry, _S_MAX); in _nss_ldap_shadow2str()
167 warning = __ns_ldap_getAttr(result->entry, _S_WARNING); in _nss_ldap_shadow2str()
174 inactive = __ns_ldap_getAttr(result->entry, _S_INACTIVE); in _nss_ldap_shadow2str()
181 expire = __ns_ldap_getAttr(result->entry, _S_EXPIRE); in _nss_ldap_shadow2str()
189 flag = __ns_ldap_getAttr(result->entry, _S_FLAG); in _nss_ldap_shadow2str()
H A Dgetauthattr.c82 name = __ns_ldap_getAttr(result->entry, _AUTH_NAME); in _nss_ldap_auth2str()
88 res1 = __ns_ldap_getAttr(result->entry, _AUTH_RES1); in _nss_ldap_auth2str()
94 res2 = __ns_ldap_getAttr(result->entry, _AUTH_RES2); in _nss_ldap_auth2str()
100 sdes = __ns_ldap_getAttr(result->entry, _AUTH_SHORTDES); in _nss_ldap_auth2str()
106 ldes = __ns_ldap_getAttr(result->entry, _AUTH_LONGDES); in _nss_ldap_auth2str()
112 attr = __ns_ldap_getAttr(result->entry, _AUTH_ATTRS); in _nss_ldap_auth2str()
H A Dgetprofattr.c80 name = __ns_ldap_getAttr(result->entry, _PROF_NAME); in _nss_ldap_prof2str()
86 res1 = __ns_ldap_getAttr(result->entry, _PROF_RES1); in _nss_ldap_prof2str()
92 res2 = __ns_ldap_getAttr(result->entry, _PROF_RES2); in _nss_ldap_prof2str()
98 des = __ns_ldap_getAttr(result->entry, _PROF_DESC); in _nss_ldap_prof2str()
104 attr = __ns_ldap_getAttr(result->entry, _PROF_ATTRS); in _nss_ldap_prof2str()
H A Dgetuserattr.c80 name = __ns_ldap_getAttr(result->entry, _USER_NAME); in _nss_ldap_user2str()
87 qu = __ns_ldap_getAttr(result->entry, _USER_QUALIFIER); in _nss_ldap_user2str()
93 res1 = __ns_ldap_getAttr(result->entry, _USER_RES2); in _nss_ldap_user2str()
99 res2 = __ns_ldap_getAttr(result->entry, _USER_RES2); in _nss_ldap_user2str()
105 attr = __ns_ldap_getAttr(result->entry, _USER_ATTRS); in _nss_ldap_user2str()
H A Dgetpwnam.c103 uid_v = __ns_ldap_getAttr(entry, _PWD_UID); in _nss_ldap_passwd2str()
104 uidn_v = __ns_ldap_getAttr(entry, _PWD_UIDNUMBER); in _nss_ldap_passwd2str()
105 gidn_v = __ns_ldap_getAttr(entry, _PWD_GIDNUMBER); in _nss_ldap_passwd2str()
122 gecos_v = __ns_ldap_getAttr(entry, _PWD_GECOS); in _nss_ldap_passwd2str()
128 homedir_v = __ns_ldap_getAttr(entry, _PWD_HOMEDIRECTORY); in _nss_ldap_passwd2str()
134 shell_v = __ns_ldap_getAttr(entry, _PWD_LOGINSHELL); in _nss_ldap_passwd2str()
H A Dgetprojent.c95 name = __ns_ldap_getAttr(result->entry, _PROJ_NAME); in _nss_ldap_proj2str()
100 id = __ns_ldap_getAttr(result->entry, _PROJ_PROJID); in _nss_ldap_proj2str()
105 descr = __ns_ldap_getAttr(result->entry, _PROJ_DESCR); in _nss_ldap_proj2str()
156 attr = __ns_ldap_getAttr(result->entry, _PROJ_ATTR); in _nss_ldap_proj2str()
H A Dgetgrent.c114 gname = __ns_ldap_getAttr(result->entry, _G_NAME); in _nss_ldap_group2str()
119 passwd = __ns_ldap_getAttr(result->entry, _G_PASSWD); in _nss_ldap_group2str()
136 gid = __ns_ldap_getAttr(result->entry, _G_GID); in _nss_ldap_group2str()
325 !(dn_attr = __ns_ldap_getAttr(be->result->entry, "dn"))) in getbymember()
357 membervalue = __ns_ldap_getAttr(curEntry, "memberUid"); in getbymember()
374 groupvalue = __ns_ldap_getAttr(curEntry, in getbymember()
H A Dgetauuser.c74 name = __ns_ldap_getAttr(result->entry, _AU_NAME); in _nss_ldap_au2str()
80 al = __ns_ldap_getAttr(result->entry, _AU_ALWAYS); in _nss_ldap_au2str()
86 ne = __ns_ldap_getAttr(result->entry, _AU_NEVER); in _nss_ldap_au2str()
H A Dgetexecattr.c281 name = __ns_ldap_getAttr(result->entry, _EXEC_NAME); in _nss_ldap_exec2str()
288 policy = __ns_ldap_getAttr(result->entry, _EXEC_POLICY); in _nss_ldap_exec2str()
295 type = __ns_ldap_getAttr(result->entry, _EXEC_TYPE); in _nss_ldap_exec2str()
301 res1 = __ns_ldap_getAttr(result->entry, _EXEC_RES1); in _nss_ldap_exec2str()
307 res2 = __ns_ldap_getAttr(result->entry, _EXEC_RES2); in _nss_ldap_exec2str()
313 id = __ns_ldap_getAttr(result->entry, _EXEC_ID); in _nss_ldap_exec2str()
319 attr = __ns_ldap_getAttr(result->entry, _EXEC_ATTRS); in _nss_ldap_exec2str()
H A Dtsol_gettpent.c70 template = __ns_ldap_getAttr(result->entry, _TNRHTP_NAME); in _nss_ldap_tnrhtp2str()
76 attrs = __ns_ldap_getAttr(result->entry, _TNRHTP_ATTRS); in _nss_ldap_tnrhtp2str()
H A Dgetether.c75 host = __ns_ldap_getAttr(result->entry, _E_HOSTNAME); in _nss_ldap_ethers2str()
80 macaddress = __ns_ldap_getAttr(result->entry, _E_MACADDRESS); in _nss_ldap_ethers2str()
H A Dtsol_getrhent.c86 addr = __ns_ldap_getAttr(result->entry, _TNRHDB_ADDR); in _nss_ldap_tnrhdb2str()
102 template = __ns_ldap_getAttr(result->entry, _TNRHDB_TNAME); in _nss_ldap_tnrhdb2str()
H A Dgetkeyent.c84 pkey_array = __ns_ldap_getAttr(result->entry, _KEY_NISPUBLICKEY); in _nss_ldap_key2str()
101 skey_array = __ns_ldap_getAttr(result->entry, _KEY_NISSECRETKEY); in _nss_ldap_key2str()
H A Dgetnetmasks.c77 netmask = __ns_ldap_getAttr(result->entry, _N_NETMASK); in _nss_ldap_netmasks2str()
H A Dgethostent.c133 dns = __ns_ldap_getAttr(entry, _H_DN); in _nss_ldap_hosts2str_int()
145 ips = __ns_ldap_getAttr(entry, _H_ADDR); in _nss_ldap_hosts2str_int()
H A Dgetbootparams.c80 names = __ns_ldap_getAttr(result->entry, _B_HOSTNAME); in _nss_ldap_bootparams2str()
H A Dgetrpcent.c97 rpcnumber = __ns_ldap_getAttr(result->entry, _R_NUMBER); in _nss_ldap_rpc2str()
H A Dgetnetgrent.c361 attr = __ns_ldap_getAttr(entry, _N_TRIPLE); in match_triple_entry()
517 attrs = __ns_ldap_getAttr(entry, _N_MEMBER); in add_netgroup_member_entry()
862 attrs = __ns_ldap_getAttr(p->entry, _N_TRIPLE); in getnetgr_ldap_getent()
H A Dgetprotoent.c171 number = __ns_ldap_getAttr(result->entry, _P_PROTO); in _nss_ldap_protocols2str()
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c637 val = __ns_ldap_getAttr(entry, in idmap_nldap_lookup_batch_end()
644 val = __ns_ldap_getAttr(entry, in idmap_nldap_lookup_batch_end()
656 val = __ns_ldap_getAttr(entry, DN); in idmap_nldap_lookup_batch_end()
674 val = __ns_ldap_getAttr(entry, qs->nldap_winname_attr); in idmap_nldap_lookup_batch_end()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_getalias.c187 attr_value = __ns_ldap_getAttr(entry, MAIL_MEMBER); in __getldapaliasbyname()
H A Dmapfile-vers92 __ns_ldap_getAttr;

12