From 1fc571e228fd4d483fa82c74c6ea059c7adbfde7 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sat, 21 Nov 2009 19:13:19 +0100 Subject: Auth: fixed Authentication handling - 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 --- src/yalp.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yalp.idl') diff --git a/src/yalp.idl b/src/yalp.idl index 9d87fc2..4c56fbb 100644 --- a/src/yalp.idl +++ b/src/yalp.idl @@ -192,7 +192,7 @@ interface InputPluginInterface { }; /* implemented by UserIdentificationPlugin */ -interface UserIdentificationInterface { +interface AuthPluginInterface { void getInfo(out PluginInfo info, out YalpError err); void userVerify(in string user, in string passwd, out YalpError err, out YalpUser acc); -- cgit v1.2.3