[389-users] Re: replication problems

2020-05-06 Thread William Brown
> On 6 May 2020, at 22:40, Alberto Viana wrote: > > William, > > Here's: > > (gdb) frame 3 > #3 0x77b71627 in slapi_valueset_done (vs=0x7fffac022aa8) at > ldap/servers/slapd/valueset.c:471 > 471PR_ASSERT((vs->sorted == NULL) || (vs->num < > VALUESET_ARRAY_SORT_THRESHOLD)

[389-users] Re: pwadmin not working

2020-05-06 Thread William Brown
Remember to *unset* it after you make your change, else anyone with write to userPassword can bypass your password policy. Generally this means a userc that is able to change their own password through a self mod, can then bypass pwpolicy. > On 7 May 2020, at 01:49, Alberto Viana wrote: > >

[389-users] Re: pwadmin not working

2020-05-06 Thread Alberto Viana
William, Set nsslapd-allow-hashed-passwords and pwadmin in global policy works as expected. Thanks again. Alberto Viana On Tue, May 5, 2020 at 9:22 PM Alberto Viana wrote: > William, > > I will try it tomorrow, but a reference about > "nsslapd-allow-hashed-passwords" in >

[389-users] Re: replication problems

2020-05-06 Thread Alberto Viana
William, Here's: (gdb) frame 3 #3 0x77b71627 in slapi_valueset_done (vs=0x7fffac022aa8) at ldap/servers/slapd/valueset.c:471 471PR_ASSERT((vs->sorted == NULL) || (vs->num < VALUESET_ARRAY_SORT_THRESHOLD) || ((vs->num >= VALUESET_ARRAY_SORT_THRESHOLD) && (vs->sorted[0] <