diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-09-16 23:24:02 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-24 09:25:42 +1000 |
commit | f45848e33afecc7b0494b554af48a9e8107cb4cf (patch) | |
tree | 03e39ac6624ba73100a12d7e715277c27fc84c45 /source4/scripting | |
parent | 8223342e50247cbfb7d3244cf717944f1d93a676 (diff) | |
download | samba-f45848e33afecc7b0494b554af48a9e8107cb4cf.tar.gz samba-f45848e33afecc7b0494b554af48a9e8107cb4cf.tar.bz2 samba-f45848e33afecc7b0494b554af48a9e8107cb4cf.zip |
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>
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/join.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/join.py b/source4/scripting/python/samba/join.py index 5da372b407..34f3ebbf53 100644 --- a/source4/scripting/python/samba/join.py +++ b/source4/scripting/python/samba/join.py @@ -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, |