[Koha-bugs] [Bug 8148] ldap authentication should FAIL if ldap contains NEW password, and user types the PREVIOUS password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 24 15:38:57 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8148

--- Comment #5 from mourik jan <heupink at gmail.com> ---
  <useldapserver>1</useldapserver>
  <ldapserver id="ldapserver">
    <hostname>x.x.x.x</hostname>
    <base>ou=users,dc=xx,dc=yy</base>
    <replicate>1</replicate>
    <update>1</update>
    <auth_by_bind>1</auth_by_bind>
    <principal_name>uid=%s,ou=users,dc=xx,dc=yy</principal_name>

    <mapping>
      <firstname    is="givenName"      ></firstname>
      <surname      is="cn"             ></surname>
      <address      is="postaladdress"  ></address>
      <city         is="l"              ></city>
      <zipcode      is="postalcode"     ></zipcode>
      <branchcode   is="branch"         ></branchcode>
      <userid       is="uid"            ></userid>
      <password     is="userpassword"   ></password>
      <email        is="mail"           ></email>
      <categorycode is="employeetype"   ></categorycode>
      <phone        is="telephoneNumber"></phone>
    </mapping>
  </ldapserver>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list