mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
7 lines
235 B
Plaintext
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;
|
|
};
|