diff options
author | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
commit | 556d1ca2d20c42c7ee5934631331f0a019203f06 (patch) | |
tree | 08d21019a44164e5e2b9f2a962a0c14a07ba0e69 /docs/docbook/projdoc/ADS-HOWTO.sgml | |
parent | 5939005588f9e0518793cd85e1e78082cb90b11d (diff) | |
download | samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.gz samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.bz2 samba-556d1ca2d20c42c7ee5934631331f0a019203f06.zip |
Sync docbook directory with HEAD.
Sorry but there are way too many changes to track down all the commit
messages and list them here. Most of the changes look like updates
and cleanups from Jelmer though.
(This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00)
Diffstat (limited to 'docs/docbook/projdoc/ADS-HOWTO.sgml')
-rw-r--r-- | docs/docbook/projdoc/ADS-HOWTO.sgml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/docbook/projdoc/ADS-HOWTO.sgml b/docs/docbook/projdoc/ADS-HOWTO.sgml index 0d2fda5f78..3e34d53c0a 100644 --- a/docs/docbook/projdoc/ADS-HOWTO.sgml +++ b/docs/docbook/projdoc/ADS-HOWTO.sgml @@ -7,13 +7,11 @@ <pubdate>2002</pubdate> </chapterinfo> -<title>Using samba 3.0 with ActiveDirectory support</title> +<title>Samba as a ADS domain member</title> <para> -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 -Windows2000 KDC. The procedures listed here are likely to change as -the code develops. +This is a rough guide to setting up Samba 3.0 with kerberos authentication against a +Windows2000 KDC. </para> <para>Pieces you need before you begin: @@ -76,13 +74,17 @@ to get them off CD2.</para> <para><programlisting> realm = YOUR.KERBEROS.REALM - ads server = your.kerberos.server security = ADS encrypt passwords = yes </programlisting></para> -<para>Strictly speaking, you can omit the realm name and you can use an IP - address for the ads server. In that case Samba will auto-detect these.</para> +<para> +In case samba can't figure out your ads server using your realm name, use the +<command>ads server</command> option in <filename>smb.conf</filename>: +<programlisting> + ads server = your.kerberos.server +</programlisting> +</para> <para>You do *not* need a smbpasswd file, although it won't do any harm and if you have one then Samba will be able to fall back to normal |