summaryrefslogtreecommitdiff
path: root/src/YalpAuth/YalpPGSqlAuth/YalpAuthPluginImpl.java
AgeCommit message (Collapse)Author
2009-12-03AuthPlugin: use standard postgresqldb portNicole Vreden
- changed port from 5433 to 5432 Signed-off-by: Nicole Vreden <damba@mecka.net>
2009-11-21Auth: fixed Authentication handlingManuel Traut
- on server side, iterate through registrated auth plugins for any request - auth pg sql plugin, moved parts of old rmi based code, to new corba layout - remove of plugins not implemented yet - changing user details not implemented yet Signed-off-by: Manuel Traut <manut@mecka.net>