I have fixed the problem by myself: It is enough to double click on the 
attribute value, when there is the error string, that the field is 
automatically set to TRUE. I don not know why but it works.
Thanks anyway,
Pasquale


Il presente messaggio e-mail e ogni suo allegato devono intendersi indirizzati 
esclusivamente al destinatario indicato e considerarsi dal contenuto 
strettamente riservato e confidenziale. Se non siete l'effettivo destinatario o 
avete ricevuto il messaggio e-mail per errore, siete pregati di avvertire 
immediatamente il mittente e di cancellare il suddetto messaggio e ogni suo 
allegato dal vostro sistema informatico. Qualsiasi utilizzo, diffusione, copia 
o archiviazione del presente messaggio da parte di chi non ne è il destinatario 
è strettamente proibito e può dar luogo a responsabilità di carattere civile e 
penale punibili ai sensi di legge.
Questa e-mail ha valore legale solo se firmata digitalmente ai sensi della 
normativa vigente.

The contents of this email message and any attachments are intended solely for 
the addressee(s) and contain confidential and/or privileged information.
If you are not the intended recipient of this message, or if this message has 
been addressed to you in error, please immediately notify the sender and then 
delete this message and any attachments from your system. If you are not the 
intended recipient, you are hereby notified that any use, dissemination, 
copying, or storage of this message or its attachments is strictly prohibited. 
Unauthorized disclosure and/or use of information contained in this email 
message may result in civil and criminal liability. “
This e-mail has legal value according to the applicable laws only if it is 
digitally signed by the sender
-----Messaggio originale-----
Da: Emmanuel Lécharny [mailto:[email protected]]
Inviato: giovedì 20 aprile 2017 14:52
A: Apache Directory Developers List
Oggetto: Re: R: lockout duration



Le 20/04/2017 à 13:50, Maiorano Pasquale a écrit :
> I have added the attribute ads_pwdlockout to the following DN:
> DN:
> ads-pwdid=default,ou=passwordPolicies,ads-interceptorId=authentication
> Interceptor,ou=interceptors,ads-directoryServiceId=default,ou=config

Ah, yes, this is a bug that has been fixed two weeks ago :/

There is a workaround : create a new LDIF file (File -> New -> Ldap Browser -> 
LDIF file), then copy paste this :

dn:
ads-pwdId=default,ou=passwordPolicies,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config
changetype: modify
replace: ads-pwdlockout
ads-pwdlockout: TRUE
-

You can set FALSE instead of TRUE if you want to disable the password lockout.

Then on top right of the ldif tab, click on 'browse', select the server you are 
connected to, and then click on teh green arrow. That will inject the value in 
the server.

--
Emmanuel Lecharny

Symas.com
directory.apache.org


Reply via email to