<div>Thank you all for responding to my first post in getting FreeRadius set up</div>
<div>and working on a Solaris 10 box.</div>
<div>I am working on creating the (non-priviledged) user environment that will run the </div>
<div>server. </div>
<div> </div>
<div>I have successfully set up a working Radius server to work with a FirePass</div>
<div>VPN appliance..</div>
<div> </div>
<div>FirePass uses PAP for authentication.. however I have authenticated using </div>
<div>both local and PAP.</div>
<div> </div>
<div><code></div>
<div>"charlie"         Auth-Type := Local, User-Password == "hello"<br>                Reply-Message = "Hello, %u"<br>"charles"       Auth-Type := PAP, User-Password == "hello"<br>
                Reply-Message = "Hello, %u"<br></code></div>
<div> </div>
<div>
<div>This works like this:</div>
<div>-- FirePass appliaance has a SSL login page.</div>
<div>-- User enters creditials -> validates against FreeRadius</div>
<div>-- User is shown a "static" page on the FirePass Server with a Static Link.</div>
<div> </div></div>
<div>I will have about 75 users and need to set up password aging.. </div>
<div>Using system (non-shell) accounts with IDs in  /etc/password could be an option</div>
<div>I did read the "Expired" thread and I can write a script to update that field if necessary..</div>
<div> </div>
<div>My Goal</div>
<div>--- let the user know their password has expired</div>
<div>--- let them change it themselves..</div>
<div>--- age the password for 90 days</div>
<div>--- I really don't want a MySQL database ( I don't know MySQL but could learn if I have to)</div>
<div> </div>
<div>I am hoping someone can point me in the right direction.. </div>
<div> </div>
<div> </div>
<div>Charles</div>
<div> </div>