[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
Sat Aug 15 11:45:38 CEST 2020


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

Eugene Espinoza <eugenegf at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugenegf at yahoo.com

--- Comment #28 from Eugene Espinoza <eugenegf at yahoo.com> ---
Hi! Experiencing the same with Koha 19.11.08.000.
settings in koha_conf.xml for ldap below:
 <ldapserver id="ldapserver">
 <hostname>ldap://ipaddress</hostname>
 <base>dc=xxx,dc=xxx,dc=xxx</base>
<user>xxx at xxx.xxx.xxx</user>
 <pass>password</pass>
 <replicate>1</replicate>
 <update>1</update>
 <auth_by_bind>1</auth_by_bind>
 <anonymous_bind>0</anonymous_bind>
<principal_name>cn=%s,ou=Students,dc=xxx,dc=xxx,dc=xxx</principal_name>
 <mapping>
<!-- <userid is="uid"></userid>-->
 <userid is="sAMAccountName"></userid>
 <password is="userPassword"></password>
 <branchcode is="branch">BRANCHCODE</branchcode>
 <email is="mail"></email>
 </mapping>
</ldapserver>

Tried different combinations but still getting this error: 
LDAP search failed to return object : 000004DC: LdapErr: DSID-0C090728,
comment: In order to perform this operation a successful bind must be completed
on the connection., data 0, v2580
I can shelldap to it:
 shelldap --server xx.xxx.x.xxx --basedn dc=xxx,dc=xxx,dc=xxx --binddn
xxx at xxx.xxx.xxx ~ > ls
root at library:/home/xxx# shelldap --server xx.xxx.x.xxx --basedn
dc=xxx,dc=xxx,dc=xxx --binddn xxx at xxx.xxx.xxx
~ > ls
CN=Builtin
CN=Computers
CN=ForeignSecurityPrincipals
CN=Infrastructure
CN=LostAndFound
CN=Managed Service Accounts
CN=NTDS Quotas
CN=Program Data
CN=System
CN=TPM Devices
CN=Test User
CN=Users
CN=made in. 253
OU=BoardMembers
OU=Distribution Email Group
OU=Domain Controllers
OU=Faculty
OU=Moodle3
OU=PWMUSERS
OU=RDS
OU=Staff
OU=Students
~ >

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


More information about the Koha-bugs mailing list