mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
Fixed a bug caused by a typo. Infrastructure role didn't work.
This commit is contained in:
@ -104,7 +104,7 @@ all=all of the above"""),
|
||||
elif role == "naming":
|
||||
m.dn = ldb.Dn(samdb, self.naming_dn)
|
||||
elif role == "infrastructure":
|
||||
m.dn = ldb.Dn(samdb, self.indrastructure_dn)
|
||||
m.dn = ldb.Dn(samdb, self.infrastructure_dn)
|
||||
elif role == "schema":
|
||||
m.dn = ldb.Dn(samdb, self.schema_dn)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user