From 9f4896a449636f0f6073a940700670c4a311a949 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 6 Feb 2024 00:50:18 -0700 Subject: [PATCH] Update Servers & Workflows/Windows Server/LDAP Settings.md --- Servers & Workflows/Windows Server/LDAP Settings.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Servers & Workflows/Windows Server/LDAP Settings.md b/Servers & Workflows/Windows Server/LDAP Settings.md index 2d4ae49..1f75a0b 100644 --- a/Servers & Workflows/Windows Server/LDAP Settings.md +++ b/Servers & Workflows/Windows Server/LDAP Settings.md @@ -2,5 +2,11 @@ | **Field** | **Value** | **Description** | | :--- | :--- | :--- | -| Server Address(s) | ldap://bunny-dc-01.bunny-lab.io `192.168.3.8`, ldap://bunny-db-02.bunny.lab.io `192.168.3.9` | Domain Controllers | -| Port | 389 | Unencrypted LDAP | +| Server Address(s) | `ldap://bunny-dc-01.bunny-lab.io` / `192.168.3.8`, `ldap://bunny-db-02.bunny.lab.io` / `192.168.3.9` | Domain Controllers | +| Port | `389` | Unencrypted LDAP | +| STARTTLS | `Disabled` | | +| Base DN | `CN=Users,DC=bunny-lab,DC=io` | This is where users are pulled from | +| User / Bind DN | `CN=Nicole Rappe,CN=Users,DC=bunny-lab,DC=io` | This is the domain admin used to connect to LDAP | +| User / Bind Password | `` | Domain Credentials for Domain Admin account | +| Login Attribute | ` LDAP Filter: (&(&(|(objectclass=person))(|(|(memberof=CN=Domain Users,CN=Users,DC=bunny-lab,DC=io)(primaryGroupID=513))))(samaccountname=%uid)) ` | Used by Nextcloud | +| Login Attribute | `(sAMAccountName=*)(objectCategory=person)` | Used by PrivacyIDEA | \ No newline at end of file