mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin
This commit is contained in:
parent
7c1e08518b
commit
4b26c7bbf4
@ -477,7 +477,7 @@ Password for ADMINISTRATOR@LONDON.ABMAS.BIZ:
|
||||
<screen>
|
||||
&rootprompt; smbd -D
|
||||
&rootprompt; nmbd -D
|
||||
&rootprompt; winbindd -B
|
||||
&rootprompt; winbindd -D
|
||||
</screen>
|
||||
</para></step>
|
||||
|
||||
|
@ -1910,8 +1910,8 @@ Loaded services file OK.
|
||||
14290 ? S 0:00 /usr/sbin/smbd -D
|
||||
|
||||
$rootprompt; ps ax | grep winbind
|
||||
14293 ? S 0:00 /usr/sbin/winbindd -B
|
||||
14295 ? S 0:00 /usr/sbin/winbindd -B
|
||||
14293 ? S 0:00 /usr/sbin/winbindd -D
|
||||
14295 ? S 0:00 /usr/sbin/winbindd -D
|
||||
</screen>
|
||||
The <command>winbindd</command> daemon is running in split mode (normal), so there are also
|
||||
two instances<footnote><para>For more information regarding winbindd, see <emphasis>TOSHARG2</emphasis>,
|
||||
|
@ -767,8 +767,8 @@ Ignoring unknown parameter "dogbert"
|
||||
14290 ? S 0:00 /usr/sbin/smbd -D
|
||||
|
||||
$rootprompt; ps ax | grep winbind
|
||||
14293 ? S 0:00 /usr/sbin/winbindd -B
|
||||
14295 ? S 0:00 /usr/sbin/winbindd -B
|
||||
14293 ? S 0:00 /usr/sbin/winbindd -D
|
||||
14295 ? S 0:00 /usr/sbin/winbindd -D
|
||||
</screen>
|
||||
The <command>winbindd</command> daemon is running in split mode (normal), so there are also
|
||||
two instances of it. For more information regarding <command>winbindd</command>, see
|
||||
|
Loading…
x
Reference in New Issue
Block a user