summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2010-11-28samba.provision: Add package with provision and backend modules.Jelmer Vernooij1-1958/+0
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-6/+6
2010-11-26s4-provision: fixed eadb automatic and manual setting in provisionAndrew Tridgell1-1/+1
2010-11-26s4-provision: don't try to look for an IPv6 address when not specifiedAndrew Tridgell1-11/+0
2010-11-17s4-provision: setup posix:eadb using lp.set()Andrew Tridgell1-5/+2
2010-11-17s4-provision: add log messages about IP lookupAndrew Tridgell1-0/+2
2010-11-11s4-provision UTF16 encode the password in sam.ldb, not secrets.ldbAndrew Bartlett1-2/+2
2010-11-11s4-provision: include command line provision options in the generated smb.confAndrew Tridgell1-11/+22
2010-11-11s4-join: use the command line loadparm in provision during a joinAndrew Tridgell1-8/+12
2010-11-09s4:provision.py - strip trailing whitespacesMatthias Dieter Wallnöfer1-106/+106
2010-11-09s4:provision - switch to "clearTextPassword" for setting passwordsMatthias Dieter Wallnöfer1-4/+4
2010-11-03provision: Look for in source setup data first, in case an older versionJelmer Vernooij1-16/+28
2010-11-01s4:provision - adapt the "provision" so that SIDs are only set on entry creationMatthias Dieter Wallnöfer1-8/+4
2010-10-31s4:provision - remove the "servicePrincipalName" creation on the DC objectMatthias Dieter Wallnöfer1-8/+0
2010-10-30provision: fix wrong testsMatthieu Patou1-6/+11
2010-10-30provision: when deriving netbiosname from hostname force the netbiosname to b...Matthieu Patou1-3/+13
2010-10-23s4:provision.py - add the correct "CN=Sites" security descriptorMatthias Dieter Wallnöfer1-5/+20
2010-10-19s4-provisionbackend Allow a fixed URI to be specified for LDAP backendAndrew Bartlett1-37/+39
2010-10-19s4-provision Remove serverdn parameter from Schema()Andrew Bartlett1-3/+2
2010-10-05s4-provision: Reset "debuglevel" after "provision" take placeKamen Mazdrashki1-7/+9
2010-10-02s4-selftest: silence warnings about bind chownAndrew Tridgell1-2/+2
2010-10-02s4-test: silence the Failed to chown message in make testAndrew Tridgell1-3/+5
2010-09-30s4-provision: wipe the old keytabs when provisioningAndrew Tridgell1-4/+16
2010-09-27s4-provision: fixed the generation of the krb5.conf for vampireAndrew Tridgell1-6/+6
2010-09-26s4 provision: start with gpo of version 0 and be consistent between different...Matthieu Patou1-1/+1
2010-09-26s4 provision: Make GPO folder group writableMatthieu Patou1-3/+3
2010-09-26s4-provision: switch to dns-HOSTNAME instead of dnsAndrew Tridgell1-7/+23
2010-09-24s4:provision - rootdse - remove static "ldapServiceName" attributeMatthias Dieter Wallnöfer1-3/+0
2010-09-24s4:provision - rootdse - remove static "dnsHostName" attributeMatthias Dieter Wallnöfer1-1/+0
2010-09-24s4:provision.py - support still not fully provisioned trees regarding the roo...Matthias Dieter Wallnöfer1-2/+11
2010-09-24s4:provision.py - make more use of "names.serverdn" on NTDS settings locationMatthias Dieter Wallnöfer1-2/+2
2010-09-22s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij1-2/+1
2010-09-10s4:provision: remember the setup directory if it wasn't the defaultStefan Metzmacher1-0/+8
2010-09-09s4-provision: fixed error format stringAndrew Tridgell1-1/+1
2010-08-19s4 provision: POLICY_ACL is already an FS acl no need to translate itMatthieu Patou1-2/+1
2010-08-19s4 provision: Add some documentation to GPO related functionsMatthieu Patou1-13/+56
2010-08-17s3-provision: cope with the policy directory already existingAndrew Tridgell1-3/+8
2010-07-15s4:provision Handle machine account password changes while keeping keytabAndrew Bartlett1-15/+23
2010-07-10s4 provision: use correct GUID for default policiesMatthieu Patou1-2/+7
2010-06-29s4:provision Add an msDS-SupportedEncryptionTypes entry to our DCAndrew Bartlett1-1/+16
2010-06-26s4:provision.py - fix comment regarding DNS entriesMatthias Dieter Wallnöfer1-1/+1
2010-06-26s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher1-1/+8
2010-06-26s4:provision: add --next-rid optionStefan Metzmacher1-2/+13
2010-06-26s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher1-3/+11
2010-06-26s4:provision: pass relax control also to modify_ldifStefan Metzmacher1-2/+2
2010-06-23s4:provision Raise default max functional level to 2008R2Andrew Bartlett1-3/+3
2010-06-23s4:provision Remove am_rodc from SchemaAndrew Bartlett1-3/+2
2010-06-23libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett1-2/+2
2010-06-20provision: Look for Samba prefix a bit harder.Jelmer Vernooij1-4/+6
2010-06-20provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij1-122/+131