Reverse accidental commit of changes to test-jaas-webapp login.conf

This commit is contained in:
Jan Bartel 2015-11-25 15:26:41 +11:00
parent 7f8796bb51
commit 5c04f7f86d
1 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
xyz { xyz {
org.eclipse.jetty.jaas.spi.JDBCLoginModule required org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
debug="true" debug="true"
userTable="users" file="${jetty.base}/etc/login.properties";
userField="username"
credentialField="pwd"
userRoleTable="userroles"
userRoleUserField="username"
userRoleRoleField="rolename"
dbDriver="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
dbUrl="jdbc:mysql://localhost:3306/jaas"
dbUserName="janb";
}; };