The Samba-Bugzilla – Attachment 45 Details for
Bug 184
Account policy defaults == 21 day password expiry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change account policy for maximum password age
bug184.patch (text/plain), 1.40 KB, created by
Tim Potter
on 2003-07-07 18:44:22 UTC
(
hide
)
Description:
Change account policy for maximum password age
Filename:
MIME Type:
Creator:
Tim Potter
Created:
2003-07-07 18:44:22 UTC
Size:
1.40 KB
patch
obsolete
>*** account_pol.c.~1.7.2.6.~ Wed Apr 30 13:40:05 2003 >--- account_pol.c Tue Jul 8 11:40:55 2003 >*************** >*** 53,59 **** > account_policy_set(AP_MIN_PASSWORD_LEN, MINPASSWDLENGTH); /* 5 chars minimum */ > account_policy_set(AP_PASSWORD_HISTORY, 0); /* don't keep any old password */ > account_policy_set(AP_USER_MUST_LOGON_TO_CHG_PASS, 0); /* don't force user to logon */ >! account_policy_set(AP_MAX_PASSWORD_AGE, MAX_PASSWORD_AGE); /* 21 days */ > account_policy_set(AP_MIN_PASSWORD_AGE, 0); /* 0 days */ > account_policy_set(AP_LOCK_ACCOUNT_DURATION, 0); /* lockout for 0 minutes */ > account_policy_set(AP_RESET_COUNT_TIME, 0); /* reset immediatly */ >--- 53,59 ---- > account_policy_set(AP_MIN_PASSWORD_LEN, MINPASSWDLENGTH); /* 5 chars minimum */ > account_policy_set(AP_PASSWORD_HISTORY, 0); /* don't keep any old password */ > account_policy_set(AP_USER_MUST_LOGON_TO_CHG_PASS, 0); /* don't force user to logon */ >! account_policy_set(AP_MAX_PASSWORD_AGE, 0); /* don't expire passwords */ > account_policy_set(AP_MIN_PASSWORD_AGE, 0); /* 0 days */ > account_policy_set(AP_LOCK_ACCOUNT_DURATION, 0); /* lockout for 0 minutes */ > account_policy_set(AP_RESET_COUNT_TIME, 0); /* reset immediatly */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 184
: 45