diff options
author | Günther Deschner <gd@samba.org> | 2005-04-01 13:12:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:26 -0500 |
commit | 0f535e3e5b2e3fa0ce107fb4253bc1e0ec19b674 (patch) | |
tree | 7763b4b8a636a4c4ae2ca6e73b4cc7bcecc0747c /source3 | |
parent | 1da65dc29eefab5a011458d125a9d0597df29848 (diff) | |
download | samba-0f535e3e5b2e3fa0ce107fb4253bc1e0ec19b674.tar.gz samba-0f535e3e5b2e3fa0ce107fb4253bc1e0ec19b674.tar.bz2 samba-0f535e3e5b2e3fa0ce107fb4253bc1e0ec19b674.zip |
r6166: Derell, I'm reverting this part of -r4917 because it modifies the keys
to search in tdbs in a way that is not upgrade-safe and somewhat weird
to use: Users have to modify policies like
pdbedit -P "maximum password policies (seconds since 1970)"
The value-description should better go into the manpage.
Guenther
(This used to be commit f46c0c12274cd0bf1c24bc2d1d708b2960433195)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/account_pol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c index 5997d9180a..72d6e77ddd 100644 --- a/source3/lib/account_pol.c +++ b/source3/lib/account_pol.c @@ -118,8 +118,8 @@ static const struct { {AP_MIN_PASSWORD_LEN, "min password length"}, {AP_PASSWORD_HISTORY, "password history"}, {AP_USER_MUST_LOGON_TO_CHG_PASS, "user must logon to change password"}, - {AP_MAX_PASSWORD_AGE, "maximum password age (seconds since 1970)"}, - {AP_MIN_PASSWORD_AGE,"minimum password age (seconds since 1970)"}, + {AP_MAX_PASSWORD_AGE, "maximum password age"}, + {AP_MIN_PASSWORD_AGE,"minimum password age"}, {AP_LOCK_ACCOUNT_DURATION, "lockout duration"}, {AP_RESET_COUNT_TIME, "reset count minutes"}, {AP_BAD_ATTEMPT_LOCKOUT, "bad lockout attempt"}, |