From 70ac5281f65d03b92e83ffdcaff3477c4d10f773 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 13 Jun 2022 13:38:28 +0200 Subject: [PATCH] DOC: minimal additions to docs of usersources.ini.template --- conf/core/usersources.ini.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/core/usersources.ini.template b/conf/core/usersources.ini.template index 2e0fe249..fb328572 100644 --- a/conf/core/usersources.ini.template +++ b/conf/core/usersources.ini.template @@ -42,7 +42,8 @@ defaultRealm = PAM # Options for authentication against Linux' PAM. [PAM] class = org.caosdb.server.accessControl.Pam -# The script which does the actual checking. +# The script which does the actual checking. It is possible to put custom +# scripts or the misc/pam_authentication/ldap_authentication.sh script here. ; pam_script = ./misc/pam_authentication/pam_authentication.sh default_status = ACTIVE # Only users which fulfill these criteria are accepted. -- GitLab