Project Kerberos64
Building
The packages must be build in a specific order as Kerberos allows storing information in an LDAP repository and OpenLDAP allows authentication with Kerberos. To break this circle there is separate GAR recipe just for the Kerberos libraries with minimal dependencies which needs to be build first.
- Build Kerberos libraries with minimal dependencies (done)1
- Build OpenLDAP2 (See Project OpenLDAP)
- Needs CSWtcpwrappers (done with 64 bit, new version in testing, TBD: support for alternatives)
- Needs CSWsasl, which needs 64 bit postgres and mysql bindings, TBD: wrong lib location lookup for 64 bit
- Build remaining Kerberos packages with full dependencies3
Location of configuration files
The user expected it to look in the solaris-documented location for krb5.conf(4)
/etc/krb5/xxxxx
It would appear to check
/etc/krb5.conf:/opt/csw/etc/krb5.conf
however, it should probably look in
/etc/opt/csw/krb5.conf:/etc/krb5/krb5.conf:/etc/krb5.conf:/opt/csw/etc/krb5.conf
(check all local locations, in that order, and then as a last-ditcheffort, check for a "global" one)4
page revision: 7, last edited: 07 Mar 2012 16:04