Hi,
Just wanted to share a tip.
I have a lot of disabled servers accounts, since there is no option to sync only enabled entries (somene said feature ?) I wrote an LDAP query to paste in the "Filters" tab on the sync properties:
(&(&(&(objectclass=computer)(objectcategory=computer)(operatingSystem=*Server*)(cn=*)(objectClass=user)(!(useraccountcontrol:1.2.840.113556.1.4.803:=2)))))
Enjoy...