View Issue Details

IDProjectCategoryView StatusLast Update
0008146mantisbtauthenticationpublic2010-09-19 03:12
Reporterfman Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Product Version1.0.7 
Summary0008146: Manage Authentication method on a user by user basis
Description

Scenario:
You have internal users (employees) and external users (customers).
For internal users you want to use LDAP auth, but for external users you want to use MD5 method.
If a new field is added on users table (AUTH_METHOD DEFAULT NULL) it would be possible do this:

Get user from Mantis DB ( you always do this)
if AUTH_METHOD is NULL -> use method configured on std config parameter
else
use authentication method, defined for this user.

May be you think is a silly feature, but can be useful may be if you want to manage not only the scenario described before, but if you want to swicth gradually your authentication method.

I will try to write the code and send the patches.

TagsNo tags attached.

Relationships

duplicate of 0007478 closeddregad MS Active Directory Authentication 

Activities

fman

fman

2007-07-12 05:37

reporter   ~0014946

After reporting this issue I've found ISSUE 7478, and I think may be this is a duplicate.