saml: really handle being passed an attribute named 'street'

This commit is contained in:
Frédéric Péters 2013-05-01 16:37:29 +02:00
parent 0a4fd6050b
commit c47db6095f
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class Saml2Directory(qommon.saml2.Saml2Directory):
('personalTitle', ('personalTitle', 'civilite',)),
('l', ('location', 'commune', 'ville',)),
('streetAddress', ('streetAddress', 'address', 'adresse', 'street',)),
('street', ('streetAddress', 'address', 'adresse', 'street',)),
('postalCode', ('postalCode', 'codepostal', 'cp',)),
('telephoneNumber', ('telephoneNumber', 'telephonefixe', 'telephone',)),
('mobile', ('mobile', 'telephonemobile',)),