summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* s4:provision - rootdse - remove static "ldapServiceName" attributeMatthias Dieter Wallnöfer2010-09-241-3/+0
* s4:provision - rootdse - remove static "dnsHostName" attributeMatthias Dieter Wallnöfer2010-09-241-1/+0
* s4:provision.py - support still not fully provisioned trees regarding the roo...Matthias Dieter Wallnöfer2010-09-241-2/+11
* s4:provision.py - make more use of "names.serverdn" on NTDS settings locationMatthias Dieter Wallnöfer2010-09-241-2/+2
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-2/+1
* s4:provision: remember the setup directory if it wasn't the defaultStefan Metzmacher2010-09-101-0/+8
* s4-provision: fixed error format stringAndrew Tridgell2010-09-091-1/+1
* s4 provision: POLICY_ACL is already an FS acl no need to translate itMatthieu Patou2010-08-191-2/+1
* s4 provision: Add some documentation to GPO related functionsMatthieu Patou2010-08-191-13/+56
* s3-provision: cope with the policy directory already existingAndrew Tridgell2010-08-171-3/+8
* s4:provision Handle machine account password changes while keeping keytabAndrew Bartlett2010-07-151-15/+23
* s4 provision: use correct GUID for default policiesMatthieu Patou2010-07-101-2/+7
* s4:provision Add an msDS-SupportedEncryptionTypes entry to our DCAndrew Bartlett2010-06-291-1/+16
* s4:provision.py - fix comment regarding DNS entriesMatthias Dieter Wallnöfer2010-06-261-1/+1
* s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher2010-06-261-1/+8
* s4:provision: add --next-rid optionStefan Metzmacher2010-06-261-2/+13
* s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher2010-06-261-3/+11
* s4:provision: pass relax control also to modify_ldifStefan Metzmacher2010-06-261-2/+2
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-231-3/+3
* s4:provision Remove am_rodc from SchemaAndrew Bartlett2010-06-231-3/+2
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-2/+2
* provision: Look for Samba prefix a bit harder.Jelmer Vernooij2010-06-201-4/+6
* provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij2010-06-201-122/+131
* Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij2010-06-201-1/+1
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-1/+1
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-201-17/+24
* s4: Add comments about setup_secretsMatthieu Patou2010-06-201-0/+2
* s4 provision: Add information about provisioned usn range in sam.ldbMatthieu Patou2010-06-201-0/+96
* s4:provision: don't use hardcoded 'Default-First-Site-Name'Stefan Metzmacher2010-06-191-2/+2
* s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij2010-06-191-7/+6
* s4:provision.py - we do now support the "Windows 2000 Native" domain function...Matthias Dieter Wallnöfer2010-06-161-3/+0
* Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij2010-06-151-3/+3
* s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger2010-06-141-0/+6
* s4-provision: Use logger in provision backends.Jelmer Vernooij2010-06-131-22/+21
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-131-71/+69
* s4-python: Fix formatting.Jelmer Vernooij2010-06-111-2/+7
* s4:provision - fix typo in substitution variableMatthias Dieter Wallnöfer2010-06-061-1/+1
* s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov2010-05-171-8/+10
* s4:domain functional level - it is also specified in the domain object under ...Matthias Dieter Wallnöfer2010-05-131-1/+2
* Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov2010-05-111-5/+1
* s4-rodc: Fix provision warnings by creating ntds objectGUID in provisionAnatoliy Atanasov2010-05-101-1/+5
* Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki2010-04-291-2/+0
* s4-provision: setup spn_update_list in provisionAndrew Tridgell2010-04-271-1/+5
* s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett2010-04-201-5/+5
* Fixed a problem with provision missing the default_dir/etc directory.Nadezhda Ivanova2010-04-121-2/+2
* s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki2010-04-091-0/+2
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-4/+4
* s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij2010-04-081-1/+1
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-34/+55
* s4-provision: Proper handling of exceptions, use SamDB class but skip global ...Jelmer Vernooij2010-04-071-10/+17