line |
l |
!l |
condition |
117
|
13 |
0 |
$config_hash{'binddn'} ||= 'anonymous'
|
118
|
13 |
0 |
$config_hash{'user_filter'} ||= '(uid=%s)'
|
119
|
13 |
0 |
$config_hash{'user_scope'} ||= 'sub'
|
120
|
13 |
0 |
$config_hash{'user_field'} ||= 'uid'
|
121
|
2 |
11 |
$config_hash{'role_filter'} ||= '(memberUid=%s)'
|
122
|
2 |
11 |
$config_hash{'role_scope'} ||= 'sub'
|
123
|
2 |
11 |
$config_hash{'role_field'} ||= 'cn'
|
126
|
0 |
13 |
$config_hash{'start_tls'} ||= '0'
|
127
|
1 |
12 |
$config_hash{'entry_class'} ||= 'Catalyst::Model::LDAP::Entry'
|
128
|
2 |
11 |
$config_hash{'user_class'} ||= 'Catalyst::Authentication::Store::LDAP::User'
|
130
|
1 |
12 |
$config_hash{'role_search_as_user'} ||= 0
|
131
|
2 |
11 |
$config_hash{'persist_in_session'} ||= 'username'
|