-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can't sign with users authenticated by ldap #4719
Comments
Hi @denis-robel for now we haven't any customer using LibreSign with LDAP. If you wish to put to work and also help the project, we will be very happy to talk with you at [email protected]. Also is possible to help the project by a recurrent sponsor at our GitHub Sponsor page The funding is very important to keep alive this project. |
My environment is: Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux Here is a much longer log `tail -f nextcloud.log |grep libresign {"reqId":"3mnSCvyA2zmqUz8ZFkfX","level":0,"time":"2025-03-13T07:50:30+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"denis","app":"app_api","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp "libresign" not found.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0","version":"30.0.6.2","data":{"app":"app_api"}} {"reqId":"Q9AJrqejGJ8Yb33ccHhp","level":0,"time":"2025-03-13T07:51:00+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"denis","app":"app_api","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp "libresign" not found.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0","version":"30.0.6.2","data":{"app":"app_api"}} |
I'm not able to use LibreSign. I get follwowing error:
{"reqId":"7CkTba4Ysuq4YMePkf7w","level":0,"time":"2025-03-12T10:04:14+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"denis","app":"user_ldap","method":"POST","url":"/ocs/v2.php/apps/libresign/api/v1/sign/uuid/2b85b21e-ab2e-4fc4-a834-889e83f6edc9","message":"LDAP error No such object (32) after calling ldap_read","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"user_ldap"}}
All users and groups are authenticated by ldap_plugin.
When I get the request to sign a document then the assigning the signature will not be finnished.
I double checke the dependencies in the settings as nextcloud admin:
success | Java version: openjdk version "21.0.6" 2025-01-21 LTS | java |
success | Java binary: /var/www/nextcloud/data/appdata_oczima36cjhb/libresign/x86_64/linux/java/jdk-21.0.6+7-jre/bin/java | java |
success | PDFtk version: 3.3.3 | pdftk |
success | PDFtk path: /var/www/nextcloud/data//appdata_oczima36cjhb/libresign/x86_64/pdftk/pdftk.jar | pdftk |
success | JSignPdf version: 2.3.0 | jsignpdf |
success | JSignPdf path: /var/www/nextcloud/data/appdata_oczima36cjhb/libresign/x86_64/jsignpdf/jsignpdf-2.3.0/JSignPdf.jar | jsignpdf |
success | pdfsig version: 22.12.0 | pdfsig |
success | pdfinfo version: 22.12.0 | pdfinfo |
success | Root certificate setup is working fine. | openssl-configure
It seems that there is something wrong with ldap users.
The text was updated successfully, but these errors were encountered: