logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sympa-test-ldap - Testing LDAP connection for Sympa

Description

       "sympa test ldap" tests LDAP connection and search operation using LDAP driver of Sympa.

History

       testldap.pl appeared before Sympa 3.0.

       It supported LDAP over TLS (ldaps) on Sympa 5.3a.1.

       testldap.pl was renamed to sympa_test_ldap.pl on Sympa 6.2.

       "--use_ssl" and "--use_start_tls" options were obsoleted by Sympa 6.2.15.  "--use_tls" option would be
       used instead.

       This function was moved to "sympa test ldap" command line on Sympa 6.2.71b.

6.2.76                                             2025-02-12                                 sympa-test-ldap(1)

Name

       sympa-test-ldap - Testing LDAP connection for Sympa

See Also

       Sympa::DatabaseDriver::LDAP.

Synopsis

         sympa test ldap --host=string --suffix=string
         [ --attrs=[ string,...|* ] ]
         [ --bind_dn=string [ --bind_password=string ] ]
         [ --port=string ] [ --scope=base|one|sub ]
         [ --use_tls=starttls|ldaps|none
           [ --ca_file=string ] [ --ca_path=string ]
           [ --ca_verify=none|optional|require ]
           [ --ssl_cert=string ] [ --ssl_ciphers=string ] [ --ssl_key=string ]
           [ --ssl_version=sslv2|sslv3|tlsv1|tlsv1_1|tlsv1_2|tlsv1_3 ] ]
         filter