From b0e57ee3d423a68dd9ab820251b8f7cb7a42f9f0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 1 Feb 2003 03:28:35 +0000 Subject: Clarifications for the ADS docs. (This used to be commit 9931f50b396d7e7188de583e5732781e8bea587d) --- docs/docbook/projdoc/ADS-HOWTO.sgml | 18 ++++++++---------- 1 file 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. If your kerberos libraries are in a non-standard location then remember to add the configure option --with-krb5=DIR. -After you run configure make sure that include/config.h contains +After you run configure make sure that include/config.h it + generates contains lines like this: @@ -89,9 +90,10 @@ In case samba can't figure out your ads server using your realm name, use the -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 +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. @@ -131,7 +133,7 @@ to join the realm. 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. @@ -140,9 +142,7 @@ support in smbd. 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 -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: net ads join @@ -152,8 +152,6 @@ user that has write permission on the Samba private directory -"bash: kinit: command not found" -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) "ADS support not compiled in" Samba must be reconfigured (remove config.cache) and recompiled (make clean all install) after the kerberos libs and headers are installed. -- cgit