[Solved][Synology Directory Server]
Hey all -
is someone able to post his dockercompose with a synology Ldap connection?
Because i tried to figured it out why homarr dont want to connect. But i have no idea.
My Stuff:
Synology Box with running Synology Active Directory.
Homarr Latest Version on Docker.
environment:
AUTH_PROVIDER: ldap,credentials
AUTH_LDAP_URI: ldap://domainip:389
AUTH_LDAP_BASE: dc=domain,dc=local #Same as LLDAP_LDAP_BASE_DN
AUTH_LDAP_BIND_DN: cn=admin,dc=domain,dc=local
AUTH_LDAP_BIND_PASSWORD: adminpass #Same as LLDAP_LDAP_USER_PASS
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_USERNAME_ATTRIBUTE: uid
But it dont wanna connect. So if someone has a working compose settings what ever . to connect to a synology server.
it will help a lot.
is someone able to post his dockercompose with a synology Ldap connection?
Because i tried to figured it out why homarr dont want to connect. But i have no idea.
My Stuff:
Synology Box with running Synology Active Directory.
Homarr Latest Version on Docker.
environment:
AUTH_PROVIDER: ldap,credentials
AUTH_LDAP_URI: ldap://domainip:389
AUTH_LDAP_BASE: dc=domain,dc=local #Same as LLDAP_LDAP_BASE_DN
AUTH_LDAP_BIND_DN: cn=admin,dc=domain,dc=local
AUTH_LDAP_BIND_PASSWORD: adminpass #Same as LLDAP_LDAP_USER_PASS
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_USERNAME_ATTRIBUTE: uid
But it dont wanna connect. So if someone has a working compose settings what ever . to connect to a synology server.
it will help a lot.
Solution
IMPORTANT
Password: Dont use Special Symbols in your password for the Domain User
*Solution
DONT WORKS | AUTH_LDAP_BIND_DN: "CN=Administrator,CN=Users,dc=HERE,dc=local"
WORKS | AUTH_LDAP_BIND_DN: "domainUSER@domainname.local"
NEEDED | AUTH_LDAP_SEARCH_SCOPE: "sub" to search any user
Password: Dont use Special Symbols in your password for the Domain User
*Solution
DONT WORKS | AUTH_LDAP_BIND_DN: "CN=Administrator,CN=Users,dc=HERE,dc=local"
WORKS | AUTH_LDAP_BIND_DN: "domainUSER@domainname.local"
NEEDED | AUTH_LDAP_SEARCH_SCOPE: "sub" to search any user