diff options
-rw-r--r-- | Makefile.am | 10 | ||||
-rw-r--r-- | lightdm-remote-uccsconfigure | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d1882ce..708b0bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,16 @@ EXTRA_DIST += uccsconfigure.desktop.in CLEANFILES += uccsconfigure.desktop ############################### +# The PAM session +############################### + +pam_sessiondir = $(sysconfdir)/pam.d/ +pam_session_DATA = \ + lightdm-remote-uccsconfigure + +EXTRA_DIST += lightdm-remote-uccsconfigure + +############################### # The session script ############################### diff --git a/lightdm-remote-uccsconfigure b/lightdm-remote-uccsconfigure new file mode 100644 index 0000000..08f5b0b --- /dev/null +++ b/lightdm-remote-uccsconfigure @@ -0,0 +1,2 @@ +#%PAM-1.0 +@include lightdm-autologin |