[racktables-users] Re: Autotags for ldap and http authentication (and other authentication)
- From: Troy Rose <troyjrose@xxxxxxxxx>
- To: racktables-users@xxxxxxxxxxxxx
- Date: Tue, 21 Jul 2009 14:56:45 +0200
Ah.. okay I see! Nice! I'll use that then. It wasn't quite clear to me. I'll
give it a go then!
On Tue, Jul 21, 2009 at 11:55 AM, Denis Ovsienko <pilot@xxxxxxxxxx> wrote:
> Hello.
>
> [...]
>
> > 1 allow {$userid_1} or {racktables_writers}
> > 2 allow {$user_authenticated} and {$tab_default}
> > These rules basically say
> > "allow total access to the admin (user id of 1) or the uses tagged with
> > racktables_writers"
> > "allow any authenticated user access to the default tab (only)"
> [...]
>
> The above should be equivalent to:
>
> allow {$userid_1} or {racktables_writers} or {$tab_default}
>
> Every user is authenticated at the point, where RackCode is evaluated.
> This way added $user_authenticated turns out to be a constant.
>
> --
> Denis Ovsienko
>
>
Other related posts: