Skip to content

Commit 8349c6a

Browse files
committed
sddm: add README.pkgsrc to explain how to configure PAM for use
1 parent 1fc975f commit 8349c6a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

x11/sddm/files/README.pkgsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
By default, this package will use PAM for authentication purposes.
2+
To add the required authenticaion policies to your PAM configuration,
3+
import the policy files provided with the package:
4+
5+
$ for i in sddm sddm-autologin sddm-greeter; do
6+
> cp @PREFIX@/share/examples/pam.d/$i /etc/pam.d
7+
> done
8+
9+
You will also need to install the sddm rc.d script to run it as a
10+
service. These details will be noted during the installation phase.

0 commit comments

Comments
 (0)