From 8b65da1c2d0d196978e96e11b48f1ecf640dd423 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 Sep 2009 13:12:03 -0400 Subject: [PATCH 3/3] Update manpage to reflect new syntax for enumerate --- server/man/sssd.conf.5.xml | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 827dd96..0432f1e 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -463,26 +463,20 @@ - enumerate (integer) + enumerate (bool) Determines if a domain can be enumerated. This parameter can have one of the following values: - 0 = No enumeration + TRUE = Users and groups are enumerated - 1 = Enumerate users + FALSE = No enumerations for this domain - 2 = Enumerate groups - - - 3 = Enumerate both - - - Default: 0 + Default: FALSE @@ -648,7 +642,7 @@ domains = LOCAL,FILES [domains/LOCAL] description = LOCAL Users domain -enumerate = 3 +enumerate = TRUE minId = 5000 maxId = 30000 legacy = FALSE @@ -657,7 +651,7 @@ provider = local [domains/FILES] description = Users stored in UNIX files -enumerate = 3 +enumerate = TRUE minId = 500 maxId = 4999 provider = files -- 1.6.2.5