summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* s4:provision - remove the "servicePrincipalName" creation on the DC objectMatthias Dieter Wallnöfer2010-10-311-8/+0
* provision: fix wrong testsMatthieu Patou2010-10-301-6/+11
* provision: when deriving netbiosname from hostname force the netbiosname to b...Matthieu Patou2010-10-301-3/+13
* s4:provision.py - add the correct "CN=Sites" security descriptorMatthias Dieter Wallnöfer2010-10-231-5/+20
* s4-provisionbackend Allow a fixed URI to be specified for LDAP backendAndrew Bartlett2010-10-191-37/+39
* s4-provision Remove serverdn parameter from Schema()Andrew Bartlett2010-10-191-3/+2
* s4-provision: Reset "debuglevel" after "provision" take placeKamen Mazdrashki2010-10-051-7/+9
* s4-selftest: silence warnings about bind chownAndrew Tridgell2010-10-021-2/+2
* s4-test: silence the Failed to chown message in make testAndrew Tridgell2010-10-021-3/+5
* s4-provision: wipe the old keytabs when provisioningAndrew Tridgell2010-09-301-4/+16
* s4-provision: fixed the generation of the krb5.conf for vampireAndrew Tridgell2010-09-271-6/+6
* s4 provision: start with gpo of version 0 and be consistent between different...Matthieu Patou2010-09-261-1/+1
* s4 provision: Make GPO folder group writableMatthieu Patou2010-09-261-3/+3
* s4-provision: switch to dns-HOSTNAME instead of dnsAndrew Tridgell2010-09-261-7/+23
* 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