Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
sso
Commits
6769373c
Commit
6769373c
authored
Jul 02, 2016
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mod_sso: restore sso_module name for apr hook
changed in
a7b05ac6
parent
a8a14247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mod_sso/mod_sso.c
src/mod_sso/mod_sso.c
+1
-1
No files found.
src/mod_sso/mod_sso.c
View file @
6769373c
...
...
@@ -1011,7 +1011,7 @@ static void mod_sso_register_hooks (apr_pool_t *p)
ap_hook_check_access_ex
(
mod_sso_check_access_ex
,
NULL
,
NULL
,
APR_HOOK_MIDDLE
,
AP_AUTH_INTERNAL_PER_CONF
);
ap_register_auth_provider
(
p
,
AUTHZ_PROVIDER_GROUP
,
"group"
,
"0"
,
&
authz_sso_group_provider
,
AP_AUTH_INTERNAL_PER_CONF
);
#else
static
const
char
*
const
authzSucc
[]
=
{
"
mod_sso.c
"
,
NULL
};
static
const
char
*
const
authzSucc
[]
=
{
"
sso_module
"
,
NULL
};
ap_hook_check_user_id
(
mod_sso_check_user_id
,
NULL
,
NULL
,
APR_HOOK_MIDDLE
);
ap_hook_auth_checker
(
mod_sso_auth_checker
,
NULL
,
authzSucc
,
APR_HOOK_MIDDLE
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment