[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Insufficient access



yihhahaaa, it's working :-)
thanks!

but... I can't get WinNT's Find People to find this entry- it says no
matching...
and in Microsoft Outlook, it's not saying anything at all. The directory is
not even appearing
It works great in pine though :-)

anyone who knows how to make it work in outlook?


> try
>
> ldapadd -f /tmp/newentry -D "cn=Manager, o=ehand, c=se" -W
>
> or whatever rootdn ID you defined in your slapd.conf file.
>
> Success !
>
> Philip
>
> -----Original Message-----
> From: Linh Huynh [mailto:linh@ehand.se]
> Sent: dinsdag 8 augustus 2000 11:51
> To: openldap-software@OpenLDAP.org
> Subject: Insufficient access
>
>
> Hi,
> I can't add new entries to my directory.
> my /usr/local/ldap/ehand.ldif looks like this:
>
> dn: o=ehand, c=se
> o: ehand
> objectclass: organization
>
> dn: ou=co-worker, o=ehand, c=se
> ou: co-worker
> objectclass: ehandunit
>
> dn: cn=Linh Huynh, ou=co-worker, o=ehand, c=se
> cn: Linh Huynh
> sn: Huynh
> mail: linh@ehand.se
> objectclass: person
>
> and I want to add:
>
> /tmp/newentry:
>
> dn: cn=Oskar Ahlberg, ou=co-worker, o=ehand, c=se
> cn: Oskar Ahlberg
> sn: Ahlberg
> mail: oskar.ahlberg@ehand.se
> objectclass: person
>
> [root@mi /tmp]# ldapadd -f /tmp/newentry
> adding new entry cn=Oskar Ahlberg, ou=co-worker, o=ehand, c=se
> ldap_add: Insufficient access
>
>
> Where and what am I doing wrong?
>
> - Linh
>
>
>