If you are installing the Opalis Operator Console with the powershell- script and using the Active Directory- integrated authentication you will receiving this error when trying to log on:
To fix this you have to edit the following file:
<jboss>\server\default\deploy\opalis-activedirectory-service.xml
There you will find the following XML- tags, where you have to add the DCs- FQDN (followed by a ":") manually:
<server>
<mbean code="com.opalis.opconsole.jmx.account.AccountServicesActiveDirectory" name="opalis:service=accounts">
<attribute name="JndiUrl">ldap://mydomaincontroller.mydomain.mytld:389/DC=mydomain,DC=mytld</attribute>
<attribute name="AdministratorGroup">myopalisadmingroup</attribute>
</mbean>
</server>
In my case that's the most easiest fixed install- bug. I'll post the solution for my next error within the next days.
All information is provided "as is" without any warranty! Try in lab before. Handle with care in production.
0 Comments:
Post a Comment