Skip to content
代码片段 群组 项目
未验证 提交 e0a2a05c 编辑于 作者: Jon Glassman's avatar Jon Glassman 提交者: GitLab
浏览文件

Merge branch 'cmarais-add-requirement-for-ldap-sync' into 'master'

Add requirement for config to be added to sidekiq servers

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159759



Merged-by: default avatarJon Glassman <jglassman@gitlab.com>
Approved-by: default avatarJon Glassman <jglassman@gitlab.com>
Co-authored-by: default avatarCharl Marais <cmarais@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -489,6 +489,9 @@ required when `external_groups` is configured:
| `external_groups` | An array of CNs of groups containing users that should be considered external. Not `cn=interns` or the full DN. | `['interns', 'contractors']` |
| `sync_ssh_keys` | The LDAP attribute containing a user's public SSH key. | `'sshPublicKey'` or false if not set |
NOTE:
If Sidekiq is configured on a different server to the Rails server, you must add the LDAP configuration to every Sidekiq server as well for LDAP synchronisation to work.
### Use multiple LDAP servers
DETAILS:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册