I'm trying to use the following command:
omldapadd -L ISO8-B -f /tmp/ldiflist
To add 100 users that will be "internet mail users" only. I added one manually then did an omldapsearch to display how an "internet mail user" should look and used that to create my ldiflist file. Unfortunately everytime I ran the command to import my ldiflist file I get the error:
ldap_add: Insufficient access
Do I need to pass along a name/password command line option with omldapadd?
Here's a sample entry from my ldiflist file:
dn: cn="Doe, John", o=Scalix
cn: Doe, John
c: US
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: mhsUser
objectClass: scalixPerson
surname: Doe
givenName: John
mhsORAddresses: S=Doe/G=John/OU1=internet/CN=Doe, John
omInternetAddr: "Doe, John" <jdoe@daltonfoundries.com>
mail: jdoe@daltonfoundries.com
rfc822Mailbox: jdoe@daltonfoundries.com
omAddress: John Doe /internet/CN=Doe, John
omMailnode: internet
omCn: Doe, John
omEmplOrg: Dalton Corporation
-Chris