windows - Problems with LDIFDE Skipping Users while importing? -
i attempting use ldifde export users, groups, , ous importing different domain. i'm @ stage i'm importing users, , i've noticed problem.
i utilized command export users domain controller:
ldifde -f exportuser.ldf -p subtree -r "(&(objectcategory=person)(objectclass=user)(givenname=*))" -l "cn,givenname,objectclass,samaccountname"
this bare minimum required, because if run command without -l filters, end data wont import, , stops import.
anyways, users out fine script (that is, runs), , import -i -f exportuser.ldf command no problem. however, while importing group membership associations got errors gave me cause closer @ i'd created. wit: command above skipped quite few users in process of export. these range system accounts actual active users, though "hardest" hit ou keep deactivated accounts. not single strange flag goes up, either.
i can't seem find special these various users they'd have in common, i'm still looking. in mean time, thought i'd check see if here had history of ldifde blowing past users.
thanks,
m.
solution:
the filter (givenname=) not handle null values. givenname attribute refers first , last name fields user account (not display name). therefore, if fields have no value, (givenname=) filter users out.
m.
Comments
Post a Comment