+

Search Tips   |   Advanced Search

MemberFixerModule.properties

 

#/********************************************************************/
#/* Licensed Materials - Property of IBM                             */
#/* (c) Copyright IBM Corp. 2008.        All rights reserved.        */
#/*                                                                  */
#/* US Government Users Restricted Rights - Use, duplication or      */
#/* disclosure restricted by GSA ADP Schedule Contract with IBM      */
#/* Corp.                                                            */
#/*                                                                  */
#/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is      */
#/* sample code created by IBM Corporation.  This sample code is     */
#/* not part of any standard or IBM product and is provided to you   */
#/* solely for the purpose of assisting you in the development of    */
#/* your applications.  The code is provided "AS IS", without        */
#/* warranty of any kind.  IBM shall not be liable for any damages   */
#/* arising out of your use of the sample code, even if they have    */
#/* been advised of the possibility of such damages.                 */
#/********************************************************************/

###############################################################################
#
# 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 distinguished name with another
# 
# Example: To 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 distinguished names. This will 
# change all of the distinguished name except the ID
#
# Example: To 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