summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* samba.provision: Add package with provision and backend modules.Jelmer Vernooij2010-11-281-1958/+0
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-281-6/+6
* s4-provision: fixed eadb automatic and manual setting in provisionAndrew Tridgell2010-11-261-1/+1
* s4-provision: don't try to look for an IPv6 address when not specifiedAndrew Tridgell2010-11-261-11/+0
* s4-provision: setup posix:eadb using lp.set()Andrew Tridgell2010-11-171-5/+2
* s4-provision: add log messages about IP lookupAndrew Tridgell2010-11-171-0/+2
* s4-provision UTF16 encode the password in sam.ldb, not secrets.ldbAndrew Bartlett2010-11-111-2/+2
* s4-provision: include command line provision options in the generated smb.confAndrew Tridgell2010-11-111-11/+22
* s4-join: use the command line loadparm in provision during a joinAndrew Tridgell2010-11-111-8/+12
* s4:provision.py - strip trailing whitespacesMatthias Dieter Wallnöfer2010-11-091-106/+106
* s4:provision - switch to "clearTextPassword" for setting passwordsMatthias Dieter Wallnöfer2010-11-091-4/+4
* provision: Look for in source setup data first, in case an older versionJelmer Vernooij2010-11-031-16/+28
* s4:provision - adapt the "provision" so that SIDs are only set on entry creationMatthias Dieter Wallnöfer2010-11-011-8/+4
* 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