Yealink Forums

Full Version: LDAP showing disabled users from AD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the following filter:

Code:
LDAP Name Filter      (&(sn=%)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
LDAP Number Filter    (&(telephoneNumber=%)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

However, for some reason it is showing disabled users from active directory even though I have included the exclusion.
Can you convince someone (whoever controls the AD Schema) to move the disabled users to another OU? That is what we do.
Forgot to mention that disabled users are in an OU called "Disabled Users".
(03-28-2014 06:50 AM)argh Wrote: [ -> ]Forgot to mention that disabled users are in an OU called "Disabled Users".

I have my main OU with the sub-OU regions within. The disabled OU is outside of my main OU. Hope that makes sense...
So I search in the main OU which will not see the disabled OU
Reference URL's