Products | Versions |
---|---|
TIBCO FTL | - |
Not Applicable | - |
Description:
Using mangled passwords with FTL JAAS module PropertyFileLoginModule.
Starting FTL Realm Server with customJaasModule.jar .
1). Update the CLASSPATH in tibrealmserver.bat or tibrealmserver file in FTL_HOME/bin to include customJaasModule.jar .
2). Update the ftl.jaas file to use PropertyFileLoginModuleMangled as follows.
tibrealmserver {
3). Update the users.txt with the mangled password using tw command tibrealmadmin --mangle <password>
4). Start the server using the updated tibrealmserver.bat or tibrealmserver.
The source code (Filename:PropertyFileLoginModuleMangled.java) has been attached for reference. You will need to have the following two JARs in the CLASSPATH for compiling the Java file.