-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u95, 7u51
In Turkish environment, a LDAP's application fails to get the value of an
user attribute's "objectSID". In fact,
javax.naming.directory.Attributes.get("objectSID") returns null.
When the key "objectSid"("id" is lower-case) is used instead of
"objectSID"(i.e. Attributes.get("objectSid")), the application succeeds in
getting the user attribute even if it runs in Turkish environment.
---- Environment information --------
LDAP Server OS: Windows Server 2008 R2 Active Directory
JDK version: 1.7.0_51, 1.6.0_95
-------------------------------------
- duplicates
-
JDK-7059542 JNDI name operations should be locale independent
- Closed