test Virtual LDAP implementation on top of Koha scheme
[virtual-ldap] / t / config.pl.template
1 $config = {
2         server => 'localhost:1389',
3         bind_as => 'login@example.com', # test rewrite on bind
4         password => 'password',
5         search => {
6                 base => 'dc=example,dc=com',
7                 filter => 'uid=login',
8         },
9         attributes_required => [ qw/
10                 uid
11         / ],
12 };