Improve dynamic group condition builder with custom attribute support and enhanced LDAP filter generation

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/e08391da-50e7-4d65-9ce9-fa26d31e7e6a.jpg
This commit is contained in:
alphaeusmote
2025-04-10 11:55:48 +00:00
parent 03ff505e2d
commit 3b739b032d
3 changed files with 28 additions and 16 deletions
+2 -2
View File
@@ -348,9 +348,9 @@ export default function SettingsPage() {
<div className="space-y-2">
<Label htmlFor="ldap-search-filter">Search Filter</Label>
<Input id="ldap-search-filter" placeholder="(uid={{username}})" />
<Input id="ldap-search-filter" placeholder="(uid=&#123;&#123;username&#125;&#125;)" />
<p className="text-xs text-muted-foreground">
Use {{username}} as a placeholder for the user's input
Use &#123;&#123;username&#125;&#125; as a placeholder for the user's input
</p>
</div>