Re: MULTIPLE USER FILE

Joe Warren (joe@joe.telstar.net)
Sat, 30 Aug 1997 13:09:37 +0100

>>> I think this has been asked before, but is there a way to use multiple
>>>user files so I can keep different types of users in seperate files?
>>>What do I need to change to accomplish this?
>You would need to add this capability to the source code.
Or you could just write a script to replace builddbm/equivalent that said
something like:
cd /etc/raddb
cat dial-in-users routed-users test-users > users
builddbm
..with loads more error checking/backups for last month/week. I've been
thinking of doing the same thing myself sooner or later, but its not too
difficult with a little shell scripting knowledge.

Regards,

Joe