line |
l |
!l |
condition |
113
|
2 |
0 |
$config_hash{'binddn'} ||= 'anonymous'
|
114
|
2 |
0 |
$config_hash{'user_filter'} ||= '(uid=%s)'
|
115
|
2 |
0 |
$config_hash{'user_scope'} ||= 'sub'
|
116
|
2 |
0 |
$config_hash{'user_field'} ||= 'uid'
|
117
|
0 |
2 |
$config_hash{'role_filter'} ||= '(memberUid=%s)'
|
118
|
0 |
2 |
$config_hash{'role_scope'} ||= 'sub'
|
119
|
0 |
2 |
$config_hash{'role_field'} ||= 'cn'
|
120
|
0 |
2 |
$config_hash{'use_roles'} ||= '1'
|
121
|
0 |
2 |
$config_hash{'start_tls'} ||= '0'
|
122
|
0 |
2 |
$config_hash{'entry_class'} ||= 'Catalyst::Model::LDAP::Entry'
|
123
|
0 |
2 |
$config_hash{'user_class'} ||= 'Catalyst::Authentication::Store::LDAP::User'
|
125
|
0 |
2 |
$config_hash{'role_search_as_user'} ||= 0
|