From f2ecfdc96a338815ffb2be898b3114031f0da48c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 12 Apr 2018 09:55:58 -0400 Subject: auth: support authentication source config file (#3142) --- conf/auth.d/pam.conf.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/auth.d/pam.conf.example (limited to 'conf/auth.d/pam.conf.example') diff --git a/conf/auth.d/pam.conf.example b/conf/auth.d/pam.conf.example new file mode 100644 index 00000000..12f8d58f --- /dev/null +++ b/conf/auth.d/pam.conf.example @@ -0,0 +1,10 @@ +# This is an example of PAM authentication +# +id = 104 +type = pam +name = System Auth +is_activated = true + +[config] +service_name = system-auth + -- cgit v1.2.3