From 4b26c7bbf4fe93f5ffb92d3f04012be290be25be Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 19 Jan 2009 10:22:46 +0100 Subject: S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'. The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin --- docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml') diff --git a/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml index e03c0106b0..2e60b4a91c 100644 --- a/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -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 The winbindd daemon is running in split mode (normal), so there are also two instancesFor more information regarding winbindd, see TOSHARG2, -- cgit