Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-ldap/ruby-net-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luizluca/ruby-net-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 5, 2013

  1. - turn initial cred optional in bind_sasl. It is missing for some met…

    …hods.
    
      this fixes a wireshark warning that ldap packet was corrupted
    Luiz Angelo Daros de Luca committed Aug 5, 2013
    Configuration menu
    Copy the full SHA
    95ba94f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2013

  1. - added support for SASL authentication with gem ruby-sasl. This allows

      DIGEST-MD5, GSS-SPNEGO, GSSAPI authentication.
    - unified @conn.bind call to conn_bind method
    - appended :host information for bind auth args as it is necessary
      for some SASL mechs
    - added support for SASL security layer (similar to SSL). Currently
      only for gssapi/kerberos, but changing only ruby-sasl, it might be easy
      to implement.
    Luiz Angelo Daros de Luca committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    1429d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2013

  1. - added :sasl_opts for extra SASL options (passed to SASL lib)

    - improved secure_layer treatment. Now gssapi (krb5) and digest-md5
      works.
    Luiz Angelo Daros de Luca committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    a5cb3d2 View commit details
    Browse the repository at this point in the history
  2. - updated authors and version

    Luiz Angelo Daros de Luca committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    494032e View commit details
    Browse the repository at this point in the history
Loading