The branch, build-main has been updated via 72d54293d2db67b2e1eb535d2dd995eb3da35ac2 (commit) from 3d6f98d474a0e60477aa0be4718f63573b643dde (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile.am | 7 +++++++ lightdm-remote-freerdp | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 lightdm-remote-freerdp The diff of changes is: diff --git a/Makefile.am b/Makefile.am index d6a1287..51fd14b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,11 @@ +pam_sessiondir = $(sysconfdir)/pam.d/ +pam_session_DATA = \ + lightdm-remote-freerdp + +EXTRA_DIST = \ + $(pam_session_DATA) + DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall dist-hook: diff --git a/lightdm-remote-freerdp b/lightdm-remote-freerdp new file mode 100644 index 0000000..d79bc2e --- /dev/null +++ b/lightdm-remote-freerdp @@ -0,0 +1,7 @@ +#%PAM-1.0 +auth requisite pam_nologin.so +auth required pam_env.so readenv=1 +auth required pam_env.so readenv=1 envfile=/etc/default/locale +auth required pam_freerdp.so +session required pam_limits.so +session required pam_freerdp.so hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).