Home
last modified time | relevance | path

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

/titanic_41/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.c440 if (eres->status == LDAP_ALREADY_EXISTS || in addentry()
763 if (retval == LDAP_ALREADY_EXISTS) { in genent_hosts()
988 if (retval == LDAP_ALREADY_EXISTS) { in genent_rpc()
1199 if (retval == LDAP_ALREADY_EXISTS) { in genent_protocols()
1421 if (retval == LDAP_ALREADY_EXISTS) { in genent_networks()
1653 if (retval == LDAP_ALREADY_EXISTS) { in genent_services()
1887 if (retval == LDAP_ALREADY_EXISTS) { in genent_group()
2032 if (retval == LDAP_ALREADY_EXISTS) { in genent_ethers()
2141 if (retval == LDAP_ALREADY_EXISTS) { in genent_aliases()
2760 if (retval == LDAP_ALREADY_EXISTS) { in genent_netgroup()
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c78 { LDAP_ALREADY_EXISTS, 0 },
149 { LDAP_ALREADY_EXISTS, "Already exists" },
H A Dmemcache.c1433 return( LDAP_ALREADY_EXISTS );
1872 return( LDAP_ALREADY_EXISTS );
2057 return( LDAP_ALREADY_EXISTS );
/titanic_41/usr/src/head/
H A Dldap.h296 #define LDAP_ALREADY_EXISTS 0x44 /* 68 */ macro
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1093 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)
/titanic_41/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1989 else if (rc == LDAP_ALREADY_EXISTS) in addNISObject()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1595 if (ret == LDAP_ALREADY_EXISTS) in smb_ads_publish_share()
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_op.c2301 if (stat != LDAP_ALREADY_EXISTS) in ldapModify()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_writes.c3953 (*errorp)->status == LDAP_ALREADY_EXISTS && in __ns_ldap_addTypedEntry()