diff options
author | John Terpstra <jht@samba.org> | 2005-06-12 15:26:32 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:45 -0500 |
commit | c8d6660c18545132e2fa975701e3f39e7d4d048b (patch) | |
tree | 9bc0d482ab7e16a85e0d1091a69df6179a14a566 | |
parent | 313a0c688d0fbca77c2a3605f973409b295bbca9 (diff) | |
download | samba-c8d6660c18545132e2fa975701e3f39e7d4d048b.tar.gz samba-c8d6660c18545132e2fa975701e3f39e7d4d048b.tar.bz2 samba-c8d6660c18545132e2fa975701e3f39e7d4d048b.zip |
Another update - more to go.
(This used to be commit e5b88c3d5e58408c6d87c0196f7c5670dbed07b2)
-rw-r--r-- | docs/Samba3-ByExample/SBE-AddingUNIXClients.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml b/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml index 49db512a44..fa698cee31 100644 --- a/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml +++ b/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml @@ -191,14 +191,14 @@ </para></listitem> <listitem><para> - <indexterm><primary>winbind enable local accounts</primary></indexterm> - <indexterm><primary>Domain Member</primary><secondary>servers</secondary></indexterm> - <indexterm><primary>Domain Controllers</primary></indexterm> + <indexterm><primary>winbind trusted domains only</primary></indexterm> + <indexterm><primary>domain member</primary><secondary>servers</secondary></indexterm> + <indexterm><primary>domain controllers</primary></indexterm> If you wish to make use of accounts (users and/or groups) that are local to (i.e., capable - of being resolved using) the NSS facility, it is imperative to use the - <smbconfoption name="winbind enable local accounts">Yes</smbconfoption> - in the &smb.conf; file. This parameter specifically applies only to domain controllers, - not to domain member servers. + of being resolved using) the NSS facility, it is possible to use the + <smbconfoption name="winbind trusted domains only">Yes</smbconfoption> + in the &smb.conf; file. This parameter specifically applies to domain controllers, + and to domain member servers. </para></listitem> </itemizedlist> |