[racktables-users] Re: Autotags for ldap and http authentication (and other authentication)

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: