password expiration
This commit is contained in:
parent
08d87af41a
commit
a1fa476517
|
@ -1,6 +1,7 @@
|
||||||
June 2018
|
June 2018
|
||||||
- Passwords can be checked against external service (e.g. https://api.pwnedpasswords.com/range)
|
- Passwords can be checked against external service (e.g. https://api.pwnedpasswords.com/range)
|
||||||
|
- LAM Pro:
|
||||||
|
-> Better support for 389ds password expiration
|
||||||
|
|
||||||
19.03.2018 6.3
|
19.03.2018 6.3
|
||||||
- Server profile: added option if referential integrity overlay is active to skip cleanup actions
|
- Server profile: added option if referential integrity overlay is active to skip cleanup actions
|
||||||
|
|
|
@ -370,6 +370,18 @@
|
||||||
role="bold">Description</emphasis></entry>
|
role="bold">Description</emphasis></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><inlinemediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/schema_ppolicy.png"/>
|
||||||
|
</imageobject>
|
||||||
|
</inlinemediaobject> Account locking</entry>
|
||||||
|
|
||||||
|
<entry>Password expiration</entry>
|
||||||
|
|
||||||
|
<entry>Read only value of password expiration date</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry morerows=""><inlinemediaobject>
|
<entry morerows=""><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
|
|
Loading…
Reference in New Issue