mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-25 10:07:34 +00:00
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:
@@ -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={{username}})" />
|
||||
<p className="text-xs text-muted-foreground">
|
||||
Use {{username}} as a placeholder for the user's input
|
||||
Use {{username}} as a placeholder for the user's input
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user