|
From: JOYDEEP <j.b...@un...> - 2007-06-29 09:00:06
|
Ralf Becker wrote: > Hi, > > you have not added the ACL, but you have access problems, where do you > think they come from ;-) > The addressbook is trying to add like cn=default,ou=shared,ou=contacts,ou=contacts,virtualDomain=opendingo.com,dc=suse,dc=ldap here note the first 3 entries cn=default,ou=shared,ou=contacts where I have ou=contacts,virtualDomain=opendingo.com,dc=suse,dc=ldap so addressbiik is trying to add one more ou=contacts here. I am confused here. more over the ldap I have for addressbook is dn: ou=contacts,virtualDomain=kolkata.opendingo.com,dc=suse,dc=ldap ou: contacts objectClass: organizationalUnit objectClass: top is it ok for holding the address book ? the ACL I have are ============================== access to dn.base="" by * read access to dn.base="cn=Subschema" by * read access to attr=userPassword,userPKCS12 by self write by * auth access to attr=shadowLastChange by self write by * read access to * by * read ===================================== I am really fade up :-( > Ralf > > JOYDEEP schrieb: > >> Dear list, >> >> when I try to save new records in addressbook, it gives an error like >> >> ==================================== >> Error saving the contact !!! Insufficient access: so_ldap: 506 >> ==================================== >> >> >From log I can see the below >> >> ========================================== >> Jun 28 12:26:56 lvps87-230-8-228 slapd[9238]: conn=302 op=5 ADD >> dn="uid=3d0180d66321b801307d42c2ac5c3a9b,cn=default,ou=shared,ou=contacts,ou=contacts,virtualDomain=opendingo.com,dc=suse,dc=ldap" >> Jun 28 12:26:56 lvps87-230-8-228 slapd[9238]: conn=302 op=5 RESULT >> tag=105 err=50 text=no write access to parent >> ============================================================== >> >> so it added one more ou=contacts >> ( >> cn=default,ou=shared,ou=contacts,ou=contacts,virtualDomain=opendingo.com,dc=suse,dc=ldap" >> ) >> >> I already have inetOrgperson.schem in my slapd.conf and only the default >> ACL access which ae already defined in the suse slapd.conf >> I hv not added any modified ACL settings. >> >> my ldap structure. >> >> ------------------------------------------------ >> ######## base dn ########### >> dn: dc=suse,dc=ldap >> objectClass: dcObject >> objectClass: organization >> objectClass: top >> dc: suse >> o: suse.ldap >> >> ######## first domain ######### >> dn: virtualDomain=kolkata.opendingo.com,dc=suse,dc=ldap >> virtualDomain: kolkata.opendingo.com >> postfixTransport: virtual: >> objectClass: NimelVirtualDomain >> >> ############ user on first domain ########## >> dn: ou=users,virtualDomain=kolkata.opendingo.com,dc=suse,dc=ldap >> ou: users >> objectClass: organizationalUnit >> objectClass: top >> >> ########## group on first domain ############ >> dn: ou=groups,virtualDomain=kolkata.opendingo.com,dc=suse,dc=ldap >> ou: groups >> objectClass: organizationalUnit >> objectClass: top >> >> ######### address book #################### >> dn: ou=contacts,virtualDomain=kolkata.opendingo.com,dc=suse,dc=ldap >> ou: contacts >> objectClass: organizationalUnit >> objectClass: top >> ------------------------------------------------------------------- >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> eGroupWare-users mailing list >> eGr...@li... >> https://lists.sourceforge.net/lists/listinfo/egroupware-users >> > > |