Home
last modified time | relevance | path

Searched refs:binddn (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/dports/mail/wanderlust/wanderlust-475514f/elmo/
H A Dpldap.el481 (binddn (plist-get plist 'binddn))
487 (if (and binddn
524 (binddn (plist-get plist 'binddn))
574 (binddn (plist-get plist 'binddn))
627 (binddn (plist-get plist 'binddn))
940 (if binddn
941 (setq host-plist (plist-put host-plist 'binddn binddn)))
988 (if binddn
989 (setq host-plist (plist-put host-plist 'binddn binddn)))
1029 (if binddn
[all …]
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/probes/
H A DLDAP.pm143 binddn => {
194 my $binddn = $vars->{binddn};
204 if (defined $binddn) {
205 $password = $self->password($host, $binddn);
249 if (defined $binddn and defined $password) {
250 $mesg = $ldap->bind($binddn, password => $password);
252 if (defined $binddn and not defined $password) {
253 $self->do_debug("No password specified for $binddn, doing anonymous bind instead");
/dports/mail/cone/cone-1.1/libs/ldapaddressbook/
H A Dabookread.c27 char *binddn; in ldapabook_read() local
56 binddn=s; in ldapabook_read()
62 if (!binddn) binddn=""; in ldapabook_read()
124 if ((p->binddn=strdup(binddn)) in ldapabook_read()
138 free(p->binddn); in ldapabook_read()
178 free(p->binddn); in ldapabook_free()
222 b->binddn ? b->binddn:"", in ldapabook_writerec()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/ldapaddressbook/
H A Dabookread.c27 char *binddn; in ldapabook_read() local
56 binddn=s; in ldapabook_read()
62 if (!binddn) binddn=""; in ldapabook_read()
124 if ((p->binddn=strdup(binddn)) in ldapabook_read()
138 free(p->binddn); in ldapabook_read()
178 free(p->binddn); in ldapabook_free()
222 b->binddn ? b->binddn:"", in ldapabook_writerec()
/dports/mail/courier/courier-0.65.3/ldapaddressbook/
H A Dabookread.c28 char *binddn; in ldapabook_read() local
57 binddn=s; in ldapabook_read()
63 if (!binddn) binddn=""; in ldapabook_read()
125 if ((p->binddn=strdup(binddn)) in ldapabook_read()
139 free(p->binddn); in ldapabook_read()
179 free(p->binddn); in ldapabook_free()
223 b->binddn ? b->binddn:"", in ldapabook_writerec()
/dports/security/p5-Authen-Simple-LDAP/Authen-Simple-LDAP-0.3/lib/Authen/Simple/
H A DLDAP.pm34 binddn => {
81 @credentials = $self->binddn ? ( $self->binddn, password => $self->bindpw ) : ();
87 my $binddn = $self->binddn;
88 my $bind = $binddn ? qq/with dn '$binddn'/ : "Anonymously";
/dports/irc/atheme-services/atheme-7.2.9/modules/auth/
H A Dldap.c40 char *binddn; member
65 if (ldap_config.binddn != NULL && ldap_config.bindauth == NULL) in ldap_config_ready()
170 char *binddn = NULL; in ldap_auth_user() local
174 if (ldap_config.binddn != NULL && ldap_config.bindauth != NULL) in ldap_auth_user()
176 binddn = ldap_config.binddn; in ldap_auth_user()
181 res = ldap_sasl_bind_s(ldap_conn, binddn, LDAP_SASL_SIMPLE, &cred, NULL, NULL, NULL); in ldap_auth_user()
185 res = ldap_sasl_bind_s(ldap_conn, binddn, LDAP_SASL_SIMPLE, &cred, NULL, NULL, NULL); in ldap_auth_user()
232 add_dupstr_conf_item("BINDDN", &conf_ldap_table, 0, &ldap_config.binddn, NULL); in _modinit()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dbind.c156 char *binddn; in nsldapi_get_binddn() local
158 binddn = NULL; /* default -- assume they are not bound */ in nsldapi_get_binddn()
163 if (( binddn = ld->ld_defconn->lconn_binddn ) == NULL ) { in nsldapi_get_binddn()
164 binddn = ""; in nsldapi_get_binddn()
169 return( binddn ); in nsldapi_get_binddn()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dbind.c146 char* binddn; in nsldapi_get_binddn() local
148 binddn = NULL; /* default -- assume they are not bound */ in nsldapi_get_binddn()
154 if ((binddn = ld->ld_defconn->lconn_binddn) == NULL) { in nsldapi_get_binddn()
155 binddn = ""; in nsldapi_get_binddn()
160 return (binddn); in nsldapi_get_binddn()
/dports/www/p5-Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-1.017/lib/Catalyst/Authentication/Store/LDAP/
H A DBackend.pm219 my ( $self, $ldap, $binddn, $bindpw ) = @_;
227 if ( !defined $binddn ) {
228 $binddn = $self->binddn;
232 if ( $binddn eq "anonymous" ) {
237 my $mesg = $ldap->bind( $binddn, 'password' => $bindpw );
244 $self->_ldap_bind_anon( $ldap, $binddn );
267 my ( $self, $binddn, $bindpw ) = @_;
272 my $mesg = $ldap->bind( $binddn, password => $bindpw );
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/password/drivers/
H A Dldap.php54 $binddn = $rcmail->config->get('password_ldap_adminDN');
59 $binddn = $userDN;
66 'binddn' => $binddn,
160 $binddn = $rcmail->config->get('password_ldap_searchDN');
172 if (!empty($binddn)) {
173 $ldapConfig['binddn'] = $binddn;
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/pynslcd/
H A Dpam.py41 def authenticate(binddn, password): argument
46 res, data, msgid, ctrls = conn.simple_bind_s(binddn, password, serverctrls=[pwctrl])
82 conn, base=binddn, scope=ldap.SCOPE_BASE,
85 if entry[0] == binddn:
183 binddn = cfg.rootpwmoddn
193 binddn = parameters['userdn']
197 conn, authz, msg = authenticate(binddn, password)
207 logging.warning('%s: %s: %s', binddn, parameters['username'], msg)
299 binddn = cfg.rootpwmoddn
308 binddn = parameters['userdn']
[all …]
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/pynslcd/
H A Dpam.py41 def authenticate(binddn, password): argument
46 res, data, msgid, ctrls = conn.simple_bind_s(binddn, password, serverctrls=[pwctrl])
82 conn, base=binddn, scope=ldap.SCOPE_BASE,
85 if entry[0] == binddn:
183 binddn = cfg.rootpwmoddn
193 binddn = parameters['userdn']
197 conn, authz, msg = authenticate(binddn, password)
207 logging.warning('%s: %s: %s', binddn, parameters['username'], msg)
299 binddn = cfg.rootpwmoddn
308 binddn = parameters['userdn']
[all …]
/dports/net/openldap25-client/openldap-2.5.9/tests/data/
H A Dslapd-syncrepl-multiproxy.conf61 binddn="cn=Monitor"
68 binddn="cn=Manager,dc=example,dc=com"
85 binddn="cn=Monitor"
92 binddn="cn=Manager,dc=example,dc=com"
/dports/net/openldap26-server/openldap-2.6.0/tests/data/
H A Dslapd-syncrepl-multiproxy.conf59 binddn="cn=Monitor"
66 binddn="cn=Manager,dc=example,dc=com"
83 binddn="cn=Monitor"
90 binddn="cn=Manager,dc=example,dc=com"
/dports/net/openldap24-client/openldap-2.4.59/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"
/dports/net/openldap24-server/openldap-2.4.59/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"
/dports/net/openldap25-server/openldap-2.5.9/tests/data/
H A Dslapd-syncrepl-multiproxy.conf61 binddn="cn=Monitor"
68 binddn="cn=Manager,dc=example,dc=com"
85 binddn="cn=Monitor"
92 binddn="cn=Manager,dc=example,dc=com"
/dports/net/openldap26-client/openldap-2.6.0/tests/data/
H A Dslapd-syncrepl-multiproxy.conf59 binddn="cn=Monitor"
66 binddn="cn=Manager,dc=example,dc=com"
83 binddn="cn=Monitor"
90 binddn="cn=Manager,dc=example,dc=com"
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dldapmod.py182 def __init__(self, uri, server, port, tls, no_verify, binddn, bindpw, anonymous): argument
190 self.binddn = binddn
208 self.ldap.simple_bind_s(self.binddn, self.bindpw)
212 self.uri, self.binddn, ldap_error
/dports/devel/gitolite/gitolite-3.6.12/contrib/utils/
H A Dad_groups.sh17 binddn='dc=domain,dc=local'
24 …ldapsearch -ZZ -H ${ldaphost} -D ${ldapuser} -w ${ldappass} -b ${binddn} -LLL -o ldif-wrap=no "(sA…
33 …ldapsearch -ZZ -H ${ldaphost} -D ${ldapuser} -w ${ldappass} -b ${binddn} -LLL -o ldif-wrap=no "(me…
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dbind.c35 BerValue binddn; in bind_mech_external() local
66 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:"); in bind_mech_external()
70 ptr = lutil_strncopy( ptr, binddn.bv_val, binddn.bv_len ); in bind_mech_external()
73 ber_memfree( binddn.bv_val ); in bind_mech_external()
93 struct berval *binddn, in client_bind() argument
110 struct berval *binddn, in client_bind_as_vc() argument
121 &binddn, tag, &auth, in client_bind_as_vc()
194 struct berval binddn, auth, mech = BER_BVNULL; in request_bind() local
278 tag = ber_get_stringbv( copy, &binddn, LBER_BV_NOTERM ); in request_bind()
292 if ( !BER_BVISEMPTY( &binddn ) ) { in request_bind()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dbind.c35 BerValue binddn; in bind_mech_external() local
66 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:"); in bind_mech_external()
70 ptr = lutil_strncopy( ptr, binddn.bv_val, binddn.bv_len ); in bind_mech_external()
73 ber_memfree( binddn.bv_val ); in bind_mech_external()
93 struct berval *binddn, in client_bind() argument
110 struct berval *binddn, in client_bind_as_vc() argument
121 &binddn, tag, &auth, in client_bind_as_vc()
194 struct berval binddn, auth, mech = BER_BVNULL; in request_bind() local
278 tag = ber_get_stringbv( copy, &binddn, LBER_BV_NOTERM ); in request_bind()
292 if ( !BER_BVISEMPTY( &binddn ) ) { in request_bind()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dbind.c35 BerValue binddn; in bind_mech_external() local
66 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:"); in bind_mech_external()
70 ptr = lutil_strncopy( ptr, binddn.bv_val, binddn.bv_len ); in bind_mech_external()
73 ber_memfree( binddn.bv_val ); in bind_mech_external()
93 struct berval *binddn, in client_bind() argument
110 struct berval *binddn, in client_bind_as_vc() argument
121 &binddn, tag, &auth, in client_bind_as_vc()
194 struct berval binddn, auth, mech = BER_BVNULL; in request_bind() local
280 tag = ber_get_stringbv( copy, &binddn, LBER_BV_NOTERM ); in request_bind()
294 if ( !BER_BVISEMPTY( &binddn ) ) { in request_bind()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dbind.c35 BerValue binddn; in bind_mech_external() local
66 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:"); in bind_mech_external()
70 ptr = lutil_strncopy( ptr, binddn.bv_val, binddn.bv_len ); in bind_mech_external()
73 ber_memfree( binddn.bv_val ); in bind_mech_external()
93 struct berval *binddn, in client_bind() argument
110 struct berval *binddn, in client_bind_as_vc() argument
121 &binddn, tag, &auth, in client_bind_as_vc()
194 struct berval binddn, auth, mech = BER_BVNULL; in request_bind() local
280 tag = ber_get_stringbv( copy, &binddn, LBER_BV_NOTERM ); in request_bind()
294 if ( !BER_BVISEMPTY( &binddn ) ) { in request_bind()
[all …]

12345678910>>...37