#
###################################################################################
-
##### General Configuration #####
# [Required] Name of this Attribute Authority (usually a dns name)
# [Optional] Set to true if the Attribute Authority should pass internal error messages to
# the SHAR (for debugging purposes) (defaults to false)
#edu.internet2.middleware.shibboleth.aa.AAServlet.passThruErrors = false
-
-
-
-##### Data Source #####
-
- # [Required] JNDI context implementation to be used for attribute retrieval
- java.naming.factory.initial=edu.internet2.middleware.shibboleth.aaLocal.EchoCtxFactory
- #java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
- ### Parameters for com.sun.jndi.ldap.LdapCtxFactory ###
-
- # [Required if active] URL of ldap server/search base
- #java.naming.provider.url = ldap://shib2.internet2.edu/ou=People,dc=internet2,dc=edu
-
- # [Optional] ldap bind dn
- #java.naming.security.principal =
-
- # [Optional] Password for ldap non-anonymous binding
- #java.naming.security.credentials =
-
- # [Optional] Name of the ldap attribute that contains the principal
- # (Defaults to "uid=") (Use the "uid=%s" form if the principal name is not part of the dn)
- #edu.internet2.middleware.shibboleth.aa.AAServlet.ldapUserDnPhrase = uid=
+##### Attribute Resolution #####
+ # [Required] Attribute Resolver configuration
+ #edu.internet2.middleware.shibboleth.aa.attrresolv.AttributeResolver.ResolverConfig = /conf/resolver.xml
##### Attribute Release Policies #####
#
###################################################################################
-
##### Attribute Query Handle Repository #####
# [Optional] Specifes an implementation to be used for the HS and AA to share AQHs (Defaults to Memory provider)