saml: even more attributes (#2723)

This commit is contained in:
Frédéric Péters 2013-04-11 09:32:13 +02:00
parent 307f040317
commit 2e70f39a4c
1 changed files with 2 additions and 2 deletions

View File

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