nginx config added
This commit is contained in:
9
nginx_ldap.conf
Normal file
9
nginx_ldap.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*-nginx-*-
|
||||
auth_ldap_cache_enabled on;
|
||||
|
||||
ldap_server fet {
|
||||
url ldap://192.168.86.18:389/ou=user,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at?uid?sub?(objectClass=person); # gagarin
|
||||
binddn 'uid=pschlechter,ou=user,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at';
|
||||
binddn_passwd '4vDB_JcaE7kR';
|
||||
require valid_user;
|
||||
}
|
||||
Reference in New Issue
Block a user