Gerrit and Active Directory

后端 未结 4 2087
一向
一向 2021-02-04 14:43

I\'m trying to set up Gerrit to use our corporate Active Directory for authentication. I know plenty of people have managed to get this to work but it just won\'t work for me.

4条回答
  •  爱一瞬间的悲伤
    2021-02-04 15:16

    The error is that you are trying to search without binding, but that is what your LDAP app is supposed to do for you, thus Gerrit should have used the info provided, bound, then searched. But the error implies it is skipping a step there.

提交回复
热议问题