Skip to content

JAAS authentication module using RDBMS as a backend

License

Notifications You must be signed in to change notification settings

Renater/jaas-rdbms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaas-rdbms

JAAS authentication module using RDBMS as a backend

= Compilation =

./make

= Installtion =

copy tagishauth.jar into /var/lib/tomcat/webapps/application/WEB-INF/lib/

= Usage =

example of usage of the module is in tagish.login

Usage of DBLogin, parameters: userColumn = column where is user id userPaaswd = columnt where is user password

com.tagish.auth.DBLogin required debug=true dbDriver="com.mysql.jdbc.Driver" dbURL="jdbc:mysql://hostname/dbname" dbUser="username" dbPassword="password" userTable="table_name" userColumn="user_name" userPasswd="user_passwd";

About

JAAS authentication module using RDBMS as a backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Makefile 0.5%