Displaying 2 results from an estimated 2 matches for "graylog_u".
Did you mean:
graylog
2015 Dec 12
2
Nested Group control doesn't work
Hey guys,
We can perform this LDAP query against Windows Server 2012 no problem, but
against samba it's failing:
(&(sAMAccountName={0})(memberOf:1.2.840.113556.1.4.1941:=CN=graylog_users,OU=Applications,OU=Groups,DC=ad,DC=corp,DC=xxx,DC=com))
Is that "nested group" tree control (memberOf:1.2.840.113556.1.4.1941:)
supported? If not, is there a better way to design this ldap search so it
supports nested groups?
--
Email Confidentiality Notice: The information contain...
2015 Dec 14
1
Nested Group control doesn't work
...-12-12 at 10:25 -0600, Jonathan S. Fisher wrote:
> > Hey guys,
> >
> > We can perform this LDAP query against Windows Server 2012 no
> > problem, but
> > against samba it's failing:
> >
> > (&(sAMAccountName={0})(memberOf:1.2.840.113556.1.4.1941:=CN=graylog_u
> > sers,OU=Applications,OU=Groups,DC=ad,DC=corp,DC=xxx,DC=com))
> >
> > Is that "nested group" tree control
> > (memberOf:1.2.840.113556.1.4.1941:)
> > supported? If not, is there a better way to design this ldap search
> > so it
> > supports nes...