From 16d424b7ad3506bab03ac67cc0fd1e1ed6becf11 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 17 May 2021 19:22:57 +0200
Subject: [PATCH] Add note on secret config file to example config

---
 etc/nss_pam_oidc.example.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/nss_pam_oidc.example.toml b/etc/nss_pam_oidc.example.toml
index 2b37ec5..71ce037 100644
--- a/etc/nss_pam_oidc.example.toml
+++ b/etc/nss_pam_oidc.example.toml
@@ -3,10 +3,12 @@ auth_url = "https://ticdesk-dev.teckids.org/oauth/authorize/"
 token_url = "https://ticdesk-dev.teckids.org/oauth/token/"
 
 [pam]
+# You might want to put these into a separate file nss_pam_oidc.secret.toml!
 client_id = "Df1cpPEBsbG64oZ1Q1L8NetH1UKNBUyA5qhxg1Zh"
 client_secret = ""
 
 [nss]
+# You might want to put these into a separate file nss_pam_oidc.secret.toml!
 client_id = "z8Oz0tG56QRo9QEPUZTs5Eda410FMiJtYxlInxKE"
 client_secret = ""
 
-- 
GitLab