From 5afbc83fafc007b9119afa12beb3a5072800d633 Mon Sep 17 00:00:00 2001 From: Brian Hill Date: Wed, 7 Dec 2022 10:40:44 -0500 Subject: [PATCH 1/2] Pam Documentation Updates --- integration-manifest.json | 1 + readme-src/readme-pam-support.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 readme-src/readme-pam-support.md diff --git a/integration-manifest.json b/integration-manifest.json index fb483e8..1a80118 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -8,6 +8,7 @@ "about": { "orchestrator": { "UOFramework": "10.1", + "pam_support": true, "win": { "supportsCreateStore": false, "supportsDiscovery": false, diff --git a/readme-src/readme-pam-support.md b/readme-src/readme-pam-support.md new file mode 100644 index 0000000..ead4d6b --- /dev/null +++ b/readme-src/readme-pam-support.md @@ -0,0 +1,4 @@ +|Name|Description| +|----|-----------| +|Server Username|The user id that will be used to authenticate into the server hosting the store| +|Server Password|The password that will be used to authenticate into the server hosting the store| \ No newline at end of file From 048f70c406a9524322ff28c72842738bdbbf48a4 Mon Sep 17 00:00:00 2001 From: Brian Hill Date: Wed, 7 Dec 2022 10:42:50 -0500 Subject: [PATCH 2/2] Doc Updates --- readme-src/readme-pam-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-src/readme-pam-support.md b/readme-src/readme-pam-support.md index ead4d6b..5c80269 100644 --- a/readme-src/readme-pam-support.md +++ b/readme-src/readme-pam-support.md @@ -1,4 +1,4 @@ |Name|Description| |----|-----------| -|Server Username|The user id that will be used to authenticate into the server hosting the store| +|Server UserName|The user id that will be used to authenticate into the server hosting the store| |Server Password|The password that will be used to authenticate into the server hosting the store| \ No newline at end of file