I am following the instructions and try to do a simple ldif export with:
ldifde -f filename
and nothing happens, I tried
ldifde -s localhost -t 389 -f filename.ldf
and get the following back, with no data:
Connecting to “localhost”
Logging in as current user
Exporting directory to file filename.ldf
Searching for entries…
The default naming context cannot be found. Using NULL as the search base.
Writing out entries
No Entries found
The command has completed successfully
What am I doing wrong? I want to have the users exported so I can take the .ldf file and dump it into our eDirectory. Help, all this is new for me ADAM, LDIF, LDAP, eDirectory and I am the “expert” that is tasked to get it implemented. If someone could point me in the right direction.
TIA