| Mantis Bug Tracker Administration Guide | ||
|---|---|---|
| <<< Previous | Next >>> | |
MantisBT supports several authentication methods out of the box. In addition, there is work in progress relating to supporting authentication plug-ins. Once these are implemented, authentication against any protocol or repository of user names and passwords will be possible without having to touch MantisBT core code.
It is important to note that MantisBT does not yet support hybrid authentication scenarios. For example, internal staff authenticating against LDAP while customers authenticate against the MantisBT database with MD5 hash.
See $g_login_method in Global authentication parameters for more details about how to configure MantisBT to use one of these authentication techniques.
With Standard login method, MantisBT users are authenticated against records in the MantisBT database, where the passwords are stored as a hash.
Note: while technically unlimited, the password's length is arbitrarily restricted to 1024 characters (PASSWORD_MAX_SIZE_BEFORE_HASH constant).
Values for $g_login_method:
| <<< Previous | Home | Next >>> |
| Custom Functions | LDAP and Microsoft Active Directory |