$SUBJECT
-- 
Stephen Gallagher
RHCE 804006346421761

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
From 8b65da1c2d0d196978e96e11b48f1ecf640dd423 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgall...@redhat.com>
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 @@
                 </varlistentry>
 
                 <varlistentry>
-                    <term>enumerate (integer)</term>
+                    <term>enumerate (bool)</term>
                     <listitem>
                         <para>
                             Determines if a domain can be enumerated. This
                             parameter can have one of the following values:
                         </para>
                         <para>
-                            0 = No enumeration
+                            TRUE = Users and groups are enumerated
                         </para>
                         <para>
-                            1 = Enumerate users
+                            FALSE = No enumerations for this domain
                         </para>
                         <para>
-                            2 = Enumerate groups
-                        </para>
-                        <para>
-                            3 = Enumerate both
-                        </para>
-                        <para>
-                            Default: 0
+                            Default: FALSE
                         </para>
                     </listitem>
                 </varlistentry>
@@ -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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to