summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-01-22 01:22:39 +0000
committerJeremy Allison <jra@samba.org>2005-01-22 01:22:39 +0000
commit0fa4d25060368375ecb3c7e727b8a52a74ef315c (patch)
tree528a8403ceeaf6fffac25aea798acaa5f0b6b16c /source/lib
parent0ab054238b3d7d78a5422f38d2b7a85af1034687 (diff)
downloadsamba-0fa4d25060368375ecb3c7e727b8a52a74ef315c.tar.gz
samba-0fa4d25060368375ecb3c7e727b8a52a74ef315c.tar.xz
samba-0fa4d25060368375ecb3c7e727b8a52a74ef315c.zip
r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.
Added text explaining units in pdbedit time fields. Jeremy.
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/account_pol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/account_pol.c b/source/lib/account_pol.c
index 72d6e77ddda..5997d9180ae 100644
--- a/source/lib/account_pol.c
+++ b/source/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"},
- {AP_MIN_PASSWORD_AGE,"minimum password age"},
+ {AP_MAX_PASSWORD_AGE, "maximum password age (seconds since 1970)"},
+ {AP_MIN_PASSWORD_AGE,"minimum password age (seconds since 1970)"},
{AP_LOCK_ACCOUNT_DURATION, "lockout duration"},
{AP_RESET_COUNT_TIME, "reset count minutes"},
{AP_BAD_ATTEMPT_LOCKOUT, "bad lockout attempt"},