--On Thursday, February 17, 2022 11:20 AM +0100 Ulrich Windl
<Ulrich.Windl(a)rz.uni-regensburg.de> wrote:
Interestingly I found that userPassword is commented out in
core.schema,
and the commented-out entry does not have "single-value".
Also I couldn't find it when querying cn=schema,cn=config on my server.
Is it "special"?
Yes, it's compiled into slapd. see servers/slapd/schema_prep.c:
{ "userPassword", "( 2.5.4.35 NAME 'userPassword' "
"DESC 'RFC4519/2307: password of user' "
"EQUALITY octetStringMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )",
--Quanah