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 11:50:55 -0500 |
commit | 2ff8825d568780bd2447dbfe422b9fb1bf6870d4 (patch) | |
tree | c5501948a8504a2dd8ededd64276f502251329d1 | |
parent | 3bee1c9fb3358921a41b57153b5b6751b072e850 (diff) | |
download | samba-2ff8825d568780bd2447dbfe422b9fb1bf6870d4.tar.gz samba-2ff8825d568780bd2447dbfe422b9fb1bf6870d4.tar.xz samba-2ff8825d568780bd2447dbfe422b9fb1bf6870d4.zip |
Adding clarification of KRB support for SuSE and Red Hat Linux
-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 379e4e2f373..83720941386 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 |