The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
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" />
Â