mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
09.42.2007 2e15cc8ce73623f07c80ea514eb9795cfcc3c8f1
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, August 9, 2007 19:42 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, August 9, 2007 19:42 +0200
commit2e15cc8ce73623f07c80ea514eb9795cfcc3c8f1
tree 24b1a766dc8c9170ee4f5aa6a0918bcda8f082d1 tree | zip | gz
parent 846dc86b55c219167c9d09e870753cac5d855aa4 view | diff
Implement support for an identity mapper that can use regular expressions to
transform the provided ID string before searching for the appropriate matching
user in the server. This makes it possible, for example, to strip the realm
portion of a Kerberos V principal to obtain just the username before searching
for entries containing a uid attribute with that value.

OpenDS Issue Number: 2087
3 files added
3 files modified
1568 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 13 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/RegularExpressionIdentityMapperConfiguration.xml 180 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/RegularExpressionIdentityMapper.java 446 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ExtensionsMessages.java 73 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/RegularExpressionIdentityMapperTestCase.java 845 ●●●●● diff | view | raw | blame | history