RE: Configuring Password Policy - Control not working

2006-06-22 Thread Murphy, Tony
n_read(14): checking for input on id=0 ber_get_next ber_get_next: tag 0x30 len 5 contents: ber_get_next ber_get_next on fd 14 failed errno=0 (Success) connection_read(14): input error=-2 id=0, closing. connection_closing: readying conn=0 sd=14 for close connection_close: deferring conn=0 sd=14 connection_res

Re: Configuring Password Policy - Control not working

2006-06-22 Thread Howard Chu
The log you attached indicates first an anonymous Bind, which will not get any policy response because there are no passwords for anonymous, therefore no password policies for anonymous. Then a single Search request, which completes successfully. There's no use of any password here, so again,

Re: Configuring Password Policy - Control not working

2006-06-21 Thread Howard Chu
[EMAIL PROTECTED] wrote: I checked if the password policy control was supported ldapsearch -x -b "" -s base "" supportedFeatures supportedControl supportedExtension and got something like: supportedControl: 1.3.6.1.4.1.4203.1.9.1.1 supportedControl: 2.16.840.1.113730.3.4.18 supportedContr

Configuring Password Policy - Control not working

2006-06-21 Thread [EMAIL PROTECTED]
Hi, I've installed openldap-2.3.20 but password policy does not appear to be working as I expect. I initially installed openldap with the following configuration ./configure -q --enable-syncprov=no --enable-ppolicy=yes --enable-accesslog=yes --with-cyrus-sasl=yes This I believe installed ope