diff options
Diffstat (limited to 'docs/htmldocs/winbindd.8.html')
-rw-r--r-- | docs/htmldocs/winbindd.8.html | 161 |
1 files changed, 22 insertions, 139 deletions
diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index fb8c9c0458..3aecf62509 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -1,12 +1,11 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML ><HEAD ><TITLE >winbindd</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ -"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.77"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" @@ -16,7 +15,9 @@ VLINK="#840084" ALINK="#0000FF" ><H1 ><A -NAME="WINBINDD">winbindd</H1 +NAME="WINBINDD" +></A +>winbindd</H1 ><DIV CLASS="REFNAMEDIV" ><A @@ -29,18 +30,20 @@ NAME="AEN5" ><DIV CLASS="REFSYNOPSISDIV" ><A -NAME="AEN8"><H2 +NAME="AEN8" +></A +><H2 >Synopsis</H2 ><P ><B CLASS="COMMAND" >winbindd</B -> [-F] [-S] [-i] [-B] [-d <debug level>] [-s <smb config file>] [-n]</P +> [-i] [-d <debug level>] [-s <smb config file>]</P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN18" +NAME="AEN14" ></A ><H2 >DESCRIPTION</H2 @@ -168,20 +171,11 @@ CLASS="FILENAME" > and then from the Windows NT server. </P ><P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD ><PRE CLASS="PROGRAMLISTING" >passwd: files winbind group: files winbind </PRE -></TD -></TR -></TABLE ></P ><P >The following simple configuration in the @@ -198,7 +192,7 @@ CLASS="FILENAME" ><DIV CLASS="REFSECT1" ><A -NAME="AEN61" +NAME="AEN57" ></A ><H2 >OPTIONS</H2 @@ -208,48 +202,6 @@ NAME="AEN61" CLASS="VARIABLELIST" ><DL ><DT ->-F</DT -><DD -><P ->If specified, this parameter causes - the main <B -CLASS="COMMAND" ->winbindd</B -> process to not daemonize, - i.e. double-fork and disassociate with the terminal. - Child processes are still created as normal to service - each connection request, but the main process does not - exit. This operation mode is suitable for running - <B -CLASS="COMMAND" ->winbindd</B -> under process supervisors such - as <B -CLASS="COMMAND" ->supervise</B -> and <B -CLASS="COMMAND" ->svscan</B -> - from Daniel J. Bernstein's <B -CLASS="COMMAND" ->daemontools</B -> - package, or the AIX process monitor. - </P -></DD -><DT ->-S</DT -><DD -><P ->If specified, this parameter causes - <B -CLASS="COMMAND" ->winbindd</B -> to log to standard output rather - than a file.</P -></DD -><DT >-d debuglevel</DT ><DD ><P @@ -271,49 +223,7 @@ CLASS="COMMAND" of <B CLASS="COMMAND" >winbindd</B -> is required. - <B -CLASS="COMMAND" ->winbindd</B -> also logs to standard output, - as if the <B -CLASS="COMMAND" ->-S</B -> parameter had been given. - </P -></DD -><DT ->-n</DT -><DD -><P ->Disable caching. This means winbindd will - always have to wait for a response from the domain controller - before it can respond to a client and this thus makes things - slower. The results will however be more accurate, since - results from the cache might not be up-to-date. This - might also temporarily hang winbindd if the DC doesn't respond. - </P -></DD -><DT ->-B</DT -><DD -><P ->Dual daemon mode. This means winbindd will run - as 2 threads. The first will answer all requests from the cache, - thus making responses to clients faster. The other will - update the cache for the query that the first has just responded. - Advantage of this is that responses are accurate and fast. - </P -></DD -><DT ->-s|--conf=smb.conf</DT -><DD -><P ->Specifies the location of the all-important - <TT -CLASS="FILENAME" ->smb.conf</TT -> file. </P +> is required. </P ></DD ></DL ></DIV @@ -321,7 +231,7 @@ CLASS="FILENAME" ><DIV CLASS="REFSECT1" ><A -NAME="AEN103" +NAME="AEN70" ></A ><H2 >NAME AND ID RESOLUTION</H2 @@ -352,7 +262,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN109" +NAME="AEN76" ></A ><H2 >CONFIGURATION</H2 @@ -492,7 +402,7 @@ CLASS="PARAMETER" ><DIV CLASS="REFSECT1" ><A -NAME="AEN151" +NAME="AEN118" ></A ><H2 >EXAMPLE SETUP</H2 @@ -507,20 +417,11 @@ CLASS="FILENAME" > put the following:</P ><P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD ><PRE CLASS="PROGRAMLISTING" >passwd: files winbind group: files winbind </PRE -></TD -></TR -></TABLE ></P ><P >In <TT @@ -534,12 +435,6 @@ CLASS="PARAMETER" ></TT > lines with something like this: </P ><P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD ><PRE CLASS="PROGRAMLISTING" >auth required /lib/security/pam_securetty.so @@ -547,9 +442,6 @@ auth required /lib/security/pam_nologin.so auth sufficient /lib/security/pam_winbind.so auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok </PRE -></TD -></TR -></TABLE ></P ><P >Note in particular the use of the <TT @@ -630,12 +522,6 @@ CLASS="FILENAME" > containing directives like the following: </P ><P -><TABLE -BORDER="0" -BGCOLOR="#E0E0E0" -WIDTH="100%" -><TR -><TD ><PRE CLASS="PROGRAMLISTING" >[global] @@ -649,9 +535,6 @@ CLASS="PROGRAMLISTING" security = domain password server = * </PRE -></TD -></TR -></TABLE ></P ><P >Now start winbindd and you should find that your user and @@ -670,7 +553,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN190" +NAME="AEN157" ></A ><H2 >NOTES</H2 @@ -728,7 +611,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN206" +NAME="AEN173" ></A ><H2 >SIGNALS</H2 @@ -779,7 +662,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN223" +NAME="AEN190" ></A ><H2 >FILES</H2 @@ -855,18 +738,18 @@ CLASS="FILENAME" ><DIV CLASS="REFSECT1" ><A -NAME="AEN252" +NAME="AEN219" ></A ><H2 >VERSION</H2 ><P ->This man page is correct for version 3.0 of +>This man page is correct for version 2.2 of the Samba suite.</P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN255" +NAME="AEN222" ></A ><H2 >SEE ALSO</H2 @@ -894,7 +777,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN262" +NAME="AEN229" ></A ><H2 >AUTHOR</H2 |