Hello everyone !
I've just discovered LLDAP, and i would like to connect my Synology NAS, but it can't login. Do you know where can i find Base DN, Bind DN and password for connect to it ?
Hey! How did you setup LLDAP? The usual recommendation, e.g. if setting up with docker, is to copy the template config and adjust the parameters. In there you'll find the base DN (looks like "dc=example, dc=com")
nitnelave
02/13/2025, 9:39 PM
The bind DN is the fully qualified LDAP name of a user with the appropriate privileges . I don't know what Synology does with the integration: a member of lldap_strict_readonly might be enough, but if you can change passwords through Synology you might need lldap_password_manager.
If that user is called synology_bind_user, the full DN would be "uid=synology_bind_user, ou=people, dc=example, dc=com"
nitnelave
02/13/2025, 9:39 PM
And the password is that user's password
nitnelave
02/13/2025, 9:39 PM
Please contribute a small configuration guide for Synology once you get it working!
j
jensen
02/14/2025, 7:46 AM
@MonsieurNoob It won't work in the current form, unfortunately, but I'm working on it. If you're comfortable making a build of lldap yourself, I probably have something ready for testing mid next week, at least that's my own plan for the coming week. It will still be some time after that, before it hit's lldap's main branch though.
Will you let me know, if you'd be interested in doing some testing?