summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision/backend.py
AgeCommit message (Collapse)AuthorFilesLines
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
* Trailing whitespace * use of "==" where "is" should be used * double spaces
2012-09-16samba.provision.backend: Fix formatting.Jelmer Vernooij1-0/+1
2012-02-26provision/backend: Properly close all opened files.Jelmer Vernooij1-11/+36
2012-02-26provision: Split out result reporting for backends.Jelmer Vernooij1-2/+44
2011-11-08s4-provision Remove options for LDAP backend to reduce user confusionAndrew Bartlett1-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
2011-02-07s4-provision: added setup_path() import in two more placesAndrew Tridgell1-0/+2
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-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
2010-12-08s4-provision Always run slaptest to convert the config fileAndrew Bartlett1-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
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-1/+2
2010-11-28samba.provision: Fix setup_path.Jelmer Vernooij1-11/+16
2010-11-28samba.provision: Add package with provision and backend modules.Jelmer Vernooij1-0/+767