Skip to content

Commit

Permalink
explicite default configuration improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Apr 27, 2012
1 parent e01e583 commit 9584be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/realms/from-scratch-realm-template/realm.xml
Expand Up @@ -27,7 +27,9 @@
<ac-identities>config/ac-identities-repository.xml</ac-identities>

<!-- INFO: If no class attribute is set, then IdentityManagerFactoryImpl will be used as default (see src/core/java/org/wyona/yanel/core/map/RealmDefaultImpl.java)
<ac-identities class="org.wyona.security.impl.IdentityManagerFactoryImpl">config/ac-identities-repository.xml</ac-identities>
<ac-identities class="org.wyona.security.impl.IdentityManagerFactoryImpl" xmlns:yarep="http://www.wyona.org/yarep/1.0.0">
<yarep:repository-config>config/ac-identities-repository.xml</yarep:repository-config>
</ac-identities>
-->

<!-- INFO: As an alternative identities manager, one might want to use the LDAP based identities manager
Expand Down

0 comments on commit 9584be2

Please sign in to comment.