You are not logged in.
I have few servers which only one of them should handle Authentication .
(all other servers are logged to the Authentication server)
is it possible that when server gets Authentication request from the client he will redirect it to the Authentication server ?
if the server gets positive answer from the Authentication server he will allow the session .
Offline
You could redirect the AuthUser and AuthGroup tables to the main server.
Offline
Thanks
But as I understand this will allow the remote server access to the login table on the main server .
The remote server shouldn't have any access to the actual AuthUser table ,
Authentication request on the remote server should trigger the check on the main server without 'sharing' the table with the remote server .
Is it possible ?
Offline