27 Sep
2010
27 Sep
'10
2:57 p.m.
William Burnett wrote:
Thanks that helped I've got the conditions to match. However I've setup multiple groups: ... and want to use a regexp
That won't work. The current code checks for equality, not regex.
to match anything containing ssh-* to allow those users to authenticate instead of multiple lines matching each value. Can I use regex matching with SQL-Group ?
Nope. But if you patch the code, it might work. Alan DeKok.