Hi Guys, I am very new to OpenKM. I have setup a Domain Controller (Win2012R2) called WSUSDX. My domain is googoo.local. All my users are in an OU called AllUsers. The OpenKM is installed in the WSUSDX. I have already created ROLE_ADMIN and my member is Administrator.
I just can't seem to login to OpenKM after I edited to OpenKM.xml. The error is authentication error. I just need a little guidance to get me going. Here is my contents:
I just can't seem to login to OpenKM after I edited to OpenKM.xml. The error is authentication error. I just need a little guidance to get me going. Here is my contents:
Code: Select all
<security:ldap-server id="ldapServer"
url="ldap://10.0.2.15:389/DC=ldap,dc=googoo,dc=local"
manager-dn="CN=Administrator,cn=AllUsers,dc=googoo,dc=local"
manager-password="Yaoxiong1976"/>
<security:authentication-manager alias="authenticationManager">
<security:ldap-authentication-provider
server-ref="ldapServer"
user-search-base="cn=Users"
user-search-filter="(sAMAccountName={0})"
group-search-base="cn=Users"
group-search-filter="(member={0})"
group-role-attribute="cn"
role-prefix="none">
</security:ldap-authentication-provider>
</security:authentication-manager>
</beans:beans>