Searched refs:binddn (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-syncrepl-multiproxy.conf63 binddn="cn=Monitor"
70 binddn="cn=Manager,dc=example,dc=com"
87 binddn="cn=Monitor"
94 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-syncrepl-slave-persist-ldap.conf54 binddn="cn=Monitor"
63 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-glue-ldap.conf53 binddn="cn=Manager,ou=Meta,dc=example,dc=com"
67 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-meta.conf57 binddn="cn=manager,ou=meta,dc=example,dc=com"
69 binddn="cn=manager,dc=example,dc=com"
H A Dslapd-chain1.conf37 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-chain2.conf57 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-deltasync-slave.conf36 #ldapyes#chain-idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials=secret mode=self
39 #ldapmod#chain-idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials=secret mode=self
59 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-syncrepl-slave-persist1.conf36 #ldapyes#chain-idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials=secret mode=self
39 #ldapmod#chain-idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials=secret mode=self
60 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-syncrepl-slave-persist2.conf36 binddn="cn=Replica,dc=example,dc=com"
H A Dslapd-syncrepl-slave-persist3.conf48 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-syncrepl-slave-refresh1.conf51 binddn="cn=Manager,dc=example,dc=com"
H A Dslapd-syncrepl-slave-refresh2.conf48 binddn="cn=Replica,dc=example,dc=com"
H A Dslapd-translucent-local.conf62 acl-bind binddn="uid=binder,o=translucent" credentials="bindtest"
H A Dslapd-glue-syncrepl1.conf62 binddn="cn=Manager 2,dc=example,dc=com"
H A Dslapd-glue-syncrepl2.conf49 binddn="cn=Manager 1,dc=example,dc=com"
H A Dslapd-idassert.conf91 #sasl#idassert-bind bindmethod=sasl binddn="cn=Proxy US,ou=Admin,dc=example,dc=com" authcId="admin/proxy US" credentials="proxy" @SASL_MECH@ mode=self
92 #nosasl#idassert-bind bindmethod=simple binddn="cn=Proxy US,ou=Admin,dc=example,dc=com" credentials="proxy" mode=self
107 idassert-bind bindmethod=simple binddn="cn=Proxy IT,ou=Admin,dc=example,dc=com" credentials="proxy" authzId="dn:cn=Sandbox,ou=Admin,dc=example,dc=com"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4326/
H A Dslapd.conf40 binddn="cn=manager,dc=example,dc=com"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4448/
H A Dslapd-meta.conf56 binddn="cn=manager,dc=example,dc=com"
/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h118 const char *binddn; /* DN to bind to server (can be NULL) */ member in struct:util_ldap_connection_t
230 * @param binddn The DN to bind with
239 * const char *binddn, const char *bindpw, deref_options deref,
243 const char *binddn, const char *bindpw, deref_options deref,
326 * @param binddn The DN of the user will be returned in this variable.
332 * char *filter, char *bindpw, char **binddn, char ***retvals)
336 const char *filter, const char *bindpw, const char **binddn, const char ***retvals));
348 * @param binddn The DN of the user will be returned in this variable.
354 * char *filter, char **binddn, char ***retvals)
358 const char *filter, const char **binddn, cons
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-ldap.el143 (let* ((binddn nil)
191 (setq binddn (cdr-safe (or (assoc "bindname" extensions)
201 'binddn binddn))))
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dldap.el79 `binddn' is the distinguished name of the user to bind as
105 (const :tag "Binding DN" binddn)
496 `binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax).
516 (binddn (plist-get search-plist 'binddn))
544 (if (and binddn
545 (not (equal "" binddn)))
546 (setq arglist (nconc arglist (list (format "-D%s" binddn)))))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.h71 extern char *binddn;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c608 char *binddn = ""; local
615 binddn = msc->msc_bound_ndn.bv_val;
623 binddn, LDAP_SASL_SIMPLE, &cred,
634 if ( rs->sr_err != LDAP_SUCCESS || binddn[0] == '\0' ) {
1304 struct berval *binddn,
1372 *binddn = mt->mt_idassert_authcDN;
1396 *binddn = slap_empty_bv;
1421 *binddn = slap_empty_bv;
1427 *binddn = mt->mt_idassert_authcDN;
1502 rs->sr_err = ldap_sasl_interactive_bind_s( msc->msc_ld, binddn
1298 meta_back_proxy_authz_cred( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred, int *method ) argument
1568 struct berval binddn = BER_BVC( "" ), local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c155 * but always check/fix the binddn/bindpw when we take them out
237 if (ldc->binddn) {
238 free((void*)ldc->binddn);
324 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
495 static int uldap_simple_bind(util_ldap_connection_t *ldc, char *binddn, argument
500 int msgid = ldap_simple_bind(ldc->ldap, binddn, bindpw);
581 rc = uldap_simple_bind(ldc, (char *)ldc->binddn, (char *)ldc->bindpw,
683 const char *binddn, const char *bindpw,
713 && ((!l->binddn && !binddn) || (
681 uldap_connection_find(request_rec *r, const char *host, int port, const char *binddn, const char *bindpw, deref_options deref, int secure) argument
1598 uldap_cache_checkuserid(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char *bindpw, const char **binddn, const char ***retvals) argument
1874 uldap_cache_getuserdn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char **binddn, const char ***retvals) argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c153 struct berval *binddn, struct berval *bindcred );
157 struct berval *binddn, struct berval *bindcred );
161 ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred );
799 struct berval *binddn,
856 if ( binddn == NULL ) {
857 binddn = &tmpbinddn;
868 isproxyauthz = ldap_back_is_proxy_authz( op, rs, sendok, binddn, bindcred );
886 lc_curr.lc_local_ndn = *binddn;
1308 struct berval binddn = slap_empty_bv, local
1325 lc = ldap_back_getconn( op, rs, sendok, &binddn,
795 ldap_back_getconn( Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
2052 ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
2187 ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
[all...]

Completed in 230 milliseconds

12