Searched defs:conn_user (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c688 ns_conn_user_t *conn_user)
784 fail_if_new_pwd_reqd, passwd_mgmt, conn_user, flags);
856 fail_if_new_pwd_reqd, passwd_mgmt, conn_user, flags);
994 if (conn_user != NULL && conn_user->conn_mt != NULL) {
995 if (__s_api_conn_mt_add(con, conn_user, errorp) ==
1347 ns_conn_user_t *conn_user, int flags)
1398 if (conn_user != NULL) {
1401 rc = __s_api_check_libldap_MT_conn_support(conn_user, ld,
1706 ns_conn_user_t *conn_user)
684 makeConnection(Connection **conp, const char *serverAddr, const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int nopasswd_acct_mgmt, int flags, char ***badsrvrs, ns_conn_user_t *conn_user) argument
1344 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt, ns_conn_user_t *conn_user, int flags) argument
1697 getConnection( const char *server, const int flags, const ns_cred_t *cred, ConnectionID *sessionId, Connection **session, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int nopasswd_acct_mgmt, ns_conn_user_t *conn_user) argument
1987 __s_api_getConnection( const char *server, const int flags, const ns_cred_t *cred, ConnectionID *sessionId, Connection **session, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int nopasswd_acct_mgmt, ns_conn_user_t *conn_user) argument
[all...]
H A Dns_connmgmt.c853 * The caller should ensure this conn_user is
994 /* only one conn_user on list */
1260 * a conn_user. Return B_TRUE if yes, B_FALSE, otherwise. The input
1300 * conn_user to consume the rc
1369 * obtain an MT connection from the connection management for a conn_user
1375 * cu : pointer to the conn_user structure
1529 * cu : pointer to the conn_user structure
1579 * cu : pointer to the conn_user structure
1603 * no more conn_user uses it, then close it.
1648 /* copy error info (rc and ns_ldap_error_t) from conn_mt to conn_user */
2280 __s_api_setup_retry_search(ns_conn_user_t **conn_user, ns_conn_user_type_t type, int *try_cnt, int *rc, ns_ldap_error_t **errorp) argument
2363 conn_wait(ns_conn_mt_t *conn_mt, ns_conn_user_t *conn_user) argument
[all...]
H A Dns_writes.c698 ns_conn_user_t *conn_user = NULL; local
704 if (conn_user != NULL) {
705 if (conn_user->use_mt_conn == B_TRUE) {
706 if (conn_user->ns_error != NULL) {
707 *errorp = conn_user->ns_error;
708 conn_user->ns_error = NULL;
709 return_rc = conn_user->ns_rc;
711 if (conn_user->conn_mt != NULL)
713 conn_user);
715 __s_api_conn_user_free(conn_user);
[all...]
H A Dns_reads.c1606 cookie->nopasswd_acct_mgmt, cookie->conn_user);
1646 if (cookie->conn_user != NULL &&
1647 cookie->conn_user->conn_mt != NULL)
1648 __s_api_conn_mt_return(cookie->conn_user);
1653 cookie->nopasswd_acct_mgmt, cookie->conn_user);
1692 if (cookie->conn_user != NULL) {
1694 if (cookie->conn_user->conn_mt != NULL)
1695 __s_api_conn_mt_return(cookie->conn_user);
1696 cookie->conn_user->referral = B_TRUE;
1702 cookie->nopasswd_acct_mgmt, cookie->conn_user);
3050 ldap_list( ns_ldap_list_batch_t *batch, const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, ns_conn_user_t *conn_user) argument
3598 find_domainname(const char *dn, char **domainname, const ns_cred_t *cred, ns_ldap_error_t **errorp, ns_conn_user_t *conn_user) argument
3715 firstEntry( const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, void **vcookie, ns_ldap_result_t **result, ns_ldap_error_t ** errorp, const void *userdata, ns_conn_user_t *conn_user) argument
4072 ns_conn_user_t *conn_user; local
5650 getAcctMgmt(const char *user, AcctUsableResponse_t *acctResp, ns_conn_user_t *conn_user) argument
[all...]
H A Dns_internal.h695 ns_conn_user_t *conn_user; member in struct:ns_ldap_cookie

Completed in 78 milliseconds