Reverse accidental commit of changes to test-jaas-webapp login.conf
This commit is contained in:
parent
7f8796bb51
commit
5c04f7f86d
|
@ -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";
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue