我使用过滤器搜索 Active Directory 中的用户列表...
这是我的过滤器示例:
AD.filterung = "(&(objectClass=user)(objectCategory=user)(userAccountControl:1.2.840.113556.1.4.803:=2)(sn= )(|(telephoneNumber= )(mail= ))(l=" + Werk + ")(cn= ))";
它向我显示所有具有 UF_ACCOUNT_DISABLE 的用户,但我想向所有其他用户显示 not Unlock ...我如何在我的过滤器中构建一个 not 运算符。:(