-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use this redemption-validator-sock #120
Comments
You have to write the validator yourself. The format of the packets are described in https://github.com/wallix/redemption/blob/future/src/mod/file_validator_service.hpp A fake validator for tests based on filenames: https://github.com/wallix/redemption/blob/future/tools/icap_validator/fake_validator.py Note: |
thank you very much,I have tried to verify the files upload and download without any problems,but I have another problem,can I varify the text copied from clipboard.when I use this validator it dosen't work. |
You need |
I have already turn it on.I use function like this |
This is a bug |
fine,wait for the good news |
|
The validation does not modify the data, but when a file is refused N null characters are sent (limitation of the RDP protocol). If this happens with an authorized file, could check the pasted file to be the same size as the original file (servers and client may send more data than the file contains, it may not be properly ignored) or determine how many bytes the files diverge from ? |
hello.Do you still |
I forgot you... :) I have the impression that you send a response twice: accepted then rejected. If so, you should not do it, there should only be one response per id. If not, are there any interesting messages in the proxy logs? And with |
Hi:
I would like to know that I want the user to go through my verification program when copying in or out files or contents. If the verification passes, it is allowed to copy in and out. If the verification fails, it is not allowed to copy in and out.The following in the configuration file seems to achieve this function.If so, how can I implement this socket?
[file_verification]
#_hidden
socket_path = /var/run/redemption/redemption-validator-sock
Enable use of ICAP service for file verification on upload.
value: 0 or 1
#_hidden
#enable_up = 0
The text was updated successfully, but these errors were encountered: