mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Exclude passwordgraceusertime from replication
Treat this like other failed login attributes and don't replicate them. https://pagure.io/freeipa/issue/1539 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
2d5e693514
commit
aefa5f2252
@ -66,7 +66,8 @@ WINSYNC = 2
|
||||
TOTAL_EXCLUDES = ('entryusn',
|
||||
'krblastsuccessfulauth',
|
||||
'krblastfailedauth',
|
||||
'krbloginfailedcount')
|
||||
'krbloginfailedcount',
|
||||
'passwordgraceusertime',)
|
||||
|
||||
# List of attributes that need to be excluded from normal replication.
|
||||
EXCLUDES = ('memberof', 'idnssoaserial') + TOTAL_EXCLUDES
|
||||
|
Loading…
Reference in New Issue
Block a user