Browse Source

Removed accidentally committed version of tutorial app context file.

2.0.x
Luke Taylor 18 years ago
parent
commit
adba67326f
  1. 2
      samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml

2
samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml

@ -68,7 +68,7 @@ Uncomment to authenticate against an embedded LDAP server. @@ -68,7 +68,7 @@ Uncomment to authenticate against an embedded LDAP server.
<authentication-provider>
<password-encoder hash="md5"/>
<user-service>
<user name="rod" password="a564de63c2d0da68cf47586ee05984d7" locked="true" authorities="ROLE_SUPERVISOR, ROLE_USER, ROLE_TELLER" />
<user name="rod" password="a564de63c2d0da68cf47586ee05984d7" authorities="ROLE_SUPERVISOR, ROLE_USER, ROLE_TELLER" />
<user name="dianne" password="65d15fe9156f9c4bbffd98085992a44e" authorities="ROLE_USER,ROLE_TELLER" />
<user name="scott" password="2b58af6dddbd072ed27ffc86725d7d3a" authorities="ROLE_USER" />
</user-service>

Loading…
Cancel
Save