diff options
| author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-17 13:38:43 +0200 |
|---|---|---|
| committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-17 13:38:43 +0200 |
| commit | 489b5dcdaa79180ba6c9004332a4520717c27361 (patch) | |
| tree | 9af6a43fc7ae0542ca40e655f4a72eab3099e31e /template-config | |
| parent | ada1c3f77b9dbb955eab5c62db4708794a8a792c (diff) | |
Trying to get uid and eppn shown, does not work yet.
Diffstat (limited to 'template-config')
| -rw-r--r-- | template-config/attribute-filter.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template-config/attribute-filter.xml b/template-config/attribute-filter.xml index 0a58df2..f2aa5f7 100644 --- a/template-config/attribute-filter.xml +++ b/template-config/attribute-filter.xml @@ -39,6 +39,9 @@ <AttributeRule attributeID="commonName"> <PermitValueRule xsi:type="ANY" /> </AttributeRule> + <AttributeRule attributeID="employeeType"> + <PermitValueRule xsi:type="ANY" /> + </AttributeRule> <AttributeRule attributeID="email"> <PermitValueRule xsi:type="ANY" /> </AttributeRule> |
