When I was looking on the internet for some info about User Profile import in SharePoint 2007 I found the blogpost of Duarte Nobrega about LDAP User Filters. Some examples of the filters are:
Default user filter:
(&(objectCategory=Person)(objectClass=User))
Exclude accounts with no email address:
(&(objectCategory=Person)(objectClass=User)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(mail=*))
Exclude disabled accounts:
(&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2))
Read more at the source.
In a series of posts I shall update you about my experiences with building a Windows 2008 Server with RMS and SharePoint 2007.
I try to install everything on one server. Windows 2008 AD DS is already installed.
When installing RMS on an AD DS server the AD RMS service account, which normally has to be a [...]
Continue reading about SharePoint 2007 and Rights Management Service part 1
For many people working in the business for a long time, like me, it is well known that Pre windows 2000 accounts can not exceed 20 characters. I just thought lets blog about this one time because at the past two customers I installed MOSS farms with I asked the system admins to make to [...]
In this post I told about a problem I had at a customer SharePoint farm with creating MySites. Well, the problem is solved now.
Some profile properties were “required”. In the past these fields were filled automatically from the AD but some of those AD fields did no longer have content. These fields are “optional” now [...]
Continue reading about Problem creating MySites hotfix kb937207 - Follow up

