From 26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 28 Jun 2021 16:45:18 -0400 Subject: minor fixes, mostly cosmetic --- INTERACT.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'INTERACT.md') diff --git a/INTERACT.md b/INTERACT.md index 0ead9fe..1a770f0 100644 --- a/INTERACT.md +++ b/INTERACT.md @@ -57,3 +57,8 @@ Basic auth can be provided as a POST to /login/basic/. success with ldap $ curl -X POST -L http://d2-03a:5000/login/basic/ -b ~/cookiejar.txt -c ~/cookiejar.txt --header "Authorization: Basic $( printf '%s' "${username}:${pw}" | base64 )" success with ldap + +To set any settings that are currently supported by the /protected/settings/ page, you need to be a member of the ldap group "admins." + + $ curl -L http://d2-03a:5000/protected/settings/ -b ~/cookiejar.txt -c ~/cookiejar.txt -X POST --data 'ldap_uri=ldaps://dns1.ipa.example.com' + Settings updated:
-- cgit