summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-025-4695/+0
* scripting: Make tdb_copy a common util function in samba.tdb_utilAndrew Bartlett2013-02-191-20/+1
* scripting: Make tdb_copy use the python subprocess moduleAndrew Bartlett2013-02-191-7/+9
* samba-tool/domain provision: add support for utf-8 passwords for --adminpassStefan Metzmacher2013-02-041-0/+1
* provision: setup names.dns_backendStefan Metzmacher2013-01-271-0/+26
* provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481)Stefan Metzmacher2013-01-271-11/+19
* provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)Stefan Metzmacher2013-01-271-0/+21
* provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (...Stefan Metzmacher2013-01-271-0/+4
* provision: setup names.name_map['DnsAdmins']Stefan Metzmacher2013-01-271-0/+5
* provision: introduce names.name_map = {}Stefan Metzmacher2013-01-271-0/+1
* provision: add get_dns_{forest,domain}_microsoft_dns_descriptor()Stefan Metzmacher2013-01-272-0/+16
* provision: add get_config_ntds_quotas_descriptor()Stefan Metzmacher2013-01-272-0/+8
* provision: add get_{config,domain}_delete_protected*_descriptor()Stefan Metzmacher2013-01-272-0/+40
* provision: add optional name_map={} argument to get_*_descriptor()Stefan Metzmacher2013-01-271-32/+30
* provision: import/export get_dns_partition_descriptor()Stefan Metzmacher2013-01-271-1/+2
* provision: setup names.dns{forest,domain}dnStefan Metzmacher2013-01-271-1/+22
* scripting-provision: Set sysvol ACLs on the sysvol shareAndrew Bartlett2013-01-071-14/+23
* s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,....Stefan Metzmacher2012-12-112-0/+15
* s4:provision: set the correct nTSecurityDescriptor on CN=Users,... (bug #9481)Stefan Metzmacher2012-12-112-1/+18
* s4:provision: set the correct nTSecurityDescriptor on CN=Computers,... (bug #...Stefan Metzmacher2012-12-112-1/+19
* s4:provision: set the correct nTSecurityDescriptor on CN=Builtin,... (bug #9481)Stefan Metzmacher2012-12-112-0/+60
* s4:provision: set the correct nTSecurityDescriptor on CN=Infrastructure,... (...Stefan Metzmacher2012-12-112-2/+14
* s4:provision: set the correct nTSecurityDescriptor on CN=Sites,CN=Configurati...Stefan Metzmacher2012-12-112-0/+18
* s4:provision: set the correct nTSecurityDescriptor on CN=Partitions,CN=Config...Stefan Metzmacher2012-12-112-0/+20
* s4:provision: add get_empty_descriptor()Stefan Metzmacher2012-11-302-0/+6
* provision: Make dsacl2fsacl() take a security.dom_sid, not strAndrew Bartlett2012-11-061-2/+2
* provision: Also walk directories checking ACLsAndrew Bartlett2012-11-061-1/+1
* provision: Fix comments in checksysvolaclAndrew Bartlett2012-10-271-1/+2
* provision: No longer use the wheel group in new AD DomainsAndrew Bartlett2012-10-181-19/+20
* Removed phpldapadmin inclusion for Samba 4.Ricky Nance2012-10-171-20/+0
* Revert "provision: Always create DNS user."Stefan Metzmacher2012-10-161-13/+18
* samba.provision.sambadns: Use == to compare strings, not 'is'.Jelmer Vernooij2012-10-111-1/+1
* provision: Always create DNS user.Jelmer Vernooij2012-10-111-18/+13
* samba-tool: skip chown in sysvolreset when it would fail on a GIDAndrew Bartlett2012-10-091-11/+13
* provision: Use logger rather than print.Jelmer Vernooij2012-10-031-1/+1
* s4-provision: do not skip setting the acls on sysvolMatthieu Patou2012-10-031-1/+3
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-272-3/+3
* samba.provision.common: Fix formatting.Jelmer Vernooij2012-09-161-2/+0
* samba.provision.sambadns: Fix formatting.Jelmer Vernooij2012-09-161-57/+126
* samba.provision.backend: Fix formatting.Jelmer Vernooij2012-09-161-0/+1
* samba.provision: Fix formatting, NameErrors.Jelmer Vernooij2012-09-161-68/+80
* s4 provision: Ask for the dns forwarder IP address during interactive provisionKai Blin2012-09-121-1/+4
* s4:provision: don't add the dns-HOSTNAME account if we use the internal dns s...Stefan Metzmacher2012-09-121-6/+10
* s4 dns: use the internal DNS server per defaultKai Blin2012-09-121-2/+2
* provision: Only give the "no posix ACLs" exception if we could not set the SDAndrew Bartlett2012-09-111-6/+6
* s4-provision: Fix error message to contain the string SSDL of the failed-to-m...Andrew Bartlett2012-09-051-2/+2
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-041-11/+12
* s4-classicupgrade: Do the setting of the sysvol ACLs last, after idmap is con...Andrew Bartlett2012-08-281-5/+8
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-281-0/+2
* s4-samba-tool: Add samba-tool ntacl sysvolcheck commandAndrew Bartlett2012-08-231-1/+109