LDAP & non-ldap user authentication possible in redmine?
Added by John Pataki over 15 years ago
I am going to setup redmine to manage some development projects.
I'd like to leverage the existing Active Directory for the users who are internal and use ldap authentication for those users.
I'd also want to allow users who are not in the active directory such as external users login and authenticate using the standard redmine db table.
Is this possible?
Thanks,
John
Replies (3)
RE: LDAP & non-ldap user authentication possible in redmine? - Added by Ludovic Alcala over 15 years ago
Yes no problem with mixed authentication.
RE: LDAP & non-ldap user authentication possible in redmine? - Added by Paul Bogen about 14 years ago
I am trying to do mixed authentication. My LDAP users can login to redmine and to SVN (using the Apache auth module) however my internal users can only login in to redmine.
I am using Redmine 1.0.3
RE: LDAP & non-ldap user authentication possible in redmine? - Added by Felix Schäfer almost 14 years ago
Paul Bogen wrote:
using the Apache auth module
Redmine.pm should work with either LDAP or redmine users.