[racktables-users] Re: AD Auth Works, but Group Permissions cause me problems

  • From: Denis Ovsienko <infrastation@xxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Tue, 12 Jul 2011 16:46:30 +0400

[...]
> Automatic tags: $username_JasonH, $lgcn_ESX Admins, $lgcn_Domain Admins
> Requested page: index
> Requested tab: default
> Click here to logout.
>
> My Rackcode looks like this:
>  allow {$userid_1} and {$lgcn_Domain Admins} and {$tab_default}
> Let me know what I'm doing wrong please.

This rackcode blocks access unless every condition is met (which is a possible, 
but very narrow case). You probably mean, that any of the conditions should 
permit access:

allow {$userid_1} or {$lgcn_Domain Admins} or {$tab_default}

-- 
 Denis Ovsienko

Other related posts: