I should have included all the unix {} config :

        # Unix /etc/passwd style authentication
         #
         #
         unix {
                 #
                 #  Cache /etc/passwd, /etc/shadow, and /etc/group
                 #
                 #  The default is to cache them.
                 #
                 #  For FreeBSD, you do NOT want to enable the cache,
                 #  as it's password lookups are done via a database.
                 #
                 # allowed values: {no, yes}
                 #cache = yes

                 # Reload the cache every 600 seconds (10mins). 0 to 
disable.
                 #cache_reload = 600

                 #
                 #  Define the locations of the normal passwd, shadow, 
and
                 #  group files.
                 #
                 #  'shadow' is commented out by default, because not all
                 #  systems have shadow passwords.
                 #
                 #  To force the module to use the system password 
functions,
                 #  instead of reading the files, comment out the 
'passwd'
                 #  and 'shadow' configuration entries.  This is required
                 #  for some systems, like FreeBSD.
                 #
                 #passwd = /etc/passwd
                 #shadow = /etc/shadow
                 group = /etc/group

                #
                 #  Where the 'wtmp' file is located.
                 #  This will be moved to it's own module soon..
                 #
                 #radwtmp = ${logdir}/radwtmp
         }

So everything is commented out except the group param...

Thanks!!!

-Mitch

On Wednesday, August 21, 2002, at 01:25 PM, Chris Parker wrote:

> Try to do what this says.  You've got it configured to enable cacheing
> of the passwd and shadow files ( so it's going to read them into 
> memory )
> but you haven't told it where these files exist.  :)
>
> In your case, you'll want to disable cacheing and you should be fine.
>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to