Feature #4937
openCreate users on the LDAP server
0%
Description
l'intégration avec le LDAP est intéressante.
Mais j'imaginais un scénario possible pour la rendre encore plus intéressante:
lors de la création d'un compte, on vérifie si ce compte existe dans le ldap, si c'est la cas, on synchronise les comptes, si ce n'est pas la cas, on ajoute le compte au ldap.
En fait, redmine sauvegarderait ses comptes dans le ldap, tout simplement.
NB: je sais que ce n'est pas forcément le travail de redmine, mais il ne me semble pas qu'il existe de projet libre permettant à des utilisateurs de s'auto-enregistrer dans iun ldap, et de gérer leur compte, alors il faut bien que l'un des softs s'authentifiant auprès du ldap le fasse...
Updated by Felix Schäfer over 14 years ago
- Subject changed from création des utilisateurs dans le ldap to Create users on the LDAP server
- Category set to LDAP
For non-french users: the scope of the feature request is the ability to create new registered users not only in redmine but also in the LDAP server.
Updated by Matthieu Codron over 14 years ago
Felix Schäfer wrote:
For non-french users: the scope of the feature request is the ability to create new registered users not only in redmine but also in the LDAP server.
Thank you for your translation :)
Updated by Vladimir Dzalbo over 14 years ago
There's a plugin in progress to solve that:
http://github.com/edavis10/redmine_extra_ldap
it is still being developed... but I gave it a try yesterday and the core functionality of pulling users from LDAP worked pretty perfect!
Updated by Eric Davis over 14 years ago
Vladimir Dzalbo,
Thanks I didn't know if anyone was using it. I guess this means I need to do an official release soon then...