1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/python/samba
Andrew Bartlett a5e4c4520a samba-tool domain join subdomain: Set "reveal_internals:0" control so we can see the ncName
The issue here is that we create the ncName remotely with DsAddEntry,
and then replicate it back.  However, at this point the naming context
pointed at by the ncName does not exist!  The issue is that the
extended_dn_out module then hides the link, because it points to a
missing object.  The reveal_internals control forces this link to be
returned, and so we can then find the GUID, to create the domain with
the right GUID.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-09-16 19:36:18 +02:00
..
netcmd python samba-tool drs: Correctly print KCC references to deleted servers 2013-06-12 10:02:07 +02:00
provision scripting/join.py: Handle creating the dns-NAME account during a DC join 2013-09-04 07:06:05 +02:00
samba3 source4/scripting/python/samba/samba3: handle ntdb files. 2013-04-12 14:59:16 -07:00
tests dns: Delete dnsNode objects when they are empty 2013-06-01 18:48:11 +10:00
web_server
__init__.py
common.py scripting: Correct parsing of binary DN 2013-03-04 08:24:02 +01:00
dbchecker.py samba-tool dbcheck: Correctly remove deleted DNs in dbcheck 2013-07-30 12:55:00 +02:00
descriptor.py scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing reference owner 2013-03-25 11:35:03 +01:00
drs_utils.py
getopt.py
hostconfig.py
idmap.py
join.py samba-tool domain join subdomain: Set "reveal_internals:0" control so we can see the ncName 2013-09-16 19:36:18 +02:00
kcc_utils.py
ms_display_specifiers.py
ms_schema.py
ndr.py
ntacls.py
samdb.py
schema.py
sd_utils.py
sites.py
tdb_util.py
upgrade.py Remove remaining references to "password level" in the tree 2013-06-11 16:25:54 +02:00
upgradehelpers.py scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptor 2013-03-25 10:33:37 +01:00
xattr.py