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

Victor Grousset/tuxayo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #26 from Victor Grousset/tuxayo <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to