From cb68edcef386cf33ce5d3e2ad0be607473c7e2f0 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 20 Sep 2006 20:41:11 +0000 Subject: [PATCH] added LDAP activity mapping --- etc/WebGUI.conf.original | 8 ++++++++ 1 file changed, 8 insertions(+) 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.