Markus Moeller <[EMAIL PROTECTED]> writes: > I tried to use your module on OpenSolaris and Solaris10 (with the > standard hack of using OpenSolaris header files). It works fine on > OpenSolaris but it fails on Solaris 10 as krb5_change_password does not > seem to be an exported symbol of mech_krb5.so and I guess there is no > easy fix.
Correct. Solaris 10 didn't expose the full Kerberos API, only the GSSAPI API, so you can't build Kerberos applications against the Kerberos libraries shipped with Solaris 10. This is supposed to be fixed in Solaris 11. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
