Hi,
To be able to perform queries on a LDAP server, would it be possible to include LDAP utilities (ldap-utils) in Clonezilla Live.
Best Regards.
Olivier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We have added ldap-utils in Clonezilla live >= 3.2.2-15 or 20250620-*: https://clonezilla.org/downloads.php
Please give it a try and let us know the results.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great!
Evething works with Clonezilla 3.2.2-15.
I can perfom queries on our LDAP server, either with Kerberos (since added to Clonezille 3.2.2.10) or with TLS.
e.g:
Hi,
To be able to perform queries on a LDAP server, would it be possible to include LDAP utilities (ldap-utils) in Clonezilla Live.
Best Regards.
Olivier
Thanks for your feedback. We will add this to the next testing Clonezilla live.
We have added ldap-utils in Clonezilla live >= 3.2.2-15 or 20250620-*:
https://clonezilla.org/downloads.php
Please give it a try and let us know the results.
Thanks.
Great!
Evething works with Clonezilla 3.2.2-15.
I can perfom queries on our LDAP server, either with Kerberos (since added to Clonezille 3.2.2.10) or with TLS.
e.g:
Kerberos
ldapsearch -H ldap://${ldap} -Y GSSAPI -Q -b ${searchBase} -z none -l none "(cn=${userName})" dn
TLS
ldapsearch -H ldaps://${ldap} -x -D ${uLdap} -W -b ${searchBase} -z none -l none "(cn=${userName})" dn
Thanks.