� ���, 01.06.2002, � 04:08, Frederic Lepied �������: > Jeremy Salch <[EMAIL PROTECTED]> writes: > > > in looking at the document on the mandrakesecure site about msec .. there > > wasn't a way to disably password aging.. I would like to run some servers i > > have in msec 4 but it ages passwords which for me is bad.. I know for > > security it is good... but in my application its bad.. > > > > is there or has there been a command implimentd into msec as of yet to allow > > this to be disabled ? > > In /etc/security/msec/level.local add the following line: > > password_aging(99999)
Or, to disable only for user special-user: update to current msec cat >> /etc/security/msec/level.local no_password_aging_for(special-user) ^D much better than to disable it for everybody. -andrej
