ldap address book - Home use
Hi:
I have two computers and I want to share the address book. I installed an ldap server and everything works fine, but I want all the users of the two computers to be able to modify and add data.
I want give the write acces to everything to everybody or maybe restricted only by the ip address.
My slapd.conf
**************
allow bind_v2
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd.args
modulepath /usr/lib/ldap
moduleload back_ldbm
backend ldbm
access to *
by * write
database ldbm
suffix "dc=personal,dc=com"
rootdn "cn=Manager,dc=personal,dc=com"
rootpw secret
directory /var/lib/ldap/address
index objectClass eq
index cn eq,su
*******************
But neither with gq or the address book of firefox I am able to modify the data.
How can I open the write acces to everybody?
I am using debian sarge with slapd 2.1.23
Thank you
Federico
Last edited by fariz83; 03-27-2004 at 09:19 PM.
|