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