mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
r25936: provision/newuser: don't try to set the 'memberOf' attribute
metze
(This used to be commit c6d959e52c
)
This commit is contained in:
@ -1084,7 +1084,6 @@ function newuser(username, unixname, password, message, session_info, credential
|
||||
var ldif = sprintf("
|
||||
dn: %s
|
||||
sAMAccountName: %s
|
||||
memberOf: %s
|
||||
unixName: %s
|
||||
sambaPassword: %s
|
||||
objectClass: user
|
||||
|
Reference in New Issue
Block a user