Searched refs:NS_LDAP_INTERNAL (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 263 return (NS_LDAP_INTERNAL); in __s_api_requestServer() 325 return (NS_LDAP_INTERNAL); in __s_api_requestServer() 757 return (NS_LDAP_INTERNAL); in makeConnection() 873 if (rc == NS_LDAP_INTERNAL && *errorp != NULL) { in makeConnection() 1181 return (NS_LDAP_INTERNAL); in process_pwd_mgmt() 1275 exit_rc = NS_LDAP_INTERNAL; in process_pwd_mgmt() 2057 return (NS_LDAP_INTERNAL); in createTLSSession() 2079 return (NS_LDAP_INTERNAL); in createTLSSession() 2093 return (NS_LDAP_INTERNAL); in createTLSSession() 2252 return (NS_LDAP_INTERNAL); in createNonTLSSession() [all …]
|
H A D | ns_standalone.c | 1176 NS_LDAP_INTERNAL, in __ns_ldap_getConnectionInfoFromDUA() 1180 return (NS_LDAP_INTERNAL); in __ns_ldap_getConnectionInfoFromDUA() 1199 return (NS_LDAP_INTERNAL); in __ns_ldap_getConnectionInfoFromDUA() 1334 return (NS_LDAP_INTERNAL); in __ns_ldap_getRootDSE() 1616 *retCode = NS_LDAP_INTERNAL; in create_ns_servers_entry() 1938 NS_LDAP_INTERNAL, in __ns_ldap_initAuth() 1941 return (NS_LDAP_INTERNAL); in __ns_ldap_initAuth() 1956 NS_LDAP_INTERNAL, in __ns_ldap_initAuth() 1959 return (NS_LDAP_INTERNAL); in __ns_ldap_initAuth() 2002 return (NS_LDAP_INTERNAL); in __ns_ldap_initStandalone() [all …]
|
H A D | ns_reads.c | 569 return (NS_LDAP_INTERNAL); in __s_api_cvtEntry() 610 return (NS_LDAP_INTERNAL); in __s_api_cvtEntry() 2054 MKERROR(LOG_WARNING, *errorp, NS_LDAP_INTERNAL, err, in multi_result() 2056 cookie->err_rc = NS_LDAP_INTERNAL; in multi_result() 2124 MKERROR(LOG_WARNING, *errorp, NS_LDAP_INTERNAL, err, in multi_result() 2126 cookie->err_rc = NS_LDAP_INTERNAL; in multi_result() 2382 MKERROR(LOG_WARNING, *errorp, NS_LDAP_INTERNAL, err, in search_state_machine() 2384 cookie->err_rc = NS_LDAP_INTERNAL; in search_state_machine() 2932 MKERROR(LOG_WARNING, *errorp, NS_LDAP_INTERNAL, in search_state_machine() 2935 cookie->err_rc = NS_LDAP_INTERNAL; in search_state_machine() [all …]
|
H A D | ns_error.c | 46 {NS_LDAP_INTERNAL, NULL},
|
H A D | ns_writes.c | 915 rc = NS_LDAP_INTERNAL; in write_state_machine() 1079 return_rc = NS_LDAP_INTERNAL; in write_state_machine() 1110 return (NS_LDAP_INTERNAL); in write_state_machine() 2879 rc = NS_LDAP_INTERNAL; in modify_ethers_bootp() 3933 if (rc == NS_LDAP_INTERNAL && *errorp && in __ns_ldap_addTypedEntry() 3938 if (rc == NS_LDAP_INTERNAL && *errorp && in __ns_ldap_addTypedEntry() 3948 if (rc == NS_LDAP_INTERNAL && *errorp && in __ns_ldap_addTypedEntry()
|
H A D | ns_config.c | 2381 exitrc = NS_LDAP_INTERNAL; in __ns_ldap_setParamValue() 2390 NS_LDAP_INTERNAL, in __ns_ldap_setParamValue() 2491 exitrc = NS_LDAP_INTERNAL; in __ns_ldap_setParamValue() 2500 NS_LDAP_INTERNAL, in __ns_ldap_setParamValue() 2569 exitrc = NS_LDAP_INTERNAL; in __ns_ldap_setParamValue() 2578 NS_LDAP_INTERNAL, in __ns_ldap_setParamValue()
|
H A D | ns_sldap.h | 254 NS_LDAP_INTERNAL = 7, /* LDAP error, detail in errorp */ enumerator
|
H A D | ns_connmgmt.c | 1311 free_cm = close_conn_mt(cm, NS_LDAP_INTERNAL, NULL, NULL); in match_conn_mt()
|
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 58 case NS_LDAP_INTERNAL: in __ldap_to_pamerror() 221 } else if (ldaprc == NS_LDAP_INTERNAL) { in authenticate()
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 963 case NS_LDAP_INTERNAL: in ldap_to_pwu_code() 1088 if ((ldaprc == NS_LDAP_INTERNAL) && in ldap_replaceattr() 1100 if ((ldaprc == NS_LDAP_INTERNAL) && in ldap_replaceattr()
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1739 if (rc == NS_LDAP_INTERNAL && 1749 if (rc == NS_LDAP_INTERNAL &&
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 114 case NS_LDAP_INTERNAL: in switch_err()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 688 if ((ldaprc == NS_LDAP_INTERNAL) && in update_ldap_attr()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 262 case NS_LDAP_INTERNAL: in nldaprc2retcode()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 439 case NS_LDAP_INTERNAL: in addentry() 4225 case NS_LDAP_INTERNAL: in dumptable()
|