dynamik wrote: What are you trying to do with the -r filter? (I'm not that familiar with this command) Do you get results with just: ldifde -f c:\exportgroup.ldf -d "ou=bjaxx,dc=bjaxx,dc=net" -p subtree Here's a reference, for anyone interested: http://support.microsoft.com/kb/237677
objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=mydomain,DC=com
dynamik wrote: Try replacing < and > in your -r string with ( and ). If you look at the file that was generated with -p subtree, you'll see:objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=mydomain,DC=com for group objects, so it look like's the string is correct.
undomiel wrote: Because lots of programmers believe that you'll use their utility as they designed it! They have narrow expectations of how errors will occur due to this so they only have very narrow error handling. Emphasis on "they" by the way.