Page 1 of 1

OpenKM User Roles with Active directory

PostPosted:Tue Jul 22, 2008 12:41 pm
by peter
Hi it\'s me AGAIN!

after some great help (mostly of this forum and some from other people and sadly nearly nothing from the OpenKM documentation) i Finaly managed to log into OpenKM wit the credentials of a windows 2000 Active directory user.

there is only one thing that i have not been able to accomplish and that is adding the user roles to the user like i have while using the filesystem (User.properties & roles.properties)

when i log into OpenKM with a ad user i see that in the log file the user groups are being read. when i am in openkm however there are no groups accept UserRol?!?

can somebody explain to me how i can set up groups in OpenKM because i need to put permissions on folders!!

thanx for the help,


Peter

Re:OpenKM User Roles with Active directory

PostPosted:Tue Jul 22, 2008 6:42 pm
by jllort
For a complete ldap integration it\'s necessary - actually - to compile openkm cvs code because you need to create your own java class that implements PrincipalAdapter and define in your OpenKM.cfg take a look at this documentation entry, at Integration with JBoss security.

You need to define the class with this two metods to full ldap integration, called
Code: Select all
public Collection getUsers() throws PrincipalAdapterException;
public Collection getRoles() throws PrincipalAdapterException;
This methods are used internally by OpenKM to get users and roles. On future we\'ve planned to do it more easy and automatically, but is not yet done, and now each specific intallation with ldap must define their own integration class.

Re: OpenKM User Roles with Active directory

PostPosted:Fri Sep 17, 2010 1:40 pm
by pawarnitin.scoe
plz ..anyone help me ...i woud really appericiate it..
i need openkM documentation username and password....for details about integration of openkm with LDAP.
my E-ID : pawarnitin.scoe@rediffmail.com

Thank u very much...

Re: OpenKM User Roles with Active directory

PostPosted:Mon Sep 20, 2010 12:18 pm
by pavila
In the forum there are some thread related to LDAP integration. Anyway I would suggest to contact us (http://www.openkm.com/Contact/) for professional support.