source: trunk/LATMOS-Accounts/live-test/config.pl.sample @ 1251

Last change on this file since 1251 was 1036, checked in by nanardon, 12 years ago
  • add live tests over kerberos base
File size: 196 bytes
RevLine 
[1034]1package LA::T;
2
[1027]3# Config file for live test
[1035]4# The name of setup base, if set live test can run
[1027]5
6our $SQLBASE = 'sql';
[1034]7our $LDAPBASE = 'ldap';
[1035]8our $ADBASE = 'ad';
[1036]9our $HEIMDALBASE = 'heimdal';
[1027]10
111;
Note: See TracBrowser for help on using the repository browser.