diff options
author | John Terpstra <jht@samba.org> | 2003-08-27 02:31:06 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-08-27 02:31:06 +0000 |
commit | 63a5f178e2fc4cf442294af2bac2bef906f0a65b (patch) | |
tree | f9a8d958fa4cc26db4c27e460db0abef022fd794 | |
parent | 9fdc1363bec6ae9a0a0f9a37130b98a92ebe8ce2 (diff) | |
download | samba-63a5f178e2fc4cf442294af2bac2bef906f0a65b.tar.gz samba-63a5f178e2fc4cf442294af2bac2bef906f0a65b.tar.bz2 samba-63a5f178e2fc4cf442294af2bac2bef906f0a65b.zip |
patch from Guenther Deschner <gd@suse.de>
(This used to be commit 2e23491bb3bbf638ef37bace4e2fd22ade637618)
-rw-r--r-- | docs/docbook/manpages/winbindd.8.xml | 4 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/winbind/idmapbackend.xml | 2 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/winbind/winbindcachetime.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/manpages/winbindd.8.xml b/docs/docbook/manpages/winbindd.8.xml index d63c8e06e3..b13ec718cf 100644 --- a/docs/docbook/manpages/winbindd.8.xml +++ b/docs/docbook/manpages/winbindd.8.xml @@ -349,8 +349,8 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok </varlistentry> <varlistentry> - <term>SIGUSR1</term> - <listitem><para>The SIGUSR1 signal will cause <command> + <term>SIGUSR2</term> + <listitem><para>The SIGUSR2 signal will cause <command> winbindd</command> to write status information to the winbind log file including information about the number of user and group ids allocated by <command>winbindd</command>.</para> diff --git a/docs/docbook/smbdotconf/winbind/idmapbackend.xml b/docs/docbook/smbdotconf/winbind/idmapbackend.xml index 4937256bbb..bc725b589f 100644 --- a/docs/docbook/smbdotconf/winbind/idmapbackend.xml +++ b/docs/docbook/smbdotconf/winbind/idmapbackend.xml @@ -13,6 +13,6 @@ <para>Default: <command moreinfo="none">idmap backend = <empty string></command></para> - <para>Example: <command moreinfo="none">idmap backend = ldapsam://ldapslave.example.com</command></para> + <para>Example: <command moreinfo="none">idmap backend = ldap:ldap://ldapslave.example.com</command></para> </listitem> </samba:parameter> diff --git a/docs/docbook/smbdotconf/winbind/winbindcachetime.xml b/docs/docbook/smbdotconf/winbind/winbindcachetime.xml index 3080adc7c8..cd063f8daa 100644 --- a/docs/docbook/smbdotconf/winbind/winbindcachetime.xml +++ b/docs/docbook/smbdotconf/winbind/winbindcachetime.xml @@ -9,6 +9,6 @@ user and group information before querying a Windows NT server again.</para> - <para>Default: <command moreinfo="none">winbind cache type = 15</command></para> + <para>Default: <command moreinfo="none">winbind cache type = 300</command></para> </listitem> </samba:parameter> |