Home
last modified time | relevance | path

Searched refs:use_roles (Results 1 – 6 of 6) sorted by relevance

/dports/www/p5-Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-1.017/t/
H A D10-roles-mock.t24 is $back_without_use_roles->use_roles, 1, 'use_roles enabled be default';
34 use_roles => 0,
36 is $back_with_use_roles_disabled->use_roles, 0, 'use_roles disabled when set
47 use_roles => 1,
49 is $back_with_use_roles_enabled->use_roles, 1, 'use_roles enabled when set to
H A D20-persist_in_session.t48 use_roles => 0,
75 use_roles => 0,
/dports/devel/py-fabric3/Fabric3-1.14.post1/tests/
H A Dtest_decorators.py236 def use_roles(): function
240 assert_true(hasattr(use_roles, 'roles'))
241 assert_equal(use_roles.roles, ['test'])
/dports/www/p5-Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-1.017/lib/Catalyst/Authentication/Store/LDAP/
H A DBackend.pm125 unless exists $config_hash{use_roles};
394 if ( $self->use_roles == 0 || $self->use_roles =~ /^false$/i ) {
/dports/www/p5-Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-1.017/
H A DREADME36 use_roles => 1,
123 use_roles: 1
229 use_roles
H A DChanges9 - fix use_roles enabled if explicitly disabled