[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::sql_services

Title:SQL/Services Forum
Notice:kits(3) ft info(7) QAR access (8) SPR access (10)
Moderator:SQLSRV::MAVRIS
Created:Thu Oct 13 1988
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2214
Total number of notes:8586

2206.0. "sqlsrv 7.0 and expired passwords" by M5::JBALOGH () Mon May 19 1997 14:19

    Is there a way to turn off expired password checking on SQLSRV 7.0?
    Looks like they are being checked by default now... Of course I have a
    customer that wants it the other way  :)
    
    Thanks, 
    John
T.RTitleUserPersonal
Name
DateLines
2206.1Define SQLSRV$CHECK_EXPIRED_PASSWORDS FALSESQLSRV::MAVRISSue Mavris - [email protected]Mon May 19 1997 15:1511
Hi John,

Yup - since we reversed the behavior, we figured we'd better have a way to
put it back just in case.  You just need to define the following system
logical:

DEFINE/SYSTEM SQLSRV$CHECK_EXPIRED_PASSWORDS "FALSE"

and we'll ignore expired passwords.

Sue