Hi All,
I have installed version 5.1.10 on Centos. My congratulations on an excellent product. I have been able to configure it to work with MySQL and Active Directory. I think everything is working as I want except for a couple of things because when I change them on the Administration > Configuration, they do not get changed:
1) The logos. I can see the new logos setup in the configuration but still the OpenKM logos are displayed.
2) The other one is more critical which is the default.admin.role and the default.user.role. I have change them because I have created in AD the groups OpenKM_Users and OpenKM_Admin. I have set this values in the configuration. I have check the MySQL and the values are correct but when I run OpenKM it ignores these values and uses the defaults AdminRole and UserRole. I have add them also to OpenKM.cfg but no change as I believe that on 5.1.x they get ignored.
Once I run the server I have grep for UserRole and I can see that the application have created temporary files with the defaults values:
/opt/openKM/jboss-4.2.3.GA/server/default/tmp/deploy/tmp4574301085175814966OpenKM-exp.war/WEB-INF/web.xml.org: <role-name>UserRole</role-name>
If I grep for my values (OpenKM_Users and OpenKM_Admin) and they are no where to be found.
This is annoying because it makes the login fail unless I set a defualtRole to AdminRole or UserRole in login-config.xml which allows everybody to login.
This sounds like a bug to me but would appreciate any feedback on how to sort it out or investigate further.
Thanks in advance
Carlos
I have installed version 5.1.10 on Centos. My congratulations on an excellent product. I have been able to configure it to work with MySQL and Active Directory. I think everything is working as I want except for a couple of things because when I change them on the Administration > Configuration, they do not get changed:
1) The logos. I can see the new logos setup in the configuration but still the OpenKM logos are displayed.
2) The other one is more critical which is the default.admin.role and the default.user.role. I have change them because I have created in AD the groups OpenKM_Users and OpenKM_Admin. I have set this values in the configuration. I have check the MySQL and the values are correct but when I run OpenKM it ignores these values and uses the defaults AdminRole and UserRole. I have add them also to OpenKM.cfg but no change as I believe that on 5.1.x they get ignored.
Once I run the server I have grep for UserRole and I can see that the application have created temporary files with the defaults values:
/opt/openKM/jboss-4.2.3.GA/server/default/tmp/deploy/tmp4574301085175814966OpenKM-exp.war/WEB-INF/web.xml.org: <role-name>UserRole</role-name>
If I grep for my values (OpenKM_Users and OpenKM_Admin) and they are no where to be found.
This is annoying because it makes the login fail unless I set a defualtRole to AdminRole or UserRole in login-config.xml which allows everybody to login.
This sounds like a bug to me but would appreciate any feedback on how to sort it out or investigate further.
Thanks in advance
Carlos