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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: leenooks/phpLDAPadmin
base: 1.2.5
Choose a base ref
head repository: leenooks/phpLDAPadmin
compare: 1.2.6.2
Choose a head ref
  • 16 commits
  • 16 files changed
  • 11 contributors

Commits on Feb 19, 2020

  1. Auth Form wiht Google reCAPTCHA (#87)

    * reCaptcha config
    
    * config reCaptcha
    
    * check reCAPTCHA
    
    * add reCAPTCHA to form login
    
    * config attributes for reCAPTCHA
    
    * Function to verify request with reCAPTCHA
    
    * doc reCaptcha
    nayo committed Feb 19, 2020
  2. Added option to use template string for bind DN (#90)

    * Language update from launchpad
    
    * Added login option 'bind_dn_template'
    Noone404 committed Feb 19, 2020
  3. Add SASL PLAIN authentication support (#92)

    Adds a new sasl mech 'plain' which converts all simple authentication
    methods to SASL PLAIN.  NOTE: doesn't use auth_type 'sasl' as
    credentials may come from login form, stored in cookies etc...
    sshambar committed Feb 19, 2020
  4. Added appearance option show_authz (#94)

    Enabling displays the authorization ID rather than the authentication ID,
    similar to using ldapwhoami.  Requires PHP 7.2+
    sshambar committed Feb 19, 2020
  5. Hooks fixes (#99)

    * repace deprecated each with foreach
    
    I tried to enable the example.php hooks and the use of the keyword each
    was causing crashes in the docker image osixia/phpldapadmin:0.9.0
    
    * check if DEBUG_ENABLED is defined
    
    I enabled the hooks example.php and I started getting crashes caused by
    undefined constant.
    
    Tested with the docker image osixia/phpldapadmin:0.9.0
    jfilak committed Feb 19, 2020
  6. Changes required so the sudoRole objectClass will present a link so m…

    …embers can be modified by default. (#101)
    JamesCordell committed Feb 19, 2020

Commits on Aug 30, 2020

  1. Fixes usage of deprecated array/string access syntax. (#97)

    PHP 7.4 Compatibility.
    Skgland committed Aug 30, 2020
  2. Decode plainpassword before check (#115)

    When the user's password contains HTML special chars
    the password check would always fail if the
    the given plainpassword is not decoded first.
    mir06 committed Aug 30, 2020
  3. Added Bcrypt support (#116)

    * Set minimum PHP version to 5.5.0| Bcrypt Support
    * Added Bcrypt hash support
    * Update Install.md
    gurvinderdadyala committed Aug 30, 2020
  4. SF Feature #356 - HTMLTree icons formatting

    Andy Beefeater authored and leenooks committed Aug 30, 2020
  5. SF Bug #1008 getContainerPath doesn't properly traverse to baseDN and…

    … back & #1009 - return_ldap_hash should not return container object in result set
    Nic Bernstein authored and leenooks committed Aug 30, 2020

Commits on Sep 19, 2020

  1. Release 1.2.6

    leenooks committed Sep 19, 2020

Commits on Sep 23, 2020