Hi There,
I want to configure RatticDB to work with the synology integrated LDAP server. My settings are listed below, funny thing is, that even if I set "loglevel = DEBUG" I do not see any further information
local.cfg:
[ldap]
# LDAP server details
# User parameters
userbase = cn=users,dc=nas,dc=me-intranet
userfilter = (uid=%(user)s)
# Set up the basic group parameters.
groupbase = cn=groups,dc=nas,dc=me-intranet
groupfilter = (objectClass=groupOfNames)
grouptype = GroupOfNamesType
# How do I find staff
staff = cn=staff,ou=groups,dc=nas,dc=me-intranet
loglevel = DEBUG
Error output:
[Wed Jul 29 00:33:12.815041 2015] [:error] [pid 3665] 2015-07-29 00:33:12,814 [WARNING] Caught LDAPError while authenticating xxxxxxxxx: NO_SUCH_OBJECT({'desc': 'No such object'},)
[Wed Jul 29 00:33:16.563314 2015] [:error] [pid 3666] 2015-07-29 00:33:16,563 [WARNING] Caught LDAPError while authenticating xxxxxxxxx: NO_SUCH_OBJECT({'desc': 'No such object'},)
So that means, that my user can´t be found in the LDAP or that the connection is not working.
Anybody who already tried this?
Thanks in advance
Simon