diff options
author | John Terpstra <jht@samba.org> | 2004-04-24 14:43:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:48 -0500 |
commit | d0a17501cbb75937f41b75904cd07562476f7d4d (patch) | |
tree | 936ce82c11c0a8bcf8708fa82595296232df2e10 /docs/guide | |
parent | bcb40631df9c6ff69ccf7a41d570c4914c09e797 (diff) | |
download | samba-d0a17501cbb75937f41b75904cd07562476f7d4d.tar.gz samba-d0a17501cbb75937f41b75904cd07562476f7d4d.tar.bz2 samba-d0a17501cbb75937f41b75904cd07562476f7d4d.zip |
Increasing SIZELIMIT to handle 200 groups.
(This used to be commit a3b124172d7919c6110c942254485636d63356bc)
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/Chap06-MakingHappyUsers.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/Chap06-MakingHappyUsers.xml b/docs/guide/Chap06-MakingHappyUsers.xml index 72e04a750f..d513ef04d1 100644 --- a/docs/guide/Chap06-MakingHappyUsers.xml +++ b/docs/guide/Chap06-MakingHappyUsers.xml @@ -1218,7 +1218,7 @@ index default sub <example id="ch6-nss01"> <title>Configuration File for NSS LDAP Support &smbmdash; <filename>/etc/ldap.conf</filename></title> <screen> -SIZELIMIT 12 +SIZELIMIT 200 TIMELIMIT 15 DEREF never @@ -1238,7 +1238,7 @@ nss_base_group ou=Groups,dc=abmas,dc=biz?one <example id="ch6-nss02"> <title>Configuration File for NSS LDAP Clients Support &smbmdash; <filename>/etc/ldap.conf</filename></title> <screen> -SIZELIMIT 12 +SIZELIMIT 200 TIMELIMIT 15 DEREF never |