The Elearning Community • LDAP Configuration/Tech
Page 1 of 1

LDAP Configuration/Tech

Posted: Fri Sep 09, 2016 8:35 pm
by phatsaqs
Hi,

I have a requirement to enable authentication into the LMS via smart cards. I'm assuming this is possible by enabling LDAP in some capacity but i'm not sure. Can anyone please assist with the matter? A tech draft with details on how the forma LDAP works from a coding standpoint would also be very helpful.

Greatly appreciated.

Re: LDAP Configuration/Tech

Posted: Sat Sep 10, 2016 11:11 am
by canelli
for LDAP authetication you need an LDAP server as an openLDAP or a MS Active Directory .
the forma.lms server must be able to connect to the LDAP server / port
when you configure the LDAP , forma turn off the interrnal authetication and all users are autheticated through the LDAP

Re: LDAP Configuration/Tech

Posted: Thu Sep 15, 2016 2:17 pm
by phatsaqs
Can this be utilized on the same server?

Re: LDAP Configuration/Tech

Posted: Thu Sep 15, 2016 2:58 pm
by canelli
Yes ,
the ldap server can be on the same with web server .
in a linux environment ONE machine tipically you wil have a server with
openldap
apache or ngix
mysql

Claudio