Sous jessie, pam_systemd.so a l'air nécessaire pour gdm3.
* Ajout d'autres modules potentiellement utiles pour vo, mais non nécessaires pour le bon fonctionnement de gdm3 a priori
This commit is contained in:
parent
120d67dd52
commit
c42c96da90
2 changed files with 6 additions and 0 deletions
|
@ -55,4 +55,6 @@ else:
|
|||
@# since the modules above will each just jump around
|
||||
@password required pam_permit.so
|
||||
@# and here are more per-package modules (the "Additional" block)
|
||||
if has("vo"):
|
||||
@password optional pam_gnome_keyring.so
|
||||
@# end of pam-auth-update config
|
||||
|
|
|
@ -30,4 +30,8 @@ if True: # TODO get rid of @
|
|||
@session required pam_unix.so
|
||||
if has('ldap'):
|
||||
out("session [success=ok default=ignore] %s minimum_uid=500" % (pam_module,))
|
||||
if has("jessie"):
|
||||
out("session optional pam_systemd.so")
|
||||
if has("vo"):
|
||||
out("session optional pam_ck_connector.so nox11")
|
||||
@# end of pam-auth-update config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue