You are here

function ldap_sso_default_excluded_paths in LDAP Single Sign On 7.2

Default excluded paths.

1 call to ldap_sso_default_excluded_paths()
ldap_sso_path_excluded_from_sso in ./ldap_sso.module
Paths excluded from SSO.

File

./ldap_sso.module, line 107
This module injects itself into Drupal's Authentication stack.

Code

function ldap_sso_default_excluded_paths() {
  return array(
    'admin/config/search/clean-urls/check',
  );
}