add support for a fax attribute (#2971)

This commit is contained in:
Frédéric Péters 2013-06-04 09:08:38 +02:00
parent 8a2a071e8f
commit 89b23dd36c
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class Saml2Directory(qommon.saml2.Saml2Directory):
('postalCode', ('postalCode', 'codepostal', 'cp',)),
('telephoneNumber', ('telephoneNumber', 'telephonefixe', 'telephone',)),
('mobile', ('mobile', 'telephonemobile',)),
('faxNumber', ('faxNumber', 'fax')),
]
for attribute_key, field_varnames in extra_field_mappings: