[attribute_aggregator] Add age definition.

This commit is contained in:
Mikaël Ates 2012-03-21 17:24:45 +01:00
parent de35da3b08
commit 97252a3610
1 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,26 @@ ATTRIBUTE_MAPPING = {
"type": "http://www.w3.org/2001/XMLSchema#string",
},
#Extracted from openldap schema /etc/ldap/schema/core.ldif
"age": {
"oid": "1.2.3.4",
"display_name": _("Age"),
"profile_field_name": 'age',
"type": "http://www.w3.org/2001/XMLSchema#integer",
"namespaces": {
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims": {
"identifiers":
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth",
],
"friendly_names":
[
"Date Of Birth",
],
}
}
},
#Extracted from openldap system schema
"extensibleObject": {
"oid": "1.3.6.1.4.1.1466.101.120.111",