forked from gitbucket/gitbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
LDAP Authentication Settings
tanacasino edited this page Oct 9, 2013
·
6 revisions
GitBucket supports LDAP Authentication.
GitBucket LDAP Authentication needs account that has read access to the LDAP.
- Login as Admin Account.
- Go to Administration and click System Settings.
- Check LDAP and enter this values.
| Name | Description | Example Value |
|---|---|---|
| LDAP Host | LDAP host name | 192.168.32.1 |
| LDAP Port | LDAP port | 389 (default 389) |
| Bind DN | Username that has read access to the LDAP | tarou (or allows email address type: tarou@example.com) |
| Bind Password | Password for Bind DN Account | password |
| Base DN | Top level DN of your LDAP directory tree(use for search user) | DC=example.com,DC=com |
| User name attribute | Name of the LDAP attribute. This is used as the GitBucket username | uid , sAMAccountName |
| Mail address attribute | Email address of LDAP attribute |