From a819223d6130ad667ff7ce30dd98166873912c51 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 15 Mar 2005 16:57:07 +0000 Subject: Clarification that Samba documentation is not an LDAP HOWTO. (This used to be commit f986973276e53269e649b42b0dce7525315c09fb) --- docs/Samba-Guide/Chap06-MakingHappyUsers.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/Samba-Guide') diff --git a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml index 0215a8caa2..722c2aaa42 100644 --- a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml +++ b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml @@ -235,15 +235,16 @@ clients is conservative and if followed will minimize problems - but it is not a - Samba asks the host OS to provide a UID via the "passwd", "shadow" and "group" facilities - in the NSS control (configuration) file. What tool is used by the UNIX administrator is - up to him. It is not imposed by Samba. Samba provides winbindd together with its support - libraries as one method. It is possible to do this via LDAP - and for that Samba provides - the appropriate hooks so that all account entities can be located in an LDAP directory. + Samba asks the host OS to provide a UID via the passwd, shadow + and group facilities in the NSS control (configuration) file. The best tool + for achieving this is left up to the UNIX administrator to determine. It is not imposed by + Samba. Samba provides winbindd together with its support libraries as one method. It is + possible to do this via LDAP - and for that Samba provides the appropriate hooks so that + all account entities can be located in an LDAP directory. - If the weapon of choice (as it is for LDAP) is to use the PADL nss_ldap utility it must + For many the weapon of choice is to use the PADL nss_ldap utility. This utility must be configured so that computer accounts can be resolved to a POSIX/UNIX account UID. That is fundamentally an LDAP design question. The information provided on the Samba list and in the documentation is directed at providing working examples only. The design -- cgit