【发布时间】:2021-07-25 14:18:56
【问题描述】:
我目前正在使用 LDAP 身份验证的环境中使用 gitlab-ce(omnibus,在 Ubuntu VM 上)。
LDAP 管理员最近重新配置了OUs,类似于
ou=temp, ou=users, ou=baseinfrastructure 到
ou=users, ou=baseinfrastructure.
现在,当我使用普通用户帐户执行像 git pull 这样简单的操作时,该用户帐户将设置为 ldap_blocked,因为 gitlab 使用 cn 字符串中的 temp 部分查询用户,显然没找到。
有没有办法更新用户或其他东西,所以 gitlab 不再使用 ou=temp, 部分查询?
【问题讨论】: