summaryrefslogtreecommitdiffstats
path: root/selftest/target/Samba.pm
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Allow a krb5.conf to be generated that covers multiple realmsAndrew Bartlett2011-08-261-20/+35
|
* selftest Use die() less often, as it fails to allow cleanupAndrew Bartlett2011-05-081-1/+1
|
* selftest: s3member admember test to confirm s3/s4 interopabilityAndrew Bartlett2011-04-281-0/+56
| | | | | | | | | | | | This checks that Samba3 joins Samba4 correctly, and allows NTLM and Kerberos logons from a live Samba4 DC. This needs the common krb5.conf generation logic, and because we now override KRB5_CONFIG we must update ktest to have a valid krb5.conf. Based on an original patch by metze Andrew Bartlett
* selftest: Make overwrite of $env->{target} optionalAndrew Bartlett2011-04-281-2/+6
| | | | | | | This allows a target to be a mix of Samba3 and Samba4, and chose it's own backend for check_env and get_log_env. Andrew Bartlett
* selftest: Make bindir_path much less complexAndrew Bartlett2011-04-271-3/+16
| | | | | | There is no need to pass it as a function pointer, just put it in 'Samba.pm'. Andrew Bartlett
* selftest Consolidate server wall clock time limitsAndrew Bartlett2011-04-191-3/+3
| | | | | | | | | | This helps ensure that we don't have the Samba3 servers stop before the full make test is finished. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Apr 19 09:03:07 CEST 2011 on sn-devel-104
* selftest Add combined 'Samba' target moduleAndrew Bartlett2011-04-191-0/+45
To work around environment variable handling, the initialisation of NSS_WRAPPER_WINBIND_SO_PATH is pushed in to Samba3.pm (the s3 autoconf build still overrides this) Andrew Bartlett