Menu

Add LDAP utilities

olead
2025-06-02
2025-06-23
  • olead

    olead - 2025-06-02

    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

     
  • Steven Shiau

    Steven Shiau - 2025-06-05

    Thanks for your feedback. We will add this to the next testing Clonezilla live.

     
  • Steven Shiau

    Steven Shiau - 2025-06-21

    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.

     
  • olead

    olead - 2025-06-23

    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.

     
    👍
    1

Log in to post a comment.

MongoDB Logo MongoDB