[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#9171) slapd with ppolicy and pwdAccountLockedTime crashes



--eAbsdosE1cNLO4uF
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Fri, Feb 14, 2020 at 09:38:05AM +0000, tokos@ipp.cas.cz wrote:
> Several logins on locked account with operational attribute pwdAccountLockedTime
> ends with crash slapd.

Hi Stanislav,
I've tried to reproduce the issue, but everything works just fine for
me with the attached configuration.

Are you using any other overlays and modules apart from ppolicy? It
would be best if you could attach your configuration (without
passwords), backtrace and other set up needed to reproduce the
issue.

Thanks,

-- 
OndÅ?ej Kuzník
Senior Software Engineer
Symas Corporation                       http://www.symas.com
Packaged, certified, and supported LDAP solutions powered by OpenLDAP

--eAbsdosE1cNLO4uF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="slapd.conf"

include ./re24/servers/slapd/schema/core.schema
include ./re24/servers/slapd/schema/cosine.schema
include ./re24/servers/slapd/schema/inetorgperson.schema
include ./re24/servers/slapd/schema/ppolicy.schema

include rfc2307bis.schema

moduleload ./re24/servers/slapd/overlays/ppolicy.la

database mdb
directory ./db
suffix dc=compass

overlay ppolicy
ppolicy_default cn=ppolicy,ou=policies,dc=compass

--eAbsdosE1cNLO4uF--