forked from cockpit/cockpit
Accepting request 1192178 from systemsmanagement:cockpit
OBS-URL: https://build.opensuse.org/request/show/1192178 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit?expand=0&rev=48
This commit is contained in:
commit
cf6b9d622c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 09:36:58 UTC 2024 - Jan Zerebecki <jan.suse@zerebecki.de>
|
||||
|
||||
- load pam_oath for optional TOTP for authentication
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 08:23:43 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
@ -8,3 +8,4 @@ password include common-password
|
||||
session required pam_loginuid.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include common-session
|
||||
auth [user_unknown=ignore success=ok] pam_oath.so usersfile=${HOME}/.pam_oath_usersfile window=20 digits=6
|
||||
|
@ -558,6 +558,7 @@ Suggests: sssd-dbus >= 2.6.2
|
||||
%if 0%{?suse_version}
|
||||
Requires(pre): permissions
|
||||
Requires: distribution-logos
|
||||
Requires: pam_oath
|
||||
Requires: wallpaper-branding
|
||||
%endif
|
||||
# for cockpit-desktop
|
||||
|
Loading…
Reference in New Issue
Block a user