This article shows some examples for LDAP authentication, such as excluding inactive users, and specifying a group of users.
(&(objectCategory=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
(&(mail=KBOX_USER)(&(objectCategory=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))))
(|(&(samaccountname=KBOX_USER)(objectCategory=user))(userAccountControl:1.2.840.113556.1.4.803:=2))
If you make a global security group, here is an example:
Search base DN:
DC=ds2net,DC=ds2,DC=com
Search filter:
memberof=CN=KACE Admin,OU=DS2 Users And Groups,DC=ds2net,DC=ds2,DC=com
For more information, please review the guide attached to this article:
LDAP Reference Guide
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center