/[virtual-ldap]/t/config.pl.template
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /t/config.pl.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (show annotations)
Tue Feb 23 00:22:39 2010 UTC (14 years, 1 month ago) by dpavlin
File size: 240 byte(s)
add attributes_required to test search results

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 };

  ViewVC Help
Powered by ViewVC 1.1.26