From 4b5aa98f7d3a198481abb42873bd5f1568e3b475 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 14 Jul 2022 16:10:24 +0200 Subject: [PATCH] Updated fds.in (set password max age to one year). --- sources/fds.in/c3d/firstboot/data/USERS.txt | 1 - sources/fds.in/c3d/firstboot/scripts/20_setupds.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/fds.in/c3d/firstboot/data/USERS.txt b/sources/fds.in/c3d/firstboot/data/USERS.txt index 170f0e3..3655845 100644 --- a/sources/fds.in/c3d/firstboot/data/USERS.txt +++ b/sources/fds.in/c3d/firstboot/data/USERS.txt @@ -7,7 +7,6 @@ 10000, fritter, Ferenc, Ritter, ferenc.ritter@userrendszerhaz.hu, +36 20 937 8022 10000, fschnell, Ferenc, Schnellbach, ferenc.schnellbach@userrendszerhaz.hu, +36 30 950 2529 10000, khorvath, Kálmán, Horváth, kalman.horvath@userrendszerhaz.hu, +36 20 444 8693 -10000, kkancz, Krisztián, Káncz, krisztian.kancz@userrendszerhaz.hu, +36 70 666 2663 10000, kvajda, Krisztina, Vajda, krisztina.vajda@userrendszerhaz.hu, +36 20 313 0028 10000, mszabo, Marcell, Szabó, marcell.szabo@userrendszerhaz.hu, +36 70 458 1234 10000, osweidan, Omár, Sweidan, omar.sweidan@userrendszerhaz.hu, +36 70 382 4621 diff --git a/sources/fds.in/c3d/firstboot/scripts/20_setupds.sh b/sources/fds.in/c3d/firstboot/scripts/20_setupds.sh index 1cf7552..22685ba 100755 --- a/sources/fds.in/c3d/firstboot/scripts/20_setupds.sh +++ b/sources/fds.in/c3d/firstboot/scripts/20_setupds.sh @@ -28,7 +28,7 @@ dsconf $INSTANCE_NAME pwpolicy set \ --pwdmustchange on \ --pwdtrack on \ --pwdexpire on \ - --pwdmaxage 8640000 \ + --pwdmaxage 31536000 \ --pwdgracelimit 5 \ --pwdlockout on \ --pwdchecksyntax on \ -- 2.54.0