by tecxx » May 29 12 10:00 pm
i need a helpful hand one more time.
as mentioned before, i am trying to put authentication on the FTP proxy service.
i created a test policy for the FTP Proxy Service: ClientConnect event.
i connected it to a user/group check event, and two result objects allow/disconnect based on user group membership.
so far so good - the event seems to get called as i see the hit counter go up.
unfortunately all calls follow the "disconnect" path, in other words, user authentication does not work.
i am using filezilla and tried all available ftp proxy settings: user@host, site, open
any pointers?
EDIT: i think that when the ClientConnect event triggers, the filezilla client did not yet send any authentification information.
so i could authenticate via ip lookup lists at this stage. but if i am trying to authenticate via user/pass then i would need an additional event trigger, that fires once the client has sent authentication information. correct?