Add members to group with ldifde

S

SP

I am trying to add members to groups using the ldifde uitility and I 2
different error.

A)
dn: CN=All Domino Developers,OU=DominoGroups,DC=mycompany,DC=com
changetype: modify
add: member
member:"CN=DonWa,OU=Users - Active,DC=mycompany,DC=com"

results in the following error:
Loading entries
There is a syntax error in the input file
Failed on line 4. The last token starts with '"'.
The change-modify entry is missing the terminator '-'.
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.

B)
dn: CN=All Domino Developers,OU=DominoGroups,DC=mycompany,DC=com
changetype: modify
add: member
member:"CN=DonWa,OU=Users - Active,DC=mycompany,DC=com"
-

results in the following error:
Loading entries
1: CN=All Domino Developers,OU=DominoGroups,DC=mycompany,DC=com

Add error on line 1: Invalid DN Syntax
The server side error is "The parameter is incorrect."
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.


Am I missing something here in the format.

Thanks
Sal
 

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

Top