summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
...
* s4-python: raise an error if unable to bind remote ldap while joiningMatthieu Patou2011-05-171-0/+11
* s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell2011-04-061-2/+2
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-6/+3
* Use new style objects.Jelmer Vernooij2011-01-061-1/+2
* join: Properly cancel transaction on exceptions.Jelmer Vernooij2010-12-151-35/+44
* s4-join: fixed exception handling in join commandAndrew Tridgell2010-11-291-9/+10
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-4/+5
* s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell2010-11-181-1/+2
* s4-join: initially disable the machine accountAndrew Tridgell2010-11-181-1/+8
* s4-join: fixed join to w2k3Andrew Tridgell2010-11-171-1/+1
* s4-join: show a reasonable error on DsAddEntry() failingAndrew Tridgell2010-11-171-1/+6
* s4-join: enable NDR printing at debug levels >= 5Andrew Tridgell2010-11-171-2/+9
* s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypesAndrew Tridgell2010-11-151-2/+4
* s4-join: use the command line loadparm in provision during a joinAndrew Tridgell2010-11-111-1/+1
* s4-join: raise mininum password length to 32 in new join codeAndrew Tridgell2010-11-101-1/+1
* s4-join: modify join behaviour according to domain levelAndrew Tridgell2010-11-071-37/+93
* s4-join: fixed SPNs, invocationId and dnshostname and python joinAndrew Tridgell2010-11-061-3/+4
* s4-join: fixed secure_channel_typeAndrew Tridgell2010-11-051-1/+3
* s4-join: don't print all the NDR packets by defaultAndrew Tridgell2010-11-051-1/+1
* s4-join: added DC join to the python join codeAndrew Tridgell2010-11-051-144/+274
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-051-1/+2
* s4-python-samba: Remove trailing ';'sKamen Mazdrashki2010-10-031-1/+1
* s4-rodc: fixed the keyVersionNumber on the RODC account in secrets.keytabAndrew Tridgell2010-09-301-2/+5
* s4:python/samba/join.py - add a comment to point out that NCs have to be assi...Matthias Dieter Wallnöfer2010-09-241-0/+1
* s4:python/samba/join.py - use constant for DC function levelMatthias Dieter Wallnöfer2010-09-241-1/+2
* s4-rodc: override client site from cldap responseAndrew Tridgell2010-09-191-0/+2
* s4-pyjoin: use new pynet finddc interfaceAndrew Tridgell2010-09-161-1/+4
* s4-rodc: use python finddc code to avoid the need for --serverAndrew Tridgell2010-09-151-6/+12
* s4-rodc: get the domain name from the partitions DNAndrew Tridgell2010-09-091-6/+8
* s4-drs: split out drs utility python functionsAndrew Tridgell2010-08-261-135/+15
* s4-rodc: removed python memory workaroundAndrew Tridgell2010-08-251-2/+1
* s4-rodc: setup secrets database at end of RODC joinAndrew Tridgell2010-08-251-5/+33
* s4-rodc: broke up RODC join into separate functionsAndrew Tridgell2010-08-251-186/+194
* s4-rodc: added REPL_SECRET exop replication of accountsAndrew Tridgell2010-08-251-11/+58
* s4-rodc: next step in RODC join codeAndrew Tridgell2010-08-251-126/+218
* s4-net: added initial implemention of RODC joinAndrew Tridgell2010-08-231-0/+289