-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 12.0.0
-
Fix Version/s: None
-
Component/s: configurator
-
Labels:None
It looks like openam-configurator-tool ignores USERSTORE_* variables and configures embedded user store. The same configuration works with OpenAM 11 and configures the external data store correctly:
... USERSTORE_TYPE=LDAPv3ForOpenDS USERSTORE_SSL=SSL USERSTORE_HOST=odj.example.com USERSTORE_PORT=1636 USERSTORE_SUFFIX=dc=example,dc=com USERSTORE_MGRDN=cn=Directory Manager USERSTORE_PASSWD=ExampleDJ ...
In OpenAM 12.0.0 this results in an embedded identity store configuration.
The Web UI configuration lets me connect to external OpenDJ server during the initial configuration stage. It sets LDAPv3ForAMDS as userstore type, however. Changing the USERSTORE_TYPE to LDAPv3ForAMDS does not seem to help - embedded store still gets configured.
- duplicates
-
OPENAM-5381 Specifying an external user store when using configurator tool is not being processed correctly
-
- Resolved
-