diff options
author | John Terpstra <jht@samba.org> | 2004-04-29 03:35:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:49 -0500 |
commit | ea45ec5e08e7c7915fcbb7a5b4d9c8843fcc4cf3 (patch) | |
tree | 242bdf32ef018e39e5705a6c13a4750383267ebb /docs/guide | |
parent | 7d983fccbe5d0781f51a750bf9dff617d0f9ad0c (diff) | |
download | samba-ea45ec5e08e7c7915fcbb7a5b4d9c8843fcc4cf3.tar.gz samba-ea45ec5e08e7c7915fcbb7a5b4d9c8843fcc4cf3.tar.bz2 samba-ea45ec5e08e7c7915fcbb7a5b4d9c8843fcc4cf3.zip |
Adding clarification of KRB support for SuSE and Red Hat Linux
(This used to be commit db0387aa5ab0bd5db4ce3a3cdfe30437e2a215df)
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/Chap09-AddingUNIXClients.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/guide/Chap09-AddingUNIXClients.xml b/docs/guide/Chap09-AddingUNIXClients.xml index 379e4e2f37..8372094138 100644 --- a/docs/guide/Chap09-AddingUNIXClients.xml +++ b/docs/guide/Chap09-AddingUNIXClients.xml @@ -1147,6 +1147,38 @@ aliases: files HAVE_KRB5_STRING_TO_KEY HAVE_KRB5_STRING_TO_KEY_SALT HAVE_LIBKRB5 +</screen> + The above output was obtained on a SuSE Linux system and shows the output for + Samba that has been compiled and linked with the Heimdal Kerberos libraries. + The following is a typical output that will be found on a Red Hat Linux system that + has been linked with the MIT Kerberos libraries: +<screen> +&rootprompt; cd /usr/sbin +&rootprompt; smbd -b | grep KRB + HAVE_KRB5_H + HAVE_ADDRTYPE_IN_KRB5_ADDRESS + HAVE_KRB5 + HAVE_KRB5_AUTH_CON_SETUSERUSERKEY + HAVE_KRB5_ENCRYPT_DATA + HAVE_KRB5_FREE_DATA_CONTENTS + HAVE_KRB5_FREE_KTYPES + HAVE_KRB5_GET_PERMITTED_ENCTYPES + HAVE_KRB5_KEYTAB_ENTRY_KEY + HAVE_KRB5_LOCATE_KDC + HAVE_KRB5_MK_REQ_EXTENDED + HAVE_KRB5_PRINCIPAL2SALT + HAVE_KRB5_PRINC_COMPONENT + HAVE_KRB5_SET_DEFAULT_TGS_KTYPES + HAVE_KRB5_SET_REAL_TIME + HAVE_KRB5_STRING_TO_KEY + HAVE_KRB5_TKT_ENC_PART2 + HAVE_KRB5_USE_ENCTYPE + HAVE_LIBGSSAPI_KRB5 + HAVE_LIBKRB5 +</screen> + You can validate that Samba has been compiled and linked with LDAP support + by executing: +<screen> &rootprompt; smbd -b | grep LDAP massive:/usr/sbin # smbd -b | grep LDAP HAVE_LDAP_H |