1
0
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:
Nadezhda Ivanova
2010-01-29 15:42:46 +02:00
parent 2dc56d68fa
commit adc38b00a9

View File

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