Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
ldap protocol error
System
Hi all,
I'm trying to set up our teamsite server (aix 5.1, ts 5.5.2) to authenticate with ldap (openldap). My iw.cfg auth section looks like:
[authentication]
authenticate_by=ldap
ldap_server=10.63.132.221
ldap_dnbase=ou=Content Management,dc=ikea,dc=com
ldap_account=cn=Manager,dc=ikea,dc=com
ldap_pwd=secret
ldap_roles=tsRole
I'm able to query ldap server with using Net::LDAP in perl script, however, TS ldap authentication does not work. In iwtrace.log following error can be found:
ERROR: 'Protocol error' in binding to (10.63.132.221) on port 389
Since I'm quite new iin LDAP, I'm not sure how objectclass-schema for TS users should look like. I have used account class and added tsRole attribute to it.
Any help?
Thanks,
Bohuslav Jirak
Find more posts tagged with
Comments
Migrateduser
OK, i have found it. Protocol 2 must be allowed at openldap server, eg. "allow bind_v2" must be in slapd.conf file.