http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8993 --- Comment #61 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Rui from comment #60)
Apparently it is not possible to specify in the LDAP XML configuration something such as:
<base>OU=subunit,OU=unit,OU=supraunit,DC=dc1,DC=dc0;OU=othersubunit,OU=unit, OU=supraunit,DC=dc1,DC=dc0</base>
It is possible with this patch, try something like this: <ldapserver uri="ldap://directory.example.com" manager="uid=koha,ou=people,dc=example,dc=com" password="MYS3CRET" authmethod="search_dn" replicate="1" update="1"> <branch dn="ou=people,dc=site1,dc=example,dc=com" /> <branch dn="ou=people,dc=site2,dc=example,dc=com" /> <branch dn="ou=people,dc=site4,dc=example,dc=com" /> </ldapserver> This example comes from C4/LDAPAuthMethodTutorial.pod -- You are receiving this mail because: You are watching all bug changes.