Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
devel:documentation:password_policies [2018/04/23 08:16]
kopro add new tutorial
devel:documentation:password_policies [2019/02/01 13:05]
kotisovam admin guide section
Line 1: Line 1:
 +<- .:audit | Audit ^ .:start | Documentation ^ .:security | Security ->
  
 +====== Password policies ======
 +
 +A password policy determines, which rules must be met by new passwords either changed by users or generated by CzechIdM itself. CzechIdM implements really strong password policies mechanism that allows to define quite a complex rules. Admins can define policies that meet standard MS AD password policies including 
 +  * Password history
 +  * Special characters definitions
 +  * Meeting X of Y rules (3 of 4 character groups)
 +  * Password expiration check
 +  * Disallowing user attribute in password 
 +
 +and many others. 
 +
 +====== Read more ======
 +
 +
 +
 +===== Admin tutorials =====
 +[[tutorial:adm:block_user_unsuccessful_login_attemps|Block log in after X unsuccessful login attempts]]
 +
 +===== Admin guide (to be completed) =====
 +  * [[.adm:pwd|Password policies overview]]
 +
 +===== Devel guide =====
 +  * [[.security:dev:password-policies| Password policies implementation]]
  • by kotisovam