Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

LDAP Syntax in LDAP Filter #450

Open
yvangodard opened this issue Aug 2, 2016 · 1 comment
Open

LDAP Syntax in LDAP Filter #450

yvangodard opened this issue Aug 2, 2016 · 1 comment

Comments

@yvangodard
Copy link
Contributor

The LDAP filter seems to be a little bit freakish.
For example this filter doesn't work :
groupfilter = (&(objectClass=posixGroup)(cn=staff)(cn=workgroup))
but this one works fine :
groupfilter = (&(objectClass=posixGroup)(!(cn=staff))(!(cn=mtoocadmin))(!(cn=mtoml_))(!(cn=corepsconnect))(!(cn=itmonitoring))(!(cn=ml-icc_)))

@Eh1k0
Copy link

Eh1k0 commented Oct 13, 2017

It's a generic LDAP filters for python-ldap library, and for LDAP implementation(C) itself. Nothing to do here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants