added LDAP activity mapping
This commit is contained in:
parent
b3874ccba9
commit
cb68edcef3
1 changed files with 8 additions and 0 deletions
|
|
@ -348,6 +348,14 @@
|
||||||
"u" : "u_companyUrl"
|
"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
|
# Define the subnets that WebGUI should expect Spectre communication
|
||||||
# to come from. All other subnets will be ignored. The subnet
|
# to come from. All other subnets will be ignored. The subnet
|
||||||
# should be listed in CIDR notation.
|
# should be listed in CIDR notation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue