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

Eugene Espinoza <eugen...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugen...@yahoo.com

--- Comment #28 from Eugene Espinoza <eugen...@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>x...@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
x...@xxx.xxx.xxx ~ > ls
root@library:/home/xxx# shelldap --server xx.xxx.x.xxx --basedn
dc=xxx,dc=xxx,dc=xxx --binddn x...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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