Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
6.6.0
-
Untriaged
-
1
-
Unknown
Description
We need to add a note to the UI that client cert auth for LDAP currently only works for GSuite Secure LDAP and not all LDAPs. (The plan is to fix this for 6.6.1).
Attachments
For Gerrit Dashboard: MB-40708 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
133542,4 | MB-40708: add note that LDAP client certs only work with ... | mad-hatter | ns_server | Status: MERGED | +2 | +1 |
133582,1 | Merge remote-tracking branch 'couchbase/mad-hatter' into master | master | ns_server | Status: MERGED | +2 | +1 |
The issue here was that there are 2 somewhat competing messages for Client Cert: the disabled because of no encryption msg and this new one for when client cert is selected.
The existing msg should have been conditional on the encryption thing; the new msg is conditional on the selection of client cert which can’t happen until the first condition is met anyhow – so no collision.