Skip to content
Snippets Groups Projects
Commit d3b8f54d authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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.
parent 3a0a1a75
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment