[racktables-users] Re: Autotags for ldap and http authentication (and other authentication)
- From: Denis Ovsienko <pilot@xxxxxxxxxx>
- To: racktables-users@xxxxxxxxxxxxx
- Date: Tue, 21 Jul 2009 13:55:26 +0400
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: