summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-203/+0
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-3/+6
* Removed phpldapadmin inclusion for Samba 4.Ricky Nance2012-10-171-10/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-3/+9
* s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in syncAndrew Bartlett2012-08-281-0/+2
* lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett2012-06-151-2/+5
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
* provision: Add tests for determine_netbios_name.Jelmer Vernooij2012-02-261-0/+9
* provision: Split out result reporting for backends.Jelmer Vernooij2012-02-261-1/+3
* provision: Put adminpass details in ProvisionResult.Jelmer Vernooij2012-02-261-9/+15
* provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij2012-02-261-3/+21
* provision: Leave result reporting up to caller.Jelmer Vernooij2012-02-261-2/+3
* provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij2012-02-251-2/+33
* Factor out sanitize_server_role.Jelmer Vernooij2012-02-251-1/+18
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-131-3/+3
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-8/+3
* s4-test: fixed setup/ assumption for top level buildAndrew Tridgell2011-02-071-2/+2
* s4-python: Add some more module docstrings.Jelmer Vernooij2010-12-051-0/+2
* s4-provision: wipe the old keytabs when provisioningAndrew Tridgell2010-09-301-3/+13
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2010-06-201-3/+0
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-201-0/+2
* s4 python: Update unit tests related to create secretsMatthieu Patou2010-06-201-0/+13
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-3/+3
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-3/+2
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-011-0/+1
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-2/+0
* samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij2009-09-261-25/+1
* s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett2009-07-291-1/+1
* expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-241-1/+1
* Use new style python classes.Jelmer Vernooij2008-08-011-1/+1
* Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-141-1/+1
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-111-2/+1
* Add docstring.Jelmer Vernooij2008-02-091-0/+2
* Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-091-1/+22
* python: Load smb.conf file for the provision tests.Jelmer Vernooij2008-01-261-2/+6
* python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij2008-01-251-1/+9
* python: Add test for secretsdb_become_dcJelmer Vernooij2008-01-251-3/+18
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-3/+7
* r26538: Pass path generation function around rather than base directory.Jelmer Vernooij2007-12-211-1/+4
* r26536: More tests for provisioning code.Jelmer Vernooij2007-12-211-4/+13
* r26527: Start on tests for provision.Jelmer Vernooij2007-12-211-0/+59