summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision/backend.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-840/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
| | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces
* samba.provision.backend: Fix formatting.Jelmer Vernooij2012-09-161-0/+1
|
* provision/backend: Properly close all opened files.Jelmer Vernooij2012-02-261-11/+36
|
* provision: Split out result reporting for backends.Jelmer Vernooij2012-02-261-2/+44
|
* s4-provision Remove options for LDAP backend to reduce user confusionAndrew Bartlett2011-11-081-3/+3
| | | | | | | | | | | | We do not support the LDAP backend any more, but keep the code in case someone comes up with an interesting use case that could leverage this in a very particular situation. In order to keep the code, we must test it, so we keep just this much of the support around. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 8 04:33:49 CET 2011 on sn-devel-104
* s4-provision: added setup_path() import in two more placesAndrew Tridgell2011-02-071-0/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-48/+45
| | | | | | | | | | | | | | We now have a reliable way to know the current location of the templates: dyn_SETUPDIR, which is updated for both the in-build and installed binaries. This replaces the function arguments and the distributed resolution of the setup directory with one 'global' function (imported as required). This also removes the ability to specify an alternate setup directory on the command line, as this was rarely if ever used and never tested. Andrew Bartlett
* s4-provision Always run slaptest to convert the config fileAndrew Bartlett2010-12-081-13/+13
| | | | | | | | | | If the directory exists, it does not mean that it is configured - we may be on a re-run of the provision. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 8 05:19:12 CET 2010 on sn-devel-104
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-1/+2
|
* samba.provision: Fix setup_path.Jelmer Vernooij2010-11-281-11/+16
|
* samba.provision: Add package with provision and backend modules.Jelmer Vernooij2010-11-281-0/+767