[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
using two password hashes
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: using two password hashes
- From: Meike Stone <meike.stone@googlemail.com>
- Date: Mon, 23 Jan 2017 16:17:50 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=NuhRY3ArtRVTPdzBFfmzVt5WaZBEcNBC5NkNks8aERY=; b=KcOc+NwMUcmp7NlmDynTEcFi8uuZw5o9dNMMpDb810cju1mEobhmaD3Z/lYlW9Ft8s r6uqdTRJtbQPQIfLj6WT6ejkNXOoRRabvbnFnlfvjg21ZFQlG/FH/5S00vitmW8L4uvk ikgWciIQRLnQFxDYvb9x1/KzDx8G4DfM82EDrl3Wg6Jqo8Uet5yhqwSt12znKBnxto2z ByJDa7MpXtqhKDw5ZJtT7Xydzzfyz/cj0Cj066C9gzaIsHjEo1yxqAUxsRhUk/itvL3f n2AlA3SZpOi4uDckkkpdPPTEYIqpoVq/WCRHBtL+apfWLN3IXB+bomMK0b2RdBeHDemz 57ug==
Hello,
the userPassword is a multivalued attribute.
If there are set two values with different schemes,
how will openldap handle the request?
Will only checked one password and if it is wrong,
the access will be declined or will openldap proceed to the second
password hash?
If both userPassword schemes differs, which one will be used first?
Is the handling configurable?
thank you
Meike