LDIFDE question

M

Martin P.

Hi,

I need to modify all contacts in some of my OU's and intend to use the
LDIFDE util.

The OU i need to modify is Employee and it is located at domain xxx.local >
Users > Recipients > Employee

My LDIFDE string look like this :

ldifde -f employee.ldf -s nina -d "ou=Employee,dc=xxx,d
c=local"-psubtree-r"(objectCategory=CN=Employee,CN=Recipients,CN=Users,D
C=xxx,DC=local)"

The output I get from executing that is :

Connecting to "nina"
Logging in as current user using SSPI
Exporting directory to file employee.ldf
Searching for entries...
Writing out entries
No Entries found

The command has completed successfully

What can be the problem?



Regards,

Martin
 
T

Tomasz Onyszko

Martin said:
Hi,

I need to modify all contacts in some of my OU's and intend to use the
LDIFDE util.

The OU i need to modify is Employee and it is located at domain xxx.local >
Users > Recipients > Employee

My LDIFDE string look like this :

ldifde -f employee.ldf -s nina -d "ou=Employee,dc=xxx,d
c=local"-psubtree-r"(objectCategory=CN=Employee,CN=Recipients,CN=Users,D
C=xxx,DC=local)"
Try (objectCategory=Person) as a filter
 
S

Simon Geary

ldifde will perform an export from AD by default so if you want to modify
something using that employee.ldf file you are going to have to specify
the -i switch to enable import mode.
 
M

Martin P.

Simon Geary said:
ldifde will perform an export from AD by default so if you want to modify
something using that employee.ldf file you are going to have to specify
the -i switch to enable import mode.

Sorry I know, I just have to export first :)

Regards,

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top