summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2011-09-13s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell1-9/+3
2011-09-13s4-provision Perform 'modify' operations as systemAndrew Bartlett1-5/+13
2011-09-13s4-provision Split addition of users and well known principalsAndrew Bartlett1-6/+11
2011-09-13s4-provision Add initial support for joining as a new subdomainAndrew Bartlett1-219/+278
2011-09-12s4-provision: Create private dir for dns in a separate functionAmitay Isaacs1-12/+29
2011-09-12s4-provision: Generate appropriate named.conf file depending on dns_backendAmitay Isaacs1-17/+31
2011-09-12s4-provision: Remove dupliate creation of dns/spn_update_list filesAmitay Isaacs1-8/+1
2011-09-08s4-provision: Add DNS backend option to provisionAmitay Isaacs1-4/+6
2011-09-05s4-provision: these substitutuons are not used any moreAndrew Tridgell1-4/+1
2011-08-26s4-provision Use samba.dns_name_to_dnAndrew Bartlett1-2/+2
2011-08-25s4-provision: pass the rootDN into guess_names()Andrew Tridgell1-2/+2
2011-08-19provision: Add idmap database handle to the result of provisionAmitay Isaacs1-0/+2
2011-08-13s4-provision Add support for fixing the DC rid to a particular valueAndrew Bartlett1-13/+21
2011-08-12s4-provision: create dsServiceName in @ROOTDSE in GUID formAndrew Tridgell1-1/+2
2011-07-21s4-param: use "state directory" and "cache directory" optionsBjörn Baumbach1-5/+5
2011-07-21s4-provision: run dbcheck on a minimal set of objects in provisionAndrew Tridgell1-4/+8
2011-07-13ldb: use base searches for @ special DNsAndrew Tridgell1-11/+14
2011-07-13dbcheck: only do the provision dbcheck if there are objects to checkAndrew Tridgell1-13/+14
2011-07-13s4-provision: fixed the GUIDs in the provision using dbcheckAndrew Tridgell1-0/+16
2011-07-12s4:provision: place the sysvol share under "state dir" instead of "lock dir"Stefan Metzmacher1-1/+1
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-1/+9
2011-07-11s4-provision: use samba.unix2nttime() instead of hard coding NTTIME offsetsAndrew Tridgell1-2/+2
2011-07-11s4-provision: fix the value of creation timestamp to be a MS timestampMatthieu Patou1-2/+2
2011-07-07s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin1-8/+4
2011-07-07s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin1-2/+10
2011-06-19s4-provision: Remove hard coded SD for CN=Sites containerMatthieu Patou1-15/+0
2011-06-19s4-upgradeprovision: introduce invocation id in lastprovisionUSNsMatthieu Patou1-17/+39
2011-06-19s4-python: fix wrong discovery of the site name in find_key_provision_parametersMatthieu Patou1-1/+1
2011-06-09s4-ipv6: don't default to 127.0.0.1 in provisionAndrew Tridgell1-5/+8
2011-06-07s4-provision: fixed detection of V4/V6 addressesAndrew Tridgell1-2/+29
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett1-6/+0
2011-06-06s4-param Remove 'idmap database'Andrew Bartlett1-2/+1
2011-06-06s4-param Remove 'secrets database' parameterAndrew Bartlett1-2/+1
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-3/+2
2011-05-25s4-provision Use correct tkey-gssapi-credentialAndrew Bartlett1-1/+3
2011-05-21s4-python: Remove not used importsMatthieu Patou1-4/+2
2011-05-21s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou1-0/+106
2011-04-30provision: reorganize attributes so that we don't attribute with DN syntax th...Matthieu Patou1-0/+5
2011-04-03Avoid uppercasing server role in error message.Jelmer Vernooij1-1/+1
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-70/+44
2011-02-07s4-loadparm: removed "setup directory" optionAndrew Tridgell1-8/+0
2011-02-07s4-provision: cope with top level directory for provisionAndrew Tridgell1-2/+2
2011-01-17s4-provision: Fixed owner/group for hard-coded Sites descriptor.Nadezhda Ivanova1-3/+1
2010-12-08s4-provision Add an invalid names check for 'domain == netbiosname'Andrew Bartlett1-1/+4
2010-12-01s4-provision: fixed check for missing msDS-SupportedEncryptionTypesAndrew Tridgell1-3/+2
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-10/+12
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-3/+6
2010-11-28samba.provision: Fix setup_path.Jelmer Vernooij1-20/+18
2010-11-28samba.provision: Add package with provision and backend modules.Jelmer Vernooij1-0/+1960