Column
Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
Overview
The <Column>
 element specifies a mapping from a column in a database table or an attribute in an LDAP result set to an alternative IdPAttribute ID. In most cases this is equivalent to aliasing a result column in a SQL statement, but may be clearer to look at, and in the case of LDAP it provides the missing aliasing capability.
Reference
Example
<Column columnName="homephone" attributeID="phonenumber" />
<Column columnName="prenom" attributeID="firstname" />
Â