ssl ldap update

This commit is contained in:
2021-05-23 20:41:15 +00:00
parent 86d221b4e7
commit 262af03935
7 changed files with 85 additions and 1 deletions

View File

@@ -108,6 +108,12 @@ http {
init_worker_by_lua_block {
auto_ssl:init_worker()
}
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);
require valid_user;
}
include /etc/nginx/conf.d/*.conf;
# Don't reveal OpenResty version to clients.