From decfeddec7f62815ec0fb69eb05c4f9fef85be42 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Apr 2003 14:16:10 +0000 Subject: Add note on AIX (This used to be commit c86d32d7343c160851a6937e51bea2de68de0db8) --- docs/docbook/projdoc/winbind.sgml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'docs/docbook') diff --git a/docs/docbook/projdoc/winbind.sgml b/docs/docbook/projdoc/winbind.sgml index 05460e1a61..962e81b863 100644 --- a/docs/docbook/projdoc/winbind.sgml +++ b/docs/docbook/projdoc/winbind.sgml @@ -18,7 +18,6 @@ &author.jelmer; - &author.jht; 27 June 2002 @@ -331,7 +330,7 @@ for providing the HOWTO for this section. This HOWTO describes how to get winbind services up and running to control access and authenticate users on your Linux box using -the winbind services which come with SAMBA 2.2.2. +the winbind services which come with SAMBA 3.0. @@ -471,7 +470,7 @@ It will also build the winbindd executable and libraries. Configure <filename>nsswitch.conf</filename> and the -winbind libraries +winbind libraries on Linux and Solaris The libraries needed to run the winbindd daemon @@ -492,9 +491,9 @@ I also found it necessary to make the following symbolic link: And, in the case of Sun solaris: -root# ln -s /usr/lib/libnss_winbind.so /usr/lib/libnss_winbind.so.1 -root# ln -s /usr/lib/libnss_winbind.so /usr/lib/nss_winbind.so.1 -root# ln -s /usr/lib/libnss_winbind.so /usr/lib/nss_winbind.so.2 +root# ln -s /usr/lib/libnss_winbind.so /usr/lib/libnss_winbind.so.1 +root# ln -s /usr/lib/libnss_winbind.so /usr/lib/nss_winbind.so.1 +root# ln -s /usr/lib/libnss_winbind.so /usr/lib/nss_winbind.so.2 @@ -528,6 +527,34 @@ and echos back a check to you. + +NSS Winbind on AIX + +(This section is only for those running AIX) + + +The winbind AIX identification module gets built as libnss_winbind.so in the +nsswitch directory of the samba source. This file can be copied to +/usr/lib/security, and the AIX naming convention would indicate that it +should be named WINBIND. A stanza like the following: + + + +WINBIND: + program = /usr/lib/security/WINBIND + options = authonly + + +can then be added to /usr/lib/security/methods.cfg. +This module only supports identification, but there have been success reports +using the standard winbind pam module for authentication. Use caution +configuring loadable authentication modules as it is possible to make +it impossible to logon to the system. More information about the AIX +authentication module API can be found at + and more information on administering the +modules at . + + Configure smb.conf -- cgit