LDAP (v3) with Synology Directory Server (LDAP) error "LDAP Tree Data cannot be loaded"
I can succesfully add my Synology NAS server as an LDAP server. But when "fetching DN" or trying to add LDAP groups is gives an error "LDAP Tree data can not be loaded".
The FortiGate unit supports LDAP protocol functionality defined in RFC 2251: Lightweight Directory Access Protocol v3, for looking up and validating user names and passwords. FortiGate LDAP supports all LDAP servers compliant with LDAP v3, including FortiAuthenticator. In addition, FortiGate LDAP supports LDAP over SSL/TLS, which can be configured only in the CLI.
Synology Directory Server is an add-on package based on LDAP version 3 (RFC2251) that allows your Synology NAS to become an account administration center to centralize the account management of all connecting clients, and provides authentication service for them.
Synology is locally connected.
Configuration:
config user ldap
edit "domain.local"
set server "192.168.1.99"
set cnid "cn"
set dn "dc=domain,dc=local"
set type regular
set username "uid=root,cn=users,dc=domain,dc=local"
set password ENC Password(encrypted)
next
end
Also tried lots of CN's (sAMAccountName, UID, etc.)
I can succesfully browse (also anonymous) via LDAPAdmin (ldapadmin.org)
And in FortiGate "test" is "succesfull".
FortiOS v5.2.4,build688 (GA)
Anyone familiar with connecting to openLDAP (other then AD)?
