summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-01 03:28:35 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-01 03:28:35 +0000
commitb0e57ee3d423a68dd9ab820251b8f7cb7a42f9f0 (patch)
treec281fa96d9a10dc5fdf1b85229c7f2f4067522ab /docs
parent7054fb250718ac7aa3da7d1345cde55b60457f32 (diff)
downloadsamba-b0e57ee3d423a68dd9ab820251b8f7cb7a42f9f0.tar.gz
samba-b0e57ee3d423a68dd9ab820251b8f7cb7a42f9f0.tar.bz2
samba-b0e57ee3d423a68dd9ab820251b8f7cb7a42f9f0.zip
Clarifications for the ADS docs.
(This used to be commit 9931f50b396d7e7188de583e5732781e8bea587d)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/ADS-HOWTO.sgml18
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/docbook/projdoc/ADS-HOWTO.sgml b/docs/docbook/projdoc/ADS-HOWTO.sgml
index abe3f24fd5..887ecd74c2 100644
--- a/docs/docbook/projdoc/ADS-HOWTO.sgml
+++ b/docs/docbook/projdoc/ADS-HOWTO.sgml
@@ -60,7 +60,8 @@ to get them off CD2.</para>
<para>If your kerberos libraries are in a non-standard location then
remember to add the configure option --with-krb5=DIR.</para>
-<para>After you run configure make sure that include/config.h contains
+<para>After you run configure make sure that include/config.h it
+ generates contains
lines like this:</para>
<para><programlisting>
@@ -89,9 +90,10 @@ In case samba can't figure out your ads server using your realm name, use the
</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
- password security for older clients. I expect that the above
+<para>You do *not* need a smbpasswd file, and older clients will
+ be authenticated as if "security = domain", although it won't do any harm
+ and allows you to have local users not in the domain.
+ I expect that the above
required options will change soon when we get better active
directory integration.</para>
</sect1>
@@ -131,7 +133,7 @@ to join the realm.
<para>
If all you want is kerberos support in smbclient then you can skip
straight to step 5 now. Step 3 is only needed if you want kerberos
-support in smbd.
+support for smbd and winbindd.
</para>
</sect1>
@@ -140,9 +142,7 @@ support in smbd.
<title>Create the computer account</title>
<para>
-Do a "kinit" as a user that has authority to change arbitrary
-passwords on the KDC ("Administrator" is a good choice). Then as a
-user that has write permission on the Samba private directory
+As a user that has write permission on the Samba private directory
(usually root) run:
<command>net ads join</command>
</para>
@@ -152,8 +152,6 @@ user that has write permission on the Samba private directory
<para>
<variablelist>
-<varlistentry><term>"bash: kinit: command not found"</term>
-<listitem><para>kinit is in the krb5-workstation RPM on RedHat systems, and is in /usr/kerberos/bin, so it won't be in the path until you log in again (or open a new terminal)</para></listitem></varlistentry>
<varlistentry><term>"ADS support not compiled in"</term>
<listitem><para>Samba must be reconfigured (remove config.cache) and recompiled (make clean all install) after the kerberos libs and headers are installed.</para></listitem></varlistentry>
</variablelist>