dev #2

Merged
pi-farm merged 66 commits from dev into main 2026-04-09 13:56:20 +00:00
Showing only changes of commit 31ff1fba21 - Show all commits

View File

@@ -86,12 +86,12 @@ BACKSPACE="guess"
EOF \
&& dpkg-reconfigure -f noninteractive keyboard-configuration
COPY config/pam/ /etc/pam.d/
COPY config/nsswitch.conf /etc/nsswitch.conf
COPY config/xrdp/ /etc/xrdp/
COPY config/ldap/ /etc/ldap/
COPY config/skel/ /etc/skel/
COPY config/sudoers /etc/sudoers
#COPY config/pam/ /etc/pam.d/
#COPY config/nsswitch.conf /etc/nsswitch.conf
#COPY config/xrdp/ /etc/xrdp/
#COPY config/ldap/ /etc/ldap/
#COPY config/skel/ /etc/skel/
#COPY config/sudoers /etc/sudoers
RUN chmod 440 /etc/sudoers && \
mkdir -p /etc/sssd && chown root:root /etc/sssd && chmod 755 /etc/sssd && \