redmine

10. Authentication

By default, redMine refers to its own database to authenticate users, by a specific password.

If you already have one or several external user references (like LDAP), you can make them known in order to be used for authentication on redMine. This allows users to access redMine with their usual user names and passwords.

For each known reference, you can specify if the accounts can be created on the fly on redMine. If needed, the user accounts will be created automatically during the user’s signing in (without any specific rights on the projects), according to information available in the reference. Otherwise, the administrator must have previously created the user account on redMine.

10.1. LDAP statement

  • Name : reference display name

  • Host : LDAP server host name

  • Port : connection port to the LDAP server

  • Account : DN of the connection account to LDAP (please leave it blank if the directory authorizes anonymous read access)

  • Password : password of the connection account

  • Base DN : Basic DN used for user search in the directory

  • LDAP screen : User search screen in the directory (optional)

  • LDAP features :

    • Identifier : LDAP feature name used as user identifier (e.g.: uid)

    • First name : LDAP feature name including the user’s first name (ex: givenName)

    • Last name : LDAP feature name including the user’s last name (ex: familyName)

    • E-mail : LDAP feature name including the user’s e-mail address (ex: mail)

The features" First name ", " Last name " and " E-mail " are not used except when the accounts are created on the fly.