From 3bff75cdb4cf10258796e78b86f286def52b4f30 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Thu, 2 Jul 2020 14:09:34 +0200
Subject: [PATCH] DOC: Wrote changes into Changelog.

---
 CHANGELOG.md                      | 2 ++
 misc/pam_authentication/ldap.conf | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88ac0b52..27382acd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Script for moving files (change their path) in the internal file system based
   on a two-column tsv file (with columns "from" and "to"). See
   [README.md](misc/move_files/README.md).
+- LDAP server may now be given and may be different from LDAP domain. See
+  `misc/pam_authentication/ldap.conf`
 
 ### Changed
 
diff --git a/misc/pam_authentication/ldap.conf b/misc/pam_authentication/ldap.conf
index 9d2cf4fb..664dd7c9 100644
--- a/misc/pam_authentication/ldap.conf
+++ b/misc/pam_authentication/ldap.conf
@@ -1,6 +1,6 @@
 # This file is sourced by the LDAP authentication script
 
-# Set the ldap server here.  
+# Set the ldap server here.
 # LDAP_SERVER="example.com"
 
 # Set the ldap domain here. This is used to generate a fully qualified
-- 
GitLab