Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
3b8b909f
Commit
3b8b909f
authored
Mar 31, 2009
by
Yadd
Browse files
Little bug in CDA
parent
b0b971b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/lemonldap-ng/debian/compat
View file @
3b8b909f
4
5
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm
View file @
3b8b909f
...
...
@@ -43,7 +43,7 @@ sub run ($$) {
$host
=~
s/^[^\.]+\.(.*\..*$)/$1/
;
lmSetErrHeaderOut
(
$apacheRequest
,
'
Set-Cookie
'
=>
"
$str
; domain=
$host
; path=/
"
.
(
$
cookieSecured
?
"
; secure
"
:
""
)
);
.
(
$
https
?
"
; secure
"
:
""
)
);
return
REDIRECT
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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