-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b63
-
sparc
-
solaris_9
Starting with Mustang build b51 the following code fails on Solaris 9 with a "unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]"
GSSManager manager = GSSManager.getInstance();
Oid krb5 = new Oid("1.2.840.113554.1.2.2");
Oid names[] = manager.getNamesForMech(krb5);
This causes the following 2 JCK tests to fail
api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest003]
api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest004]
A standalone version of these 2 tests is attached.
GSSManager manager = GSSManager.getInstance();
Oid krb5 = new Oid("1.2.840.113554.1.2.2");
Oid names[] = manager.getNamesForMech(krb5);
This causes the following 2 JCK tests to fail
api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest003]
api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest004]
A standalone version of these 2 tests is attached.