I took a relatively simplistic approach -- I simply created
a table in my Oracle database which contained a field that
corresponded to each field in a UNIX password file. I then
wrote a script to split the password file on each colon character
and inserted the data into the Oracle database.
I di
Hello Ricky -
In the file that you use for the AuthBy FILE (%D/users) you could simply add
those users that you want to lock out like this:
# %d/users
user1 Password = *
..
hth
Hugh
On Friday 05 October 2001 01:06, ricky wrote:
> > Guys,
>
> I noticed a couple of years back someo
Back when I still used file-based authentication, I ran a script
on a regular basis that examined the password file and retrieved
the user shell. The script then assigned a user to a particular
UNIX-style group based on the value of the shell. Radiator has
a built-in ability to read from an arbi