Displaying 3 results from an estimated 3 matches for "krb5_enctypes_compatible_key".
Did you mean:
krb5_enctypes_compatible_keys
2004 Dec 15
2
Compiling samba on Solaris 8 --with-ads
...t/cifs/openldap/include -I/opt/cifs/heimdal/include"
export CPPFLAGS
./configure \
--prefix=/opt/cifs/.samba-3.0.9 \
--with-krb5=/opt/cifs/heimdal \
--with-ads
but I'm getting the following error message von the configure script:
...
checking for krb5_c_enctype_compare... no
checking for krb5_enctypes_compatible_keys... no
checking for krb5_encrypt_block type... no
checking for addrtype in krb5_address... no
checking for addr_type in krb5_address... yes
checking for enc_part2 in krb5_ticket... no
checking for keyblock in krb5_creds... no
checking for session in krb5_creds... yes
checking for keyvalue in krb5_k...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...ncipal_get_comp_string... no
checking for krb5_free_unparsed_name... yes
checking for krb5_free_keytab_entry_contents... yes
checking for krb5_kt_free_entry... yes
checking for krb5_krbhst_init... no
checking for krb5_krbhst_get_addrinfo... no
checking for krb5_c_enctype_compare... yes
checking for krb5_enctypes_compatible_keys... no
checking for krb5_crypto_init... no
checking for krb5_crypto_destroy... no
checking for krb5_decode_ap_req... no
checking for free_AP_REQ... no
checking for krb5_verify_checksum... yes
checking for krb5_c_verify_checksum... yes
checking for krb5_principal_compare_any_realm... no
checking for...
2010 May 11
1
Samba 3.5.2 compile on AIX
...ipal_get_comp_string... yes
checking for krb5_free_unparsed_name... yes
checking for krb5_free_keytab_entry_contents... no
checking for krb5_kt_free_entry... yes
checking for krb5_krbhst_init... yes
checking for krb5_krbhst_get_addrinfo... yes
checking for krb5_c_enctype_compare... yes
checking for krb5_enctypes_compatible_keys... yes
checking for krb5_crypto_init... yes
checking for krb5_crypto_destroy... yes
checking for krb5_decode_ap_req... yes
checking for free_AP_REQ... yes
checking for krb5_verify_checksum... yes
checking for krb5_c_verify_checksum... yes
checking for krb5_principal_compare_any_realm... yes
checki...