From 88b6a63ab2b3583a56400ca9bf8b694275284c9a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 May 2000 04:02:43 +0000 Subject: Changed all references of ntdom to winbind. (This used to be commit 2463f689022812067ef54a8ff0d2346c60e3f451) --- docs/yodldocs/winbindd.8.yo | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/yodldocs/winbindd.8.yo b/docs/yodldocs/winbindd.8.yo index 14010720a0..77e14ad5f4 100644 --- a/docs/yodldocs/winbindd.8.yo +++ b/docs/yodldocs/winbindd.8.yo @@ -23,7 +23,7 @@ be configured throught the tt(/etc/nsswitch.conf) file. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system. -The service provided by bf(winbindd) is called `ntdom' and can be used to +The service provided by bf(winbindd) is called `winbind' and can be used to resolve user and group information from a Windows NT server. The following nsswitch databases are implemented by the bf(winbindd) @@ -48,8 +48,9 @@ tt(/etc/nsswitch.conf) file can be used to initially resolve user and group information from tt(/etc/passwd) and tt(/etc/group) and then from the Windows NT server. -passwd: files ntdom -group: files ntdom +tt(passwd: files winbind) + +tt(group: files winbind) label(OPTIONS) manpageoptions() @@ -177,11 +178,11 @@ Name service switch configuration file. dit(/tmp/.winbindd/pipe) The UNIX pipe over which clients communicate with the bf(winbindd) program. -For security reasons, the ntdom client will only attempt to connect to the +For security reasons, the winbind client will only attempt to connect to the bf(winbindd) daemon if both the tt(/tmp/.winbindd) directory and tt(/tmp/.winbindd/pipe) file are owned by root. -dit(/lib/libnss_ntdom.so.X) +dit(/lib/libnss_winbind.so.X) Implementation of name service switch library. -- cgit