Changed all references of ntdom to winbind.
authorTim Potter <tpot@samba.org>
Fri, 12 May 2000 04:02:43 +0000 (04:02 +0000)
committerTim Potter <tpot@samba.org>
Fri, 12 May 2000 04:02:43 +0000 (04:02 +0000)
(This used to be commit 2463f689022812067ef54a8ff0d2346c60e3f451)

docs/yodldocs/winbindd.8.yo

index 14010720a0fd581b35e4943fe9709a2ff1a50c9a..77e14ad5f443249e280759bdd37e527afe5b204a 100644 (file)
@@ -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.