sddm.güncellendi

This commit is contained in:
giresun28 2016-10-13 04:33:54 +03:00
parent 2499c66769
commit f06944f281
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@ DefaultPath=/bin:/usr/bin:/usr/sbin:/usr/local/bin
# Hidden shells # Hidden shells
# Users with these shells as their default won't be listed # Users with these shells as their default won't be listed
HideShells= HideShells=/usr/sbin/nologin,/bin/false,/bin/sync
# Hidden users # Hidden users
HideUsers= HideUsers=
@ -52,7 +52,7 @@ HideUsers=
MaximumUid=65000 MaximumUid=65000
# Minimum user id for displayed users # Minimum user id for displayed users
MinimumUid=1000 MinimumUid=0
# Remember the session of the last successfully logged in user # Remember the session of the last successfully logged in user
RememberLastSession=true RememberLastSession=true

View File

@ -40,6 +40,7 @@ auth requisite pam_nologin.so
auth required pam_env.so auth required pam_env.so
auth required pam_succeed_if.so uid >= 1000 quiet auth required pam_succeed_if.so uid >= 1000 quiet
auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
auth include system-auth auth include system-auth
account include system-account account include system-account