[imp] IMP Contact List in LDAP: impaddr

Alf Jiwa ajiwa@softsett.com
Tue, 28 Aug 2001 17:37:08 -0700


Thanks Walt, that was the problem exactly.

I have some additional questions though:

I'm assuming "cn=Directory Manager" should be replaced with whatever I have
specified in my slapd.conf as rootdn.

(BTW can I use any parameter associated with the rootdn like it's cn or uid?
or does it have to be whatever is in the slapd.conf?)

>From slapd.conf:
rootpw    {crypt}unreadabletext

If I change it to:
rootpw secret

and specify -w "secret" along with my ldapsearch it works fine.

How can I specify an encrypted password on the command line ?
What controls who has rights to see 'protected fields' ?
How do you protect/unprotect fields ?

Alf Jiwa
ajiwa@softsett.com

----- Original Message -----
From: "Walter R. Moore" <moorewr@eckerd.edu>
To: <imp@lists.horde.org>
Sent: Tuesday, August 28, 2001 5:15 PM
Subject: Re: [imp] IMP Contact List in LDAP: impaddr


It looks like, from your message, that you aren't binding as the
Directory Manager or another user with rights to see protected fields in
their ldap entry. Try binding as Directory Manager with -D...

ex.:

ldapsearch -D "cn=Directory Manager" -b "data=imp,uid=user,dc=domain,dc=com"
objectclass=* -L

Apologies if you'd just omitted that part of the command for brevity.

Alf Jiwa wrote:

>I'm trying to move users' personal contact lists from one server to
another.
>
>ldapsearch -b "data=imp,uid=user,dc=domain,dc=com" objectclass=* -L
>
>I was expecting to see a bunch of impaddr attributes with values in the
form
>of address|nickname|fullname
>
>My default.php3 file shows:
>
>$default->db_address_table = "impaddr";
>
>But I can find no impaddr attribute when I perform with ldapsearch above.
>
>IMP seems to be able to find them, because it displays the addresses as
>entered. Why can't I?
>
>Any ideas?
>
>Alf Jiwa
>ajiwa@softsett.com
>
>



--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org