Displaying 3 results from an estimated 3 matches for "krb5_checksum".
2008 Oct 05
2
Compiling 3.2.4 --with-krb5=/usr/lib/krb5, not working
...39;
So then, if we do a "make"
# less config.h | grep -i krb
/* Whether the krb5_address struct has a addrtype property */
/* #undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS */
/* Whether the krb5_address struct has a addr_type property */
/* #undef HAVE_ADDR_TYPE_IN_KRB5_ADDRESS */
/* Whether the krb5_checksum struct has a checksum property */
/* #undef HAVE_CHECKSUM_IN_KRB5_CHECKSUM */
...all left untouched.
Any thoughts? The libraries are definitely and obviously there:
root@somesambahost:/usr/lib/krb5] $ ls -als
total 3338
2 drwxr-xr-x 4 root bin 1024 May 3 10:15 .
64 drwxr-x...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
.... yes
checking whether krb5_auth_con_set_req_cksumtype is declared... no
checking whether krb5_ticket contains kvno and enctype... yes
checking whether krb5_get_init_creds_opt_free takes a context argument...
yes
checking whether krb5_verify_checksum takes 7 arguments... 7
checking for checksum in krb5_checksum... no
checking for etype in EncryptedData... no
checking for ticket pointer in krb5_ap_req... yes
checking for e_data pointer in krb5_error... no
checking for krb5_crypto type... no
checking for krb5_encrypt_block type... yes
checking for addrtype in krb5_address... yes
checking for addr_type in kr...
2010 May 11
1
Samba 3.5.2 compile on AIX
...... no
checking whether krb5_auth_con_set_req_cksumtype is declared... no
checking whether krb5_ticket contains kvno and enctype... no
checking whether krb5_get_init_creds_opt_free takes a context argument...
yes
checking whether krb5_verify_checksum takes 7 arguments... 6
checking for checksum in krb5_checksum... yes
checking for etype in EncryptedData... yes
checking for ticket pointer in krb5_ap_req... no
checking for e_data pointer in krb5_error... yes
checking for krb5_crypto type... yes
checking for krb5_encrypt_block type... no
checking for addrtype in krb5_address... no
checking for addr_type in k...