### MemberFixerModule.properties ### ### Member Fixer Module Configuration Properties ### ### This file can be configured to provide custom distinguished name (DN) ### mapping for the member fixer module. ### ### Configure full replacement of one DN name with another. ### ### For example, replace any instance of... ### ### cn=group1,dc=lotus,o=ibm ### ### ...with... ### ### cn=group2,dc=rational,o=ibm ### ### ...use... ### ### cn=group1,dc=lotus,o=ibm -> cn=group2,dc=rational,o=ibm # uid=user1,ou=websphere,c=au,o=ibm -> uid=user2,ou=tivoli,c=au,o=ibm # cn=group1,dc=lotus,o=ibm -> cn=group2,dc=rational,o=ibm ### Configure part replacement of a DNs to ### change all of the DN the ID ### ### For example, replace all DNs like... ### ### cn=[ID],dc=websphere,o=ibm ### ### ...with... ### ### cn=[ID],dc=tivoli,o=ibm ### ### ....use... ### ### cn=[ID],dc=websphere,o=ibm -> cn=[ID],dc=tivoli,o=ibm # uid=[ID],ou=websphere,c=au,o=ibm -> uid=user2,ou=tivoli,c=au,o=ibm # cn=[ID],dc=websphere,o=ibm -> cn=[ID],dc=tivoli,o=ibm