]> git.ipfire.org Git - thirdparty/openldap.git/commit
Fix, the TLSVerifyClient option was not evaluated correctly and could never
authorHoward Chu <hyc@openldap.org>
Thu, 12 Oct 2000 15:21:22 +0000 (15:21 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 12 Oct 2000 15:21:22 +0000 (15:21 +0000)
commit41b1753c9b2b86e68fd02ecfcc5edae9a72b8e0f
tree4f8ab40bd1e6baa4905b96bc8597930516db5825
parent65097865c7e911ed0569c3f2f2c6f2ffe8f5eeb5
Fix, the TLSVerifyClient option was not evaluated correctly and could never
be turned off. (It defaults to off, so if you never mentioned it, it would
stay off. But if you tried "TLSVerifyClient 0" it would turn on.)
servers/slapd/config.c