1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

s4:python/samba/join.py - add a comment to point out that NCs have to be assigned dynamically

We could also have DNS partitions (only to make one example).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Matthias Dieter Wallnöfer
2010-09-16 23:24:02 +02:00
committed by Andrew Bartlett
parent 8223342e50
commit f45848e33a

View File

@ -150,6 +150,7 @@ def join_rodc(server=None, creds=None, lp=None, site=None, netbios_name=None,
"dnsHostName" : ctx.dnshostname}
ctx.samdb.add(rec)
# FIXME: the partition (NC) assignment has to be made dynamic
print "Adding %s" % ctx.ntds_dn
rec = {
"dn" : ctx.ntds_dn,