added LDAP activity mapping

This commit is contained in:
Frank Dillon 2006-09-20 20:41:11 +00:00
parent b3874ccba9
commit cb68edcef3

View file

@ -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.