Host/Port details missing in the Config file while running ./idmConfigTool.sh -preConfigIDStore inpu
Hi,
./idmConfigTool.sh -preConfigIDStore input_file=extend.props getting error "Host/Port details missing in the Config file".
I have created extend.props file as follows.
============================================================
IDSTORE_HOST:orapractice1
IDSTORE_PORT:3060
IDSTORE_BINDDN:cn=orcladmin
IDSTORE_USERNAMEATTRIBUTE:cn
IDSTORE_LOGINATTRIBUTE:uid
IDSTORE_USERSEARCHBASE:cn=Users,dc=localdomain
IDSTORE_GROUPSEARCHBASE:cn=Groups,dc=localdomain
IDSTORE_SEARCHBASE:dc=localdomain
IDSTORE_SYSTEMIDBASE: n=systemids,dc=localdomain
==========================================================================
0