summaryrefslogtreecommitdiffstats
path: root/docs/yodldocs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-05-12 04:02:43 +0000
committerTim Potter <tpot@samba.org>2000-05-12 04:02:43 +0000
commit2463f689022812067ef54a8ff0d2346c60e3f451 (patch)
tree335f9b4f7dd7949007ea72871e411b7a0a07544d /docs/yodldocs
parent1be483c90b8f59cefdaf05594564882d99f0fbd3 (diff)
downloadsamba-2463f689022812067ef54a8ff0d2346c60e3f451.tar.gz
samba-2463f689022812067ef54a8ff0d2346c60e3f451.tar.xz
samba-2463f689022812067ef54a8ff0d2346c60e3f451.zip
Changed all references of ntdom to winbind.
Diffstat (limited to 'docs/yodldocs')
-rw-r--r--docs/yodldocs/winbindd.8.yo11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/yodldocs/winbindd.8.yo b/docs/yodldocs/winbindd.8.yo
index 14010720a0f..77e14ad5f44 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.