Category Archives: ldap

userAccountControl, Attributes for AD Users

I needed this today for use in querying a large AD. Repost. Credits go to http://www.selfadsi.org/ads-attributes/user-userAccountControl.htm   you can query with this e.g. with powershell and do some counting: (Get-ADUser -LDAPFilter “(&(sAMAccountName=*)(!userAccountControl:1.2.840.113556.1.4.803:=2))” -SearchBase ‘OU=Users,DC=domain,DC=local’ ).Count But could also check if … Continue reading

Posted in Active Directory, ldap | Comments Off on userAccountControl, Attributes for AD Users

LDAP Configuration for HP Printers and Active Directory

I had to figure out how to configure LDAP on these HP Color LaserJet Pro MFP M476 series with LDAP support. The LDAP configuration was a tad bit different than I suspected. For some reason the SSL function didn’t work, … Continue reading

Posted in ldap, News | Comments Off on LDAP Configuration for HP Printers and Active Directory

Ricoh and LDAP with Active Directory

Ricoh Multifunctionals working with LDAP to an Active Directory are fun! When it works. I ran into a problem with Ricoh Multifunctionals and the connection to an LDAP server. If you do too at some point run into trouble setting … Continue reading

Posted in Configuration, ldap, News | Comments Off on Ricoh and LDAP with Active Directory