[EMAIL PROTECTED] wrote:
Chris Pugmire <[EMAIL PROTECTED]> nel MSG
news:[EMAIL PROTECTED] ha scritto :
I'm not sure what feature you are asking about, can you give
more information please ?
into the access.conf :
## DO NOT EDIT BY HAND except between the manual parts
## User/passwords should be in users.dat rather than this file
## UserGroups can be defined in groups.dat
^^^^^^^^^^^^
Fascinating, it seems that comment is not true.
The only ways to define groups are
1) In users.dat
2) In an external authent module
3) On unix in /etc/groups
I recommend using users.dat, use this format:
username:password:none:*:Users Full Name:groups
e.g.
fred:xxx:none:*:Mr Fred Bloggs:staff,adults
ChrisP.