Skip to content
Snippets Groups Projects

FIX: ldap_authentication.sh

Merged Timm Fitschen requested to merge f-ldap-script into dev
Files
5
+ 0
8
# This file is sourced by the LDAP authentication script
# Set the ldap server here.
# LDAP_SERVER="example.com"
# Set the ldap domain here. This is used to generate a fully qualified
# user name: <USER>@$LDAP_DOMAIN
# LDAP_DOMAIN="example.com"
Loading