mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
fix 2 typos
Signed-off-by: Guenter Kukkukk <linux@kukkukk.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
465bb58fed
commit
07b495b271
@ -850,7 +850,7 @@ class cmd_domain_demote(Command):
|
||||
remote_samdb.rename(newdn, dc_dn)
|
||||
raise CommandError("Error while sending a removeDsServer", e)
|
||||
|
||||
for s in ("CN=Entreprise,CN=Microsoft System Volumes,CN=System,CN=Configuration",
|
||||
for s in ("CN=Enterprise,CN=Microsoft System Volumes,CN=System,CN=Configuration",
|
||||
"CN=%s,CN=Microsoft System Volumes,CN=System,CN=Configuration" % lp.get("realm"),
|
||||
"CN=Domain System Volumes (SYSVOL share),CN=File Replication Service,CN=System"):
|
||||
try:
|
||||
@ -859,7 +859,7 @@ class cmd_domain_demote(Command):
|
||||
except ldb.LdbError, l:
|
||||
pass
|
||||
|
||||
for s in ("CN=Entreprise,CN=NTFRS Subscriptions",
|
||||
for s in ("CN=Enterprise,CN=NTFRS Subscriptions",
|
||||
"CN=%s, CN=NTFRS Subscriptions" % lp.get("realm"),
|
||||
"CN=Domain system Volumes (SYSVOL Share), CN=NTFRS Subscriptions",
|
||||
"CN=NTFRS Subscriptions"):
|
||||
|
Loading…
Reference in New Issue
Block a user