Skip to content

Commit fe2ed2c

Browse files
committed
Readme: Extended note about an "ldap" prefix sometimes being needed with the "ldapServerName" Gitlab instance setting.
1 parent 7f9a38f commit fe2ed2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,18 @@ Specify an API token (usually a personal token or impersonation token) this tool
331331

332332
Specify the LDAP server name used by this Gitlab instance. You can find this in the "ldap_servers" section of the "gitlab.rb" configuration file, which represents an array of data specifying how to interface with LDAP such as server host address, bind DN, encryption, base, etc.
333333

334+
**You may need to put "ldap" before this value!** This hasn't been tested across different installation types, but using the Omnibus package it appears if your "gitlab.rb" has the following...
335+
336+
```
337+
gitlab_rails['ldap_servers'] = {
338+
'main' => {
339+
...
340+
}
341+
}
342+
```
343+
344+
...you will likely need to specify it as "ldapmain" for this setting.
345+
334346
## Running
335347

336348
Once you've configured this tool you can run it from a CLI using:

0 commit comments

Comments
 (0)