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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2206.1 | Define SQLSRV$CHECK_EXPIRED_PASSWORDS FALSE | SQLSRV::MAVRIS | Sue Mavris - [email protected] | Mon May 19 1997 15:15 | 11 |
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 |