From 399a086d2663b9b078afc7cb0ccece57fbec182d Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Wed, 17 May 2017 15:37:42 +0200
Subject: [PATCH] Fixed default LDAP port

---
 config.py.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py.example b/config.py.example
index ac539ba..8e2c4b7 100644
--- a/config.py.example
+++ b/config.py.example
@@ -24,7 +24,7 @@ SQLITE_INIT_DATA = True
 #JOBS_API_KEY = 'something random'
 
 #LDAP_HOST = 'rumo.fsmpi.rwth-aachen.de'
-LDAP_PORT = '636'
+LDAP_PORT = 636
 #ICAL_URL = 'https://user:password@mail.fsmpi.rwth-aachen.de/SOGo/....ics'
 ERROR_PAGE = 'static/500.html'
 RWTH_IP_RANGES = ['134.130.0.0/16', '137.226.0.0/16', '134.61.0.0/16', '192.35.229.0/24', '2a00:8a60::/32']
-- 
GitLab