From f63ce9166a239bada2e566963b1507bcc3f74d0f Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Mon, 26 Mar 2018 22:31:30 +0200 Subject: [PATCH] Add support for multiple AD-hosts --- auth | 2 +- config.py.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth b/auth index 03bbb2f..f9dbd00 160000 --- a/auth +++ b/auth @@ -1 +1 @@ -Subproject commit 03bbb2fc9da1361ab2c95787b5ddaab4a3407aa1 +Subproject commit f9dbd00f0a1e413e000e42b968de0f6a0a44558f diff --git a/config.py.example b/config.py.example index 2a8b4e5..a199e84 100644 --- a/config.py.example +++ b/config.py.example @@ -80,7 +80,7 @@ AUTH_BACKENDS = [ user_dn="uid={},ou=users,dc=example,dc=com", group_dn="dc=example,dc=com"), ADManager( - host="ad.example.com", + host="ad.example.com", # pass multiple hosts for replication domain="EXAMPLE", user_dn="cn=users,dc=example,dc=com", group_dn="dc=example,dc=com", -- GitLab