From 6cdc88e12d91a95176dff8e6627698d9b310d103 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 26 Apr 2022 13:16:42 +0200
Subject: [PATCH] DOC: update in-file docs for ldap.env

---
 misc/pam_authentication/ldap.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/pam_authentication/ldap.env b/misc/pam_authentication/ldap.env
index fbfac2d4..6067400c 100644
--- a/misc/pam_authentication/ldap.env
+++ b/misc/pam_authentication/ldap.env
@@ -4,7 +4,7 @@
 # configuration variables.
 
 # REQUIRED - Set the ldap server here,
-export LDAPURI="ldap[s]://<ldap-service>[:<port>]/"
+export LDAPURI="ldap[s]://<ldap-service>[:<port>]"
 
 # REQUIRED - Set the base domain here. This is used to generate a fully
 # qualified user name, a Distinguished Name (DN), with the BIND_DN_PATTERN:
-- 
GitLab