From 2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Nov 2002 15:34:49 +0000 Subject: Some more doc updates: - make - update status of docs document - move security_level to 'type of installation' part (This used to be commit 11ad39398e077c3901e63f31bcc6efb223854357) --- docs/htmldocs/ads.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'docs/htmldocs/ads.html') diff --git a/docs/htmldocs/ads.html b/docs/htmldocs/ads.html index fc6b78b32c..49345be2c0 100644 --- a/docs/htmldocs/ads.html +++ b/docs/htmldocs/ads.html @@ -11,7 +11,7 @@ TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html">Chapter 8. Samba as a ADS domain memberChapter 9. Samba as a ADS domain member

This is a VERY ROUGH guide to setting up the current (November 2001) pre-alpha version of Samba 3.0 with kerberos authentication against a @@ -113,9 +113,9 @@ CLASS="SECT1" >

8.1. Installing the required packages for Debian

9.1. Installing the required packages for Debian

On Debian you need to install the following packages:

8.2. Installing the required packages for RedHat

9.2. Installing the required packages for RedHat

On RedHat this means you should have at least:

8.3. Compile Samba

9.3. Compile Samba

If your kerberos libraries are in a non-standard location then remember to add the configure option --with-krb5=DIR.

8.4. Setup your /etc/krb5.conf

9.4. Setup your /etc/krb5.conf

The minimal configuration for krb5.conf is:

8.5. Create the computer account

9.5. Create the computer account

Do a "kinit" as a user that has authority to change arbitrary passwords on the KDC ("Administrator" is a good choice). Then as a @@ -281,9 +281,9 @@ CLASS="SECT2" >

8.5.1. Possible errors

9.5.1. Possible errors

8.6. Test your server setup

9.6. Test your server setup

On a Windows 2000 client try

8.7. Testing with smbclient

9.7. Testing with smbclient

On your Samba server try to login to a Win2000 server or your Samba server using smbclient and kerberos. Use smbclient as usual, but @@ -345,9 +345,9 @@ CLASS="SECT1" >

8.8. Notes

9.8. Notes

You must change administrator password at least once after DC install, to create the right encoding types

Up