This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7e7a04f8 Can use personal LDAP creds
7e7a04f8 is described below
commit 7e7a04f8dfdea4518dc39b8ca3b4af02a8d05a06
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 23 11:12:36 2024 +0100
Can use personal LDAP creds
---
config/whimsy.template | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/whimsy.template b/config/whimsy.template
index e9f01848..f4f64591 100644
--- a/config/whimsy.template
+++ b/config/whimsy.template
@@ -28,4 +28,6 @@
# Optionally define httpd_dn in case you want to use a different role for
httpd authentication
# :whimsy_dn: cn=<rolename>,ou=users,ou=services,dc=apache,dc=org
+# Or you can use your personal credentials:
+# :whimsy_dn: uid=<availid>,ou=people,dc=apache,dc=org
# :httpd_dn: cn=<rolename>,ou=users,ou=services,dc=apache,dc=org