From 3cc9b011c3ffb0f72772aaf45eacda3929b6bf65 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Sat, 10 Sep 2022 14:18:17 -0400 Subject: [PATCH] Use HTTPS in sample --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c28372f..be4b8d7 100644 --- a/README.md +++ b/README.md @@ -214,14 +214,14 @@ curl -V ``` Your should see 'SPNEGO' in the 'Features' section. -Here's an example of making a request to an endpoint which writes to LDAP: +Here's an example of making a request (to add a user) to an endpoint which writes to LDAP: ```sh # Get a Kerberos TGT first kinit # Make the request curl --negotiate -u : --service-name ceod --delegation always \ -d '{"uid":"test_1","cn":"Test One","given_name":"Test","sn":"One","program":"Math","terms":["s2021"]}' \ - -X POST http://phosphoric-acid:9987/api/members + -X POST https://phosphoric-acid:9987/api/members ``` ## Packaging