mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
User tests: Extend expiration dates for client on server test
The client context on server test is failing with a date that is expired. The server context on server test is not failing. Setting an expired date with the command line is possible though.
This commit is contained in:
@@ -51,8 +51,8 @@
|
|||||||
gid: 100
|
gid: 100
|
||||||
phone: "+555123457"
|
phone: "+555123457"
|
||||||
email: pinky@acme.com
|
email: pinky@acme.com
|
||||||
principalexpiration: "20220119235959"
|
principalexpiration: "21220119235959"
|
||||||
#passwordexpiration: "2022-01-19 23:59:59"
|
passwordexpiration: "2122-01-19 23:59:59"
|
||||||
first: pinky
|
first: pinky
|
||||||
last: Acme
|
last: Acme
|
||||||
initials: pa
|
initials: pa
|
||||||
|
|||||||
@@ -143,8 +143,8 @@
|
|||||||
gid: 100
|
gid: 100
|
||||||
phone: "+555123457"
|
phone: "+555123457"
|
||||||
email: pinky@acme.com
|
email: pinky@acme.com
|
||||||
principalexpiration: "20220119235959"
|
principalexpiration: "21220119235959"
|
||||||
#passwordexpiration: "2022-01-19 23:59:59"
|
passwordexpiration: "2122-01-19 23:59:59"
|
||||||
first: pinky
|
first: pinky
|
||||||
last: Acme
|
last: Acme
|
||||||
initials: pa
|
initials: pa
|
||||||
@@ -186,8 +186,8 @@
|
|||||||
gid: 100
|
gid: 100
|
||||||
phone: "+555123457"
|
phone: "+555123457"
|
||||||
email: pinky@acme.com
|
email: pinky@acme.com
|
||||||
principalexpiration: "20220119235959"
|
principalexpiration: "21220119235959"
|
||||||
#passwordexpiration: "2022-01-19 23:59:59"
|
passwordexpiration: "2122-01-19 23:59:59"
|
||||||
first: pinky
|
first: pinky
|
||||||
last: Acme
|
last: Acme
|
||||||
initials: pa
|
initials: pa
|
||||||
|
|||||||
Reference in New Issue
Block a user