Hi I want to import a ldifde file but I get the following error:
:\Documents and Settings\rhof>ldifde -i -k -f users.ldf
Connecting to "server1.terracumula.local"
Logging in as current user using SSPI
Importing directory from file "users.ldf"
Loading entries.
Add error on line 1: Unwilling To Perform
The server side error is "Access to the attribute is not permitted because the a
ttribute is owned by the Security Accounts Manager (SAM)."
0 entries modified successfully.
An error has occurred in the program
No log files were written. In order to generate a log file, please
specify the log file path via the -j option.
I have used the following command to export the file:
ldifde -f users.ldf -s testserver -r "(objectClass=user)"
Can someone please tell me what I am doing wrong?
:\Documents and Settings\rhof>ldifde -i -k -f users.ldf
Connecting to "server1.terracumula.local"
Logging in as current user using SSPI
Importing directory from file "users.ldf"
Loading entries.
Add error on line 1: Unwilling To Perform
The server side error is "Access to the attribute is not permitted because the a
ttribute is owned by the Security Accounts Manager (SAM)."
0 entries modified successfully.
An error has occurred in the program
No log files were written. In order to generate a log file, please
specify the log file path via the -j option.
I have used the following command to export the file:
ldifde -f users.ldf -s testserver -r "(objectClass=user)"
Can someone please tell me what I am doing wrong?