search for: ldap_scop

Displaying 4 results from an estimated 4 matches for "ldap_scop".

Did you mean: ldap_scope
2020 Sep 01
1
OpenPVN authentication via Samba AD
Yes, went thru that page a few times and don't see an obvious error. If I leave require strong auth as the default, then nothing works. Setting it to no allows diagnostics->authentication to return a positive result. That is also the configuration that would succeed in querying the containers. Without the 'no' setting it fails to bind. What am i missing? On September 1, 2020
2007 Jan 15
1
patch for serdb-ldap which allows set user_global_mail variable
...:23:09.000000000 +0200 +++ dovecot-1.0.rc17/src/auth/db-ldap.h 2006-11-07 18:47:00.000000000 +0200 @@ -38,6 +38,7 @@ const char *default_pass_scheme; const char *user_global_uid; const char *user_global_gid; + const char *user_global_mail; /* ... */ int ldap_deref, ldap_scope; --- dovecot-1.0.rc17/src/auth/db-ldap.~c 2007-01-15 03:23:09.000000000 +0200 +++ dovecot-1.0.rc17/src/auth/db-ldap.c 2006-11-19 15:42:41.000000000 +0200 @@ -67,6 +67,7 @@ DEF(SET_STR, default_pass_scheme), DEF(SET_STR, user_global_uid), DEF(SET_STR, user_global_gid), + D...
2006 Jul 18
0
Rails Error w/ ActiveLdap
...] = false DEFAULT_CONFIG[:try_sasl] = false DEFAULT_CONFIG[:retries] = 3 DEFAULT_CONFIG[:retry_wait] = 3 DEFAULT_CONFIG[:timeout] = 0 DEFAULT_CONFIG[:retry_on_timeout] = true DEFAULT_CONFIG[:return_objects] = false DEFAULT_CONFIG[:logger] = nil but live def Base.ldap_scope LDAP::LDAP_SCOPE_ONELEVEL end def Base.base ''dc=<CORRECT>,dc=<CORRECT>,dc=net'' end def Base.required_classes [''top''] end end end [/configuration.rb] [environment.rb] $ cat config/environment.rb | grep -v &quo...
2006 Jul 18
1
Rail w/ ActiveLdap
...] = false DEFAULT_CONFIG[:try_sasl] = false DEFAULT_CONFIG[:retries] = 3 DEFAULT_CONFIG[:retry_wait] = 3 DEFAULT_CONFIG[:timeout] = 0 DEFAULT_CONFIG[:retry_on_timeout] = true DEFAULT_CONFIG[:return_objects] = false DEFAULT_CONFIG[:logger] = nil but live def Base.ldap_scope LDAP::LDAP_SCOPE_ONELEVEL end def Base.base ''dc=<CORRECT>,dc=<CORRECT>,dc=net'' end def Base.required_classes [''top''] end end end [/configuration.rb] [environment.rb] $ cat config/environment.rb | grep -v &quo...