Hi
I am pretty new to UCS but most things have been straight forward for now. Nevertheless I am trying to get a synology nas to connect to the ldap server of ucs. The issue that I am having is
It finds it find but when asked for admin password it gives me a permissions error.
If I change to encrypted password like tls I get invalid password error. Though of course this is not the case.
Am I missing something simple here?
Same here. 5.0
also if you are using windows AD mode and try to connect a synology, it will not display pull all the users for authentication.
unless you issue the following in a terminal.
strangely it seems only to affect the user list, and only some of it !!!
sudo net ads synodb user -P;
sudo net ads synodb group -P;
Even worse… if you do a windows take over, with the synology in place, it works, until you do a “rejoin” of the domain
then the synology user list is empty.
In fact, the net ads synodb user -P do not sync users extended attributes like userAccountControl, accountExpires, etc cause the -P means use the machine account and this is a very unprivileged user. That involves a false status in users list.
The right command is :
net ads synodb user -U user%password;
net ads synodb group -P;