s4:python/samba/join.py - add a comment to point out that NCs have to be assigned...
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 16 Sep 2010 21:24:02 +0000 (23:24 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Sep 2010 23:25:42 +0000 (09:25 +1000)
We could also have DNS partitions (only to make one example).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/join.py

index 5da372b4079d6886cebdbf0a2274e921be2e8af3..34f3ebbf537899861eb6d741e203d10e90e386b9 100644 (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,