HP Identity Driven Manager Software Series User Manual
Page 160
3-96
Using Identity Driven Manager
Using the User Import Wizard
KERBEROS_JAAS_CONFIG_FILE=config/idm_kerberos_jaas.conf // configura-
tion file for JAAS Kerberos configuration.
}
} LDAP_DIRECTORY_CONFIG {
When using Active Directory:
// Configuration for LDAP directory. Following values are for Active Directory. Change
as needed per object class and attributes in LDAP directory being used.
USER { // User object
OBJECT_CLASS=User // User object class
LOGON_NAME=sAMAccountName // Login name attribute.
COMMON_NAME=cn // Common Name attribute
DESCRIPTION=description // User description attribute
DISPLAY_NAME=displayName // User display name attribute
}
GROUP { // Group object
OBJECT_CLASS=Group // Object class for Group
COMMON_NAME=cn // common name attribute
DESCRIPTION=description // Group Description attribute
MEMBER=member // Group member attribute
USER_MEMBER_ATTRIBUTE=cn // User attribute used to link member users
from Group objects.
}
}
When using OpenLDAP Directory:
//Configuration for LDAP directory. Following values are for OpenLDAP Directory.
Change as needed per object class and attributes in LDAP directory being used.
USER { // User object
OBJECT_CLASS=person // User object class
LOGON_NAME=uid // Login name attribute.
COMMON_NAME=cn // Common Name attribute
DESCRIPTION=description // User description attribute
DISPLAY_NAME=displayName // User display name attribute
}
GROUP { // Group object
OBJECT_CLASS=groupOfNames
// Object class for Group
COMMON_NAME=cn // common name attribute
DESCRIPTION=description // Group Description attribute
MEMBER=member // Group member attribute
USER_MEMBER_ATTRIBUTE=uid // User attribute used to link member users
from Group objects.
}
}