16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
/* ===========================================================================
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* (C) Copyright IBM Corp. 2000 All Rights Reserved.
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
* ===========================================================================
|
|
*/
|
|
|
|
/** Configuration file for JAAS HelloWorld test **/
|
|
|
|
helloWorld {
|
|
com.ibm.security.HWLoginModule required debug=true;
|
|
};
|