I first tried using Group-Name as that works in the Users file...
if (Group-Name == "net_su") {
update control {
Tmp-String-0 := "net_su"
}
}
Then after searching the mailing list I came across Ldap-Group and gave that a try as well...
if (Ldap-Group == "net_su") {
update control {
Tmp-String-0 := "net_su"
}
}
Cam.
--
Cameron Wood wrote:<sigh>
> How can I compare this data? I've tried comparing for it in the
> Authorize section using an IF statement, but that didn't work.
*What* did you try?