diff options
author | [object Object] | 2023-09-08 10:02:04 +0300 |
---|---|---|
committer | GitHub | 2023-09-08 10:02:04 +0300 |
commit | e29334cc685a60334d9c2dd26efc7598e6fd7641 (patch) | |
tree | 161c75c86cdff82ee4243b44563c5abb5b1b4a1c /xdrp-sesman | |
parent | c57bd670920d7bda5b5408da3e96268d6524b75f (diff) | |
download | aur-e29334cc685a60334d9c2dd26efc7598e6fd7641.tar.gz |
Update xdrp-sesman
Diffstat (limited to 'xdrp-sesman')
-rw-r--r-- | xdrp-sesman | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/xdrp-sesman b/xdrp-sesman index d303ab79e985..6253462c1c83 100644 --- a/xdrp-sesman +++ b/xdrp-sesman @@ -1,5 +1,15 @@ #%PAM-1.0 -auth include system-remote-login -account include system-remote-login -password include system-remote-login -session include system-remote-login + +auth include system-remote-login +-auth optional pam_gnome_keyring.so +-auth optional pam_kwallet5.so + +account include system-remote-login + +password include system-remote-login +-password optional pam_gnome_keyring.so use_authtok + +session optional pam_keyinit.so force revoke +session include system-remote-login +-session optional pam_gnome_keyring.so auto_start +-session optional pam_kwallet5.so auto_start |