mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
s4-dsdb: Fixed wrong assignment of name attribute to description atribute in create_ou.
This commit is contained in:
@ -667,7 +667,7 @@ accountExpires: %u
|
||||
if description:
|
||||
m["description"] = description
|
||||
if name:
|
||||
m["description"] = name
|
||||
m["name"] = name
|
||||
|
||||
if sd:
|
||||
assert(isinstance(sd, str) or isinstance(sd, security.descriptor))
|
||||
|
Reference in New Issue
Block a user