2019-08-31 20:51:14 -07:00

7 lines
235 B
Plaintext

// This is a sample JAAS config that uses the following login module
// DummyLoginModule -- this module can work with a username (that is in user table) and any password
WHZ-Authentication {
security.DummyLoginModule sufficient;
};