From b5f1bb0ae5841b0905abac1bbaacd06d00416344 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 15 Mar 2018 19:10:34 +0100 Subject: [PATCH] portainer AD config --- cheat/portainer.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cheat/portainer.md diff --git a/cheat/portainer.md b/cheat/portainer.md new file mode 100644 index 0000000..309d954 --- /dev/null +++ b/cheat/portainer.md @@ -0,0 +1,8 @@ +# Active directory configuration +``` +BaseDN: CN=Users,DC=example,DC=org +Username attribute: sAMAccountName +Filter: (objectClass=user) +``` + +Source : https://github.com/portainer/portainer/pull/1093#issuecomment-321253572