[racktables-users] Re: auth question (mod_auth_tkt)

Hello.

> 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.

My first thought was that the last pre-release justifications had broken
related code. But after having checked everything once more I can tell
for sure, that release 0.17.0 works with htaccess/htpasswd setup.

> 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?

The value above is just wrong, because it is never empty. For some
reason building of the security context has completely failed.

> 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

Do you run a modified version of the code?

-- 
    Denis Ovsienko

Other related posts: