Filter condition for LDAP Defination
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 06:47 AM
Hi Everyone,
How can i give filter condition in LDAP Defination for one type of users(sys_user)
Filter condition is User id start with M and end with L
Example user id: M00001L
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 07:05 AM
Hi @madhu25,
Try with this query in filter -
(&(objectCategory=person)(objectClass=user)(cn=M*)(cn=*L))
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 02:50 AM
Hi @madhu25,
Have you tried this as a filter? Let us know if have any issue.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 07:53 AM
Hi, I hope, you control in import set table which is associated with sys_user table.
Suresh.