From ea1843316903765f655924ac08089062c09124df Mon Sep 17 00:00:00 2001 From: andis Date: Tue, 31 May 2022 19:35:56 +0200 Subject: [PATCH] changed to juri as ldap --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 8b0b032..3433710 100644 --- a/nginx.conf +++ b/nginx.conf @@ -111,7 +111,7 @@ http { auth_ldap_cache_enabled on; ldap_server fet { - url ldap://gagarin:389/ou=user,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at?uid?sub?(objectClass=person); + url ldap://juri:389/ou=user,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at?uid?sub?(objectClass=person); require valid_user; } resolver 127.0.0.11 valid=30s; # use the docker resolver as a default