I have verified that the password is correct. Any idea what could be the
cause of this. Argon2
module shows as loaded:
Answering my own question. Thanks to Clement's answer to Hamza's question about ACLs, that turned out to be the solution to my problem also. Adding the following ACLs fixed it:
dn: olcDatabase={1}mdb,cn=config olcAccess: {0}to * by dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage by * break olcAccess: {1}to * by dn.exact="cn=admin,dc=mydomain,dc=local" manage by * break olcAccess: {2}to attrs=userPassword by anonymous auth by * break olcAccess: {3}to * by * none
Thanks to all!