summaryrefslogtreecommitdiffstats
path: root/source4/selftest/target/Samba4.pm
Commit message (Collapse)AuthorAgeFilesLines
* Move selftest code to top-level.Jelmer Vernooij2008-09-181-957/+0
|
* Fix failures in the winbind struct-based test.Andrew Bartlett2008-09-111-2/+0
| | | | | | | | | | | Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
* Rework provision to handle both simple and SASL binds.Andrew Bartlett2008-07-151-5/+6
| | | | | | | | Fedora DS is still setup for simple binds only, at this point. (it also fails on other issues). Andrew Bartlett (This used to be commit b24c572d5a38c1f6906751c2ad2f809e1995b510)
* Connect to the LDAP backend with SASL credentials.Andrew Bartlett2008-07-151-1/+1
| | | | | | | | | | | | | | | This reworks our LDAP backend code to move from anonymous access to a shared-secret SASL-protected connection. (SASL selects NTLM or DIGEST-MD5 on my system). To get this working, we must pre-populate the LDAP backend with a DN to store ths SASL secret on, and we use back-ldif for this. This gives us a reasonable basis to deploy a replicated OpenLDAP backend solution. Andrew Bartlett (This used to be commit cd0745253c4a9ec59a035e830e54d74a05b71aaa)
* Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2008-07-151-1/+1
| | | | (This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced)
* selftest changes for 'winbind privileged dir' change.Andrew Bartlett2008-06-281-1/+3
| | | | (This used to be commit c19b28f7579268133939aebe06e1c947d4415182)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-06-171-1/+1
|\ | | | | | | | | | | v4-0-fixmodulesdir (This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
| * Try to get a bit further with provisioningSimo Sorce2008-06-161-1/+1
| | | | | | | | (This used to be commit 649f6c0c1084828dda7d50bd2904208192de77da)
* | Remove support for deprecated JS provisioning.Jelmer Vernooij2008-06-161-7/+1
|/ | | | (This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456)
* selftest: set posix:writetimeupdatedelayStefan Metzmacher2008-06-031-0/+3
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
* Place the NTP signd socket in the selftest areaAndrew Bartlett2008-05-301-0/+2
| | | | (This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
* Use system python rather than smbpython.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
* Add useful provisioning debugging optionsSimo Sorce2008-04-171-0/+6
| | | | (This used to be commit 3f46eb95e47828ba1db236d584933c997cb0c170)
* Fix some of the winbind tests.Andrew Bartlett2008-04-151-1/+1
| | | | | | | Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
* Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett2008-04-081-5/+0
| | | | | | | | | This option allows Fedora DS multi-master replication to work. I've tried to update the wiki and scripts to the largely consistant with each other. Andrew Bartlett (This used to be commit 42393c830733b2cc99ebccdafe944fcf3d82734f)
* selfteset: oplocks are enabled by default nowStefan Metzmacher2008-03-271-3/+0
| | | | | metze (This used to be commit 9342c4f5ff2be16c9771fd07fbec87076af2e681)
* Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett2008-03-131-1/+1
| | | | | | | | | | | | This reworks quite a few parts of our provision system to use CN=NETBIOSNAME as the domain for member servers. This makes it clear that these domains are not in the DNS structure, while complying with our own schema (found by OpenLDAP's schema validation). Andrew Bartlett (This used to be commit bda6a38b055fed2394e65cdc0b308a1442116402)
* Update the provision scripts and selftest for LDAPAndrew Bartlett2008-03-131-1/+9
| | | | | | | | | | This should allow us to provision onto an OpenLDAP backend again. Also ensure we always have a sysvol and netlogon share in the selftest environment. Andrew Bartlett (This used to be commit b2d9b03ba3434e76d4d476233a198728523d17f9)
* Fix blackbox.kinit test by issuing new certificates good for 25 years.Andrew Kroeger2008-03-021-34/+49
| | | | (This used to be commit 4f40c5940b4aa4343152cf367566d4d26765e234)
* selftest: Samba4 passes all oplocks tests nowStefan Metzmacher2008-02-261-0/+6
| | | | | | | | | The support for oplocks is not completely finished I believe we will not pass some non existing test. But it's a good start. metze (This used to be commit 278eea57fa9f59908672c935187f942e7780f0aa)
* Make setup/provision the name of the python provision script now that that ↵Jelmer Vernooij2008-02-211-2/+2
| | | | | | is the default. (This used to be commit a0a05c5a3d614d0f2936ecfcab5273a2ef7d61a8)
* Be consistant about --ldap-backend-typeAndrew Bartlett2008-02-211-1/+2
| | | | | | | | Make the EJS provision and the selftest scripts both use the new syntax for speicifying the ldap backend type. Andrew Bartlett (This used to be commit b1d2584277304be3f2a640465cbf6b2a3ec571cc)
* added blackbox testing for locktestAndrew Tridgell2008-02-151-1/+15
| | | | (This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij2008-01-221-4/+4
| | | | (This used to be commit 2f57e25f8f692889d9e057e13256f8a24c5ec10c)
* selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij2008-01-161-0/+915
(This used to be commit 50b8a16d0cb5e1c4352e73900d1e98a812340cca)