0

I am trying to add account to OpenDS running of windows.
When I tried to add the user, I get the following errors. I am new to OpenDS.
Any tips apprecitated

org.springframework.ldap.UncategorizedLdapException: Operation failed; 
nested exception is javax.naming.NoPermissionException: [LDAP: error code 50 - The entry uid=test@example.com,ou=People,o=Drive,dc=company,dc=com cannot be added due to insufficient access rights];  
remaining name 'uid=test@example.com, ou=People, o=Drive'

Thanks in advance...

jdphenix
  • 15,022
  • 3
  • 41
  • 74
user3308910
  • 1
  • 1
  • 1
  • 1
  • 1
    check your privilege in openDS. – Shriram Mar 24 '14 at 10:46
  • You must `bind()` before you modify. You have to [help us help you](http://stackoverflow.com/help/how-to-ask). As it stands, your question will be put on hold as being *too broad*. – ixe013 Mar 26 '14 at 00:48

1 Answers1

-1

You have insufficient permissions on the account you are using to perform the modify event.

geoffc
  • 4,030
  • 7
  • 44
  • 51