diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-02-24 10:20:48 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-25 08:40:28 -0500 |
commit | 980020c1ad798b79e7bb2c1618a04dd5cb7dd5cd (patch) | |
tree | bc082fd4dfcbf5ed6bc3f62b28bc6bca0d21c283 /src/man | |
parent | 52e080ee2d50b6439b503695fb12808b3d0cc30b (diff) | |
download | sssd-980020c1ad798b79e7bb2c1618a04dd5cb7dd5cd.tar.gz sssd-980020c1ad798b79e7bb2c1618a04dd5cb7dd5cd.tar.xz sssd-980020c1ad798b79e7bb2c1618a04dd5cb7dd5cd.zip |
Fix check for values of expiration limits
There were inconsistencies between what sssd.conf manpage said
and what the code enforces.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 171d261b6..a3ec028f3 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -467,8 +467,8 @@ Number of days entries are left in cache after last successful login before being removed during a cleanup of the cache. 0 means keep forever. - The value of this parameter must be bigger than - offline_credentials_expiration. + The value of this parameter must be greater than or + equal to offline_credentials_expiration. </para> <para> Default: 0 (unlimited) |