[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Password policy complexity
- To: openldap-technical@openldap.org
- Subject: Password policy complexity
- From: Hugo Deprez <hugo.deprez@gmail.com>
- Date: Tue, 25 Oct 2011 10:06:06 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=APpblqAx/kG23Pg7XGPOGr8usdm4nUIt83Ny7yTmTo8=; b=tppE27VWLfvxExtfRYU6Hpgr5GOGip7XzC8VCo1pBAiaS0vZpbzxDXNj+6tL1pBEG/ g4H9PquLQtsb+dx75beWL1uxlABzDJe1ncxA60nvZowh66JqOT+YIQlEnQmpna55JbMW 5FSIdUPFENHaIbHFmQz5eU4xbhw92Obt3B1ks=
Dear community,
I would like to specify the complexity of the password for users.
For exemple a password must contain :
one specific character such as : !£"$%^&*()-_+=:;'@~#?<>
one capital letter
etc...
The password policy overlay only authorize to specify the number of character.
Is that possible ?
Regards,
Hugo