Page 1 of 1

simple LDAP/Database configuration questions :)

PostPosted:Fri Sep 02, 2011 4:56 am
by raygrrr
Hi chaps,

We need to use LDAP for authentication, is that mean we don't need to use database at all? I don't know if the database is just needed for authentication or it also needed for other stuffs...

At the moment, I have configured our openkm instance to use mysql and it runs fine, if we want to use LDAP authentication, do we need to re-deploy openkm again (we don't have any data in yet) or we can just simply change the configuration file and remove the mysql database?

Many thanks for your help!!!

Ray

Re: simple LDAP/Database configuration questions :)

PostPosted:Mon Sep 05, 2011 8:41 am
by pavila
In OpenKM database there are a lot of data apart from user authentication, so you need a database even when using LDAP.

Re: simple LDAP/Database configuration questions :)

PostPosted:Thu Sep 15, 2011 3:37 am
by raygrrr
many thanks for your reply!