Hello everybody,
I try to connect my Synology RS815+ with secure LDAP to Azure Active Directory Domain Services.
For the settings I inserted following values:
Server address: domain.com
Encryption: SSL/TLS
Base DN: DC=domain,DC=com
Profile Custom Attribute Mapping
filter_passwd => objectClass=user
filter_shadow => (no entry)
filter_group => objectClass=group
group_cn => sAMAccountName
group_gidNumber => HASH(objectGUID)
group_memberUID => member
passwd_uidNumber => HASH(objectSid)
passwd_uid => sAMAccountName
passwd_gidNumber => primaryGroupID
shadow_uid => sAMAccountName
shadow_userPassword => UserPassword
After inserting my authentication values I get following error message:
Failed to access NT passwords of certain LDAP users, … This may be caused by targeted LDAP server’s lack of NT passwords, or insufficient privileges of the bind DN in use.
For authentication I used my own account because I am the global administrator
CN=My Full Name,OU=AADDC Users,DC=domain,DC=com
The problem now is not the error message directly. My problem is that my RS815+ syncs all groups from Azure AD but not the users.
Is there a way to check wether all user passwords are synchronized?
Thanks in advance for any help.