[racktables-users] auth question (mod_auth_tkt)
- From: Christian Lox <lox@xxxxxxxxxxxxxxxxxx>
- To: racktables-users@xxxxxxxxxxxxx
- Date: Wed, 27 May 2009 17:41:19 +0200
Hi there.
thanks for adding support for apache authentication.
This is what we need to add racktables to our single sign on login.
At least we thought so.
trying to authenticate via a ticket always results in:
access denied
User given tags:
Target given tags:
Effective explicit tags:
Effective implicit tags:
Automatic tags:
Requested page: index
Requested tab: default
Any idea what to do?
Apache conf looks like this:
AuthType Basic
require valid-user
#AuthUserFile /tmp/.htpasswd
AuthName "zz"
TKTAuthLoginURL https://login.x.y
TKTAuthCookieName racktables_auth_tkt
And the ticket conf:
$guava->SSO_createAuthTicket("racktables_auth_tkt", "/racktables/",
"user_name");
This is on racktables 0.17.0
Thanks,
Christian
Other related posts: