single line LDAP query that enumerates users from a group within a supergroup

后端 未结 2 955
天涯浪人
天涯浪人 2020-12-15 18:51

I have a scheme that looks like this:

  1. Users exist like UserA, UserB, UserC.
  2. Groups exist like OverGroup, SubGroup.
  3. OverGroup automaticall
2条回答
  •  醉梦人生
    2020-12-15 19:23

    (&(objectClass=user)(memberof:1.2.840.113556.1.4.1941:=CN=MPV_BedPlacement,OU=Security Groups,OU=Groups,OU=CCHCS,DC=CCHCS,DC=LDAP))
    

    You have to add the full DN for the group and no curly braces.

提交回复
热议问题