On Mar 13, 2009, at 9:41 AM, Kevin Horn wrote: > Isn't Apple's provided Kerberos just MIT Kerberos?
Not a stock release, no. > Is it modified in some way? Yes: $ ls -l /usr/lib/libkrb5* lrwxr-xr-x 1 root wheel 54 Jan 16 2008 /usr/lib/libkrb5.dylib -> / System/Library/Frameworks/Kerberos.framework/Kerberos lrwxr-xr-x 1 root wheel 54 Jan 16 2008 /usr/lib/libkrb524.dylib - > /System/Library/Frameworks/Kerberos.framework/Kerberos lrwxr-xr-x 1 root wheel 54 Jan 16 2008 /usr/lib/ libkrb5support.dylib -> /System/Library/Frameworks/Kerberos.framework/ Kerberos They've repackaged Kerberos into a framework. It *should* have all the symbols you need, but it's not just the standard MIT libraries. Apple stuffs a bunch of extra API into the framework, including CCAPI, Kerberos Identity Management and Kerberos Login, the latter two of which seemed to be tied into Apple's OpenDirectory SSO implementation. > At any rate, cosign worked out of the box on the development > machine. No problems at all. Any differences in OS version between the development and production machines? andrew ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
