You can have multiple 'require' lines to allow multiple groups and/or
users. So
require group programmers
require group secretaries
require user joe
"Require"s are OR-ed together, so anyone meeting a single criteria will
get allowed in, provided they enter the correct password of course. So
Hello,
I've scoured the Internet for examples of how to implement logical
operators where the "require" directive is concerned.
The dearth of documentation and discussion regarding this subject leads
me to believe that it has not been implemented, or was implemented at
one time and then removed.