Emmanuel Lécharny wrote:
Hi guys,

here is what I'm coming with for the new LDAP/LDAPS tab :

| .--------------------------------. |
| |V Advanced SSL Settings         | |
| +--------------------------------| |
| |  [X] needClientAuth            | |
| |  [X] wantClientAuth            | |

People often confuse what they want with what they need. I would label these "Require ClientAuth" and "Request ClientAuth". Furthermore, you cannot require it without requesting it, so the ordering and precedence here is wrong. It would be better as:

  [x] Request ClientAuth
     [x] Require ClientAuth


I.e., the Require option must be subordinate to the Request option (and preferably, grayed out if Request was not selected).

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

Reply via email to