Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ldapmodify: invalid format

807573Jun 28 2005
I ran ldapmodify to modify Domain Organization ACIs

I type ldapmodify -D "cn=Directory Manager"
dn: ou=2007-student,o=xxx.com,dc=xxx,dc=com
changetype: modify
add: aci
aci: (target="ldap:///cn=*,ou=groups,ou=2007-student,o=xxx.com,dc=xxx,dc=com")
(targetattr ="*")
(targetfilter=(objectclass=inetMailGroup))
(version 3.0; acl "Domain Organization Admin User add,delete,write -
product=ims5.0,class=nda,num=202,version=1";
allow (add,write,delete)
groupdn="ldap:///cn=Domain Organization
Administrators,ou=2007-student,o=xxx.com,dc=xxx,dc=com";)

I want to modify Domain Organization ACI's for my Sun MEssaging Server, but when I ran the above command, I'll get this error message

ldapmodify: invalid format (line 5 of entry: ou=2007-student,o=xxx.com,dc=xxx,dc=com)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2005
Added on Jun 28 2005
0 comments
348 views