summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-06s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell1-2/+2
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-6/+3
2011-01-06Use new style objects.Jelmer Vernooij1-1/+2
2010-12-15join: Properly cancel transaction on exceptions.Jelmer Vernooij1-35/+44
2010-11-29s4-join: fixed exception handling in join commandAndrew Tridgell1-9/+10
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-4/+5
2010-11-18s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell1-1/+2
2010-11-18s4-join: initially disable the machine accountAndrew Tridgell1-1/+8
2010-11-17s4-join: fixed join to w2k3Andrew Tridgell1-1/+1
2010-11-17s4-join: show a reasonable error on DsAddEntry() failingAndrew Tridgell1-1/+6
2010-11-17s4-join: enable NDR printing at debug levels >= 5Andrew Tridgell1-2/+9
2010-11-15s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypesAndrew Tridgell1-2/+4
2010-11-11s4-join: use the command line loadparm in provision during a joinAndrew Tridgell1-1/+1
2010-11-10s4-join: raise mininum password length to 32 in new join codeAndrew Tridgell1-1/+1
2010-11-07s4-join: modify join behaviour according to domain levelAndrew Tridgell1-37/+93
2010-11-06s4-join: fixed SPNs, invocationId and dnshostname and python joinAndrew Tridgell1-3/+4
2010-11-05s4-join: fixed secure_channel_typeAndrew Tridgell1-1/+3
2010-11-05s4-join: don't print all the NDR packets by defaultAndrew Tridgell1-1/+1
2010-11-05s4-join: added DC join to the python join codeAndrew Tridgell1-144/+274
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij1-1/+2
2010-10-03s4-python-samba: Remove trailing ';'sKamen Mazdrashki1-1/+1
2010-09-30s4-rodc: fixed the keyVersionNumber on the RODC account in secrets.keytabAndrew Tridgell1-2/+5
2010-09-24s4:python/samba/join.py - add a comment to point out that NCs have to be assi...Matthias Dieter Wallnöfer1-0/+1
2010-09-24s4:python/samba/join.py - use constant for DC function levelMatthias Dieter Wallnöfer1-1/+2
2010-09-19s4-rodc: override client site from cldap responseAndrew Tridgell1-0/+2
2010-09-16s4-pyjoin: use new pynet finddc interfaceAndrew Tridgell1-1/+4
2010-09-15s4-rodc: use python finddc code to avoid the need for --serverAndrew Tridgell1-6/+12
2010-09-09s4-rodc: get the domain name from the partitions DNAndrew Tridgell1-6/+8
2010-08-26s4-drs: split out drs utility python functionsAndrew Tridgell1-135/+15
2010-08-25s4-rodc: removed python memory workaroundAndrew Tridgell1-2/+1
2010-08-25s4-rodc: setup secrets database at end of RODC joinAndrew Tridgell1-5/+33
2010-08-25s4-rodc: broke up RODC join into separate functionsAndrew Tridgell1-186/+194
2010-08-25s4-rodc: added REPL_SECRET exop replication of accountsAndrew Tridgell1-11/+58
2010-08-25s4-rodc: next step in RODC join codeAndrew Tridgell1-126/+218