Home
last modified time | relevance | path

Searched refs:LDAP_ALREADY_EXISTS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c195 if (retval == LDAP_ALREADY_EXISTS) { in genent_prof_attr()
266 if (retval == LDAP_ALREADY_EXISTS) { in genent_exec_attr()
346 if (retval == LDAP_ALREADY_EXISTS) { in genent_auth_attr()
H A Dldapaddent.c765 if (retval == LDAP_ALREADY_EXISTS) { in genent_hosts()
990 if (retval == LDAP_ALREADY_EXISTS) { in genent_rpc()
1201 if (retval == LDAP_ALREADY_EXISTS) { in genent_protocols()
1423 if (retval == LDAP_ALREADY_EXISTS) { in genent_networks()
1655 if (retval == LDAP_ALREADY_EXISTS) { in genent_services()
1889 if (retval == LDAP_ALREADY_EXISTS) { in genent_group()
2034 if (retval == LDAP_ALREADY_EXISTS) { in genent_ethers()
2143 if (retval == LDAP_ALREADY_EXISTS) { in genent_aliases()
2884 if (retval == LDAP_ALREADY_EXISTS) { in genent_automount()
3099 if (retval == LDAP_ALREADY_EXISTS) { in genent_passwd()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c76 { LDAP_ALREADY_EXISTS, 0 },
147 { LDAP_ALREADY_EXISTS, "Already exists" },
H A Dmemcache.c1432 return( LDAP_ALREADY_EXISTS );
1871 return( LDAP_ALREADY_EXISTS );
2056 return( LDAP_ALREADY_EXISTS );
/illumos-gate/usr/src/head/
H A Dldap.h296 #define LDAP_ALREADY_EXISTS 0x44 /* 68 */ macro
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1136 if (ret == LDAP_ALREADY_EXISTS) in smb_ads_publish_share()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1091 if (st == LDAP_ALREADY_EXISTS && entries->mask & KADM5_LOAD) {
H A Dldap_misc.c1060 if (st == LDAP_ALREADY_EXISTS || st == LDAP_TYPE_OR_VALUE_EXISTS)
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1989 else if (rc == LDAP_ALREADY_EXISTS) in addNISObject()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c2299 if (stat != LDAP_ALREADY_EXISTS) in ldapModify()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c3949 (*errorp)->status == LDAP_ALREADY_EXISTS && in __ns_ldap_addTypedEntry()