summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/provision.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-203/+0
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-3/+6
2012-10-17Removed phpldapadmin inclusion for Samba 4.Ricky Nance1-10/+0
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-09-16s4-python: Formatting fixes, break lines.Jelmer Vernooij1-3/+9
2012-08-28s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in syncAndrew Bartlett1-0/+2
2012-06-15lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett1-2/+5
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider1-2/+0
2012-02-26provision: Add tests for determine_netbios_name.Jelmer Vernooij1-0/+9
2012-02-26provision: Split out result reporting for backends.Jelmer Vernooij1-1/+3
2012-02-26provision: Put adminpass details in ProvisionResult.Jelmer Vernooij1-9/+15
2012-02-26provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij1-3/+21
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-2/+3
2012-02-25provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij1-2/+33
2012-02-25Factor out sanitize_server_role.Jelmer Vernooij1-1/+18
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij1-3/+3
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-8/+3
2011-02-07s4-test: fixed setup/ assumption for top level buildAndrew Tridgell1-2/+2
2010-12-05s4-python: Add some more module docstrings.Jelmer Vernooij1-0/+2
2010-09-30s4-provision: wipe the old keytabs when provisioningAndrew Tridgell1-3/+13
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer1-3/+0
2010-06-20Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij1-0/+2
2010-06-20s4 python: Update unit tests related to create secretsMatthieu Patou1-0/+13
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-3/+3
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij1-3/+2
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-0/+1
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-2/+0
2009-09-26samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij1-25/+1
2009-07-29s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett1-1/+1
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij1-1/+1
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-1/+1
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-2/+1
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij1-1/+22
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij1-1/+9
2008-01-25python: Add test for secretsdb_become_dcJelmer Vernooij1-3/+18
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-3/+7
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-1/+4
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-4/+13
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-0/+59