Add members to group with ldifde

  • Thread starter Thread starter SP
  • Start date Start date
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
 
Back
Top