From cbaced2bcf9cbc198406aa04c6e9ed8c2f5bb6ad Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 27 Jun 2005 23:31:39 +0000 Subject: Update. (This used to be commit 49874d0074fba98fb5c03fd4f76619dfd8c54ab4) --- docs/Samba3-HOWTO/TOSHARG-Winbind.xml | 61 +++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 14 deletions(-) (limited to 'docs/Samba3-HOWTO') diff --git a/docs/Samba3-HOWTO/TOSHARG-Winbind.xml b/docs/Samba3-HOWTO/TOSHARG-Winbind.xml index b976b4638e..b63611f59a 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Winbind.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Winbind.xml @@ -571,7 +571,12 @@ well for Samba services. Why should I do this? - This allows the Samba administrator to rely on the + +Samba administrator +authentication mechanisms +domain members +accounts + This allows the Samba administrator to rely on the authentication mechanisms on the Windows NT/200x PDC for the authentication of domain members. Windows NT/200x users no longer need to have separate accounts on the Samba server. @@ -584,6 +589,8 @@ well for Samba services. +PDC +Windows NT/200x This document is designed for system administrators. If you are implementing Samba on a file server and wish to (fairly easily) integrate existing Windows NT/200x users from your PDC onto the @@ -598,12 +605,18 @@ well for Samba services. Requirements +PAM +back up +boot disk` If you have a Samba configuration file that you are currently using, BACK IT UP! If your system already uses PAM, back up the /etc/pam.d directory contents! If you haven't already made a boot disk, MAKE ONE NOW! +PAM configuration +/etc/pam.d +single-user mode Messing with the PAM configuration files can make it nearly impossible to log in to your machine. That's why you want to be able to boot back into your machine in single-user mode and restore your /etc/pam.d to the original state it was in if you get frustrated with the @@ -611,12 +624,18 @@ way things are going. +winbindd +daemon The latest version of Samba-3 includes a functioning winbindd daemon. Please refer to the main Samba Web page, or better yet, your closest Samba mirror site for instructions on downloading the source code. +domain users +shares and files +PAM +development libraries To allow domain users the ability to access Samba shares and files, as well as potentially other services provided by your Samba machine, PAM must be set up properly on your machine. In order to compile the Winbind modules, you should have at least the PAM development libraries installed @@ -628,6 +647,11 @@ on your system. Please refer the PAM Web site