We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc975f commit 8349c6aCopy full SHA for 8349c6a
1 file changed
x11/sddm/files/README.pkgsrc
@@ -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