You are here

function ldap_sso_default_excluded_paths in Lightweight Directory Access Protocol (LDAP) 8.2

1 call to ldap_sso_default_excluded_paths()
ldap_sso_path_excluded_from_sso in ldap_sso/ldap_sso.module

File

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

Code

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