diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 257cf6f3b..9b433e0d1 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -348,6 +348,14 @@ "u" : "u_companyUrl" }, +#Specify any LDAP aliases for synchronizing user profiles to LDAP +"ldapAlias" : { + "firstName" : "givenName", + "lastName" : "sn", + "email" : "mail", + "companyName" : "o" + }, + # Define the subnets that WebGUI should expect Spectre communication # to come from. All other subnets will be ignored. The subnet # should be listed in CIDR notation.