From 4ab527b19f7e85272bc516d962b5347844eb1b61 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Oct 2020 18:56:52 +0200 Subject: [PATCH] follouwp: rewrite to active and drop trailing whitespace Signed-off-by: Thomas Lamprecht --- pveum.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 57e1b37..b5eea29 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -164,10 +164,11 @@ password then has to be stored in `/etc/pve/priv/ldap/.pw` (e.g. `/etc/pve/priv/ldap/my-ldap.pw`). This file should contain a single line containing the raw password. + -To verify certificates, it is necessary to set `capath`, either directly to the -CA certificate of your LDAP server, or to the system path containing all -trusted CA certificates (`/etc/ssl/certs`). -Additionally, the `verify` option has to be set. +To verify certificates, you need to to set `capath`. You can set it either +directly to the CA certificate of your LDAP server, or to the system path +containing all trusted CA certificates (`/etc/ssl/certs`). +Additionally, you need to set the `verify` option, which can also be doen over +the web interface. Microsoft Active Directory::