s4

changeset 958:a0b1e62df613

Update expiration date when logged in with skey
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 24 Dec 2021 08:28:29 +0900
parents 4961963431f9
children 193d9d2ed9c9
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Thu Dec 09 08:40:17 2021 +0900
     1.2 +++ b/s4-funcs.sh	Fri Dec 24 08:28:29 2021 +0900
     1.3 @@ -1475,6 +1475,7 @@
     1.4    ##skey="`getpwfield $user skey`"
     1.5    if [ -n "$skc" ]; then
     1.6      if chkskey "$skc"; then
     1.7 +      gencookie "user=$user" "skey=$skc"	# 2021-12-24: Update expire
     1.8        return 0
     1.9      fi
    1.10    fi