[Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 30 16:29:08 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947

Victor Grousset/tuxayo <victor.grousset at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor.grousset at biblibre.co
                   |                            |m

--- Comment #26 from Victor Grousset/tuxayo <victor.grousset at biblibre.com> ---
Hi, we got the error at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 101
on two instances when updating from 17.11.06 to 17.11.09
And <anonymous_bind>0</anonymous_bind> worked
(with a restart of memcached and starman/plack)

Here is the rest of the config if that can help those for which anonymous_bind
isn't enough.


 <ldapserver id="SOME_ID">
      <hostname>ldaps://SOME_IP_ADDR</hostname>
      <user>CN=FOOBAR,OU=FOOBAR,OU=FOOBAR,DC=FOOBAR,DC=FOOBAR</user>
      <pass>FOOBAR</pass>
      <base>ou=FOOBAR,ou=FOOBAR,dc=FOOBAR,dc=FOOBAR</base>
      <principal_name>cn=%s,
ou=FOOBAR,ou=FOOBAR,dc=FOOBAR,dc=FOOBAR</principal_name>
      <update>1</update>
      <replicate>1</replicate>
      <anonymous>0</anonymous>
      <auth_by_bind>0</auth_by_bind>
      <anonymous_bind>0</anonymous_bind>
      <mapping>
         <firstname    is="givenName"           ></firstname>
         <surname      is="sn"                  ></surname>
         [...]
      </mapping>
 </ldapserver>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list