mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
e95a350682
In newuser, a filter by dn was given to setpassword to find the account whose password is to be reset. It appears however that if given filter of type (dn=CN=smth) Windows fails to return the entry, and the tests that use newuser fail against it. Changed to use samAccountName instead.