Page 2 of 2
Re: LDAP configuration
PostPosted:Mon Jul 03, 2017 10:38 am
by mbmni
dear sir / madam,
i am adding the users (Administration ---> users) from the openldap server.
so i am getting the user list as follows.
testing.JPG (46.65 KiB) Viewed 2869 times
so please look the image and tell me whether the output is success or not?
2) is there any special configurations need to be done when we are extracting users from the LDAP?
thank you
Re: LDAP configuration
PostPosted:Tue Jul 04, 2017 3:46 am
by vhlen
There are something wrong with your LDAP configuration.
Did you take a look these guide:
https://www.openkm.com/wiki/index.php/A ... OpenKM_6.2 &&
https://www.openkm.com/wiki/index.php/L ... r_examples
It should work fine with these config.
Re: LDAP configuration
PostPosted:Tue Jul 04, 2017 5:03 am
by mbmni
dear sir / madam,
now i am getting the user list as the following image.
testldap3.PNG (67.54 KiB) Viewed 2868 times
can you please tell me why these users are still not updated in the OKM_USER table?
thank you
Re: LDAP configuration
PostPosted:Tue Jul 04, 2017 5:55 am
by mbmni
dear sir / madam,
can i add the following SQL statement to add each users to the OKM_USER table?
INSERT INTO OKM_USER VALUES('nuzlim','M Nuzli','cc03e747a6afbbcbf8be7668acfebee5','
nuzlim@test.com','T');
will it give any error when i execute the above SQL Statement?
thank you
Re: LDAP configuration
PostPosted:Wed Jul 05, 2017 2:48 am
by mbmni
dear sir / madam,
please help me to solve this problem,
i have added the users (Administration- ---> user) from my openldap server.
but those users are not displaying in the OKM_USER table.
can you please be kind to solve this issue for me.
thank you
Re: LDAP configuration
PostPosted:Sat Jul 08, 2017 10:36 am
by jllort
I think you have a miss understanding. When you connect to ldap, the users must be created from ldap and OpenKM connect to ldap to list users, but we do not import users in our database table.