1 Aug
2012
1 Aug
'12
7:28 a.m.
On Wed, Aug 1, 2012 at 6:17 PM, Kaya Saman <kayasaman@gmail.com> wrote:
Upon putting your suggestion in I get:
Bare %{...} is invalid in condition at: %{User-Name}) ....../default[62]: Errors parsing authorize section.
The actual statement looks like so now with the above error in-place:
if (%{User-Name}) {
Try if ("%{User-Name}") { ... though I'm not sure why an update block by itself (without "if") didn't work. AFAIK it should. -- Fajar