5 Sep
2008
5 Sep
'08
10:21 a.m.
Mark Jones wrote:
True enough but I am unclear as to how to do it with passwd and shadow file and groups file. Are there an example config that someone has I can see to get a better understanding of what I have to do?
raddb/modules/etc_group has a sample configuration for reading /etc/group. If there are no passwords in /etc/passwd, you don't need to read that. The format for etc/shadow should be straightforward. See the etc_group example, and the documentation for the "passwd" module. Alan DeKok.