hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Optional LDAP Login #591

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In an business- or educational environment it can be useful to register 
users via LDAP - Authentification (optional, dependent on configvalues), 
so they dont need a new password for each application.

If configured, the optional logic sends a Ldap Call to a configured LDAP - 
Server and authentificates users by that, giving back the same return 
values as the usual login. 
In case of succes, the function will test, whether the user already exists 
local - if not, the email and address data gets imported  into the local 
OM database for referential integrity of the database.

The Dataimport (address and email) happens only once, the 
LdapAuthentification will take place as long as it is configured.

If the admin wants to return to the original authLogic, he just has to 
switch off ldapauth and users are able to authentificate the normal way 
(entered passwd gets written encrypted into local database)

Original issue reported on code.google.com by i...@oliver-becherer.name on 13 Jan 2009 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by i...@oliver-becherer.name on 13 Jan 2009 at 4:17

GoogleCodeExporter commented 9 years ago
-> Changed Activation of LDAP - Login : LDAP is active, when ConfigKey is 
availabel 
AND points to a File on Filesystem

Original comment by i...@oliver-becherer.name on 20 Jan 2009 at 1:17

GoogleCodeExporter commented 9 years ago
-> LDAP Auth configurable via Installer now

Original comment by i...@oliver-becherer.name on 11 Feb 2009 at 9:06

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:03