summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-11samba.join: Fix multiple spaces.Jelmer Vernooij1-1/+1
2012-10-07s4-join: factorize code, add infoMatthieu Patou1-5/+9
2012-10-07s4-join: add some documentationMatthieu Patou1-1/+11
2012-09-16s4-python: Formatting fixes, break lines.Jelmer Vernooij1-25/+26
2012-09-06join.py: Only replicate DNS zones if the source DC had DNS zonesAndrew Bartlett1-7/+18
2012-08-04s4:domain join: setup RODC invocationIdStefan Metzmacher1-0/+26
2012-07-06s4-samba-tool: Provide a samba-tool domain dcpromo that upgrades a member to ...Andrew Bartlett1-10/+54
2012-06-24s4-join: Setup correct DNS configurationAndrew Bartlett1-1/+14
2012-06-25s4-join: Import DNS zones in AD DC joinAndrew Bartlett1-14/+45
2012-06-05Add '--use-ntvfs' option to 'samba-tool domain join'Andriy Syrovenko1-8/+9
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2012-02-26join: Don't print provision results when they're just noise.Jelmer Vernooij1-11/+9
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-0/+1
2012-02-25Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij1-2/+2
2012-02-13s4:join python code - "msDS-KeyVersionNumber" does not exist on Win2kMatthias Dieter Wallnöfer1-2/+6
2012-02-09s4:join python code - perform a fallback password set operation over libnetMatthias Dieter Wallnöfer1-4/+18
2012-02-09s4:join python code - write the SAM account name correctlyMatthias Dieter Wallnöfer1-2/+2
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-1/+1
2011-12-19s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for t...Matthieu Patou1-0/+10
2011-12-12s4:python/samba/join: set msDS-Behavior-Version to '4' 2008_R2 on the nTDSA o...Stefan Metzmacher1-1/+1
2011-12-05s4-python: factorize the definition of get_dsServiceNameMatthieu Patou1-5/+1
2011-11-29s4:python/samba/join.py: add optional 'machinepass' parameter to join_*()Stefan Metzmacher1-6/+12
2011-11-29s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_joinStefan Metzmacher1-2/+6
2011-11-29s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs1-1/+1
2011-11-26s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer1-1/+1
2011-11-15s4:join.py - fix typoMatthias Dieter Wallnöfer1-1/+1
2011-11-09s4:join.py - fix up "DsAddEntry" against Windows Server 2000Matthias Dieter Wallnöfer1-9/+18
2011-11-06Some formatting fixes, remove unused imports.Jelmer Vernooij1-6/+1
2011-11-01s4-join: Send ReplicaUpdateRefs at the end of the joinMatthieu Patou1-1/+19
2011-11-01s4-domain-join: do not add DFSR entries when joining, this should be done in ...Matthieu Patou1-9/+0
2011-10-17s4 provision: DNS backend should be set by callerKai Blin1-2/+4
2011-10-04s4-subdomain: create trust record with forest root DCAndrew Tridgell1-7/+33
2011-10-04s4-join: enable cleanup on failed joinAndrew Tridgell1-1/+1
2011-09-19s4-provision Add initial support for joining as a new subdomainAndrew Bartlett1-64/+86
2011-09-13s4-subdomain: match windows form for trustAuthInOutBlobAndrew Tridgell1-11/+3
2011-09-13s4-subdomain: fixed domain guid choice for subdomain joinAndrew Tridgell1-4/+13
2011-09-13s4-subdomain: don't delete account DN not created in subdomain joinAndrew Tridgell1-5/+8
2011-09-13s4-subdomain: use a password length of 128Andrew Tridgell1-1/+1
2011-09-13s4-join: fixed non-subdomain joinAndrew Tridgell1-0/+2
2011-09-13s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell1-5/+15
2011-09-13s4-subdomain more work on sub-domain joinAndrew Bartlett1-49/+267
2011-09-13s4-join Add a partitions DN when we join a subdomainAndrew Bartlett1-0/+16
2011-09-13s4-join supply the NTDS GUID to the provisionAndrew Bartlett1-1/+1
2011-09-13s4-provision Add initial support for joining as a new subdomainAndrew Bartlett1-55/+117
2011-08-25s4-join: fixed DNS hostnameAndrew Tridgell1-1/+1
2011-08-25s4-join: setup DNS forest name on join contextAndrew Tridgell1-4/+4
2011-08-12s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODCStefan Metzmacher1-3/+10
2011-08-12s4-join: make dsServiceName a GUID in @ROOTDSE on joinAndrew Tridgell1-3/+5
2011-07-29samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell1-2/+2
2011-05-17s4-python: raise an error if unable to bind remote ldap while joiningMatthieu Patou1-0/+11