1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4-dsdb: Fixed wrong assignment of name attribute to description atribute in create_ou.

This commit is contained in:
Nadezhda Ivanova 2010-11-25 14:02:51 +02:00
parent ae61408e2f
commit 05b8e078f4

View File

@ -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))