Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openldap question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
whschwartz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2004
Posts: 95
Location: Minnesotan living in Colorado

PostPosted: Thu May 13, 2004 8:48 pm    Post subject: openldap question Reply with quote

I'm looking for a way to have one addressbook that I can access from any client (thunderburd on windows, evolution on linux, outlook express, etc..)

It's just tough to keep the same addressbook on all the different systems I use. Would setting up an ldap server on my gentoo system be an easy solution for this? I don't plan to use it for logins right now, just a global address book. Might use login auth from it down the road.
Back to top
View user's profile Send private message
possumjc
Tux's lil' helper
Tux's lil' helper


Joined: 12 Dec 2002
Posts: 75
Location: Charleston, SC

PostPosted: Fri May 14, 2004 12:52 am    Post subject: Reply with quote

whschwartz,
It depends on what you mean by easy :D
I use OpenLDAP as an authentication system on a network of 1200 users. I have not told too many users about using it as an addressbook but I have done so myself. I think that it would work fine for what you want. Setting it up can be a chore sometimes though. I will be glad to help if you decide to go down that road.

Regards,
Joel
Back to top
View user's profile Send private message
whschwartz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2004
Posts: 95
Location: Minnesotan living in Colorado

PostPosted: Fri May 14, 2004 2:49 am    Post subject: Reply with quote

Well it looks like a good option for me plus we've started using ldap at work so the learning experience would be wonderful for me.


I"ve found this post http://www.lula.org/pipermail/lula/2003-June/000498.html which seems helpful and talks about doing exactly what I want.

I have openldap installed on my gentoo system now. Is the stuf in that link a ood place to start or can you lay it out a little better?

The addresbooks I'm looking to combine are:
1. Palm Desktop (this is where most of my non email address data is stored for all my family/friend
2. Mozilla Thunderbird which is ldif already. I made this by using "abook" to convert my mutt address file to abook format then to ldif format to import into thunderbird :)

So basically I'd like to put my palm desktop address book into an ldap database and add in the email addresses I have in thunderbird. Then I can access the data from pretty much any ap on any os platform.
Back to top
View user's profile Send private message
dogghaus
n00b
n00b


Joined: 17 Nov 2003
Posts: 58

PostPosted: Fri May 14, 2004 6:44 am    Post subject: Reply with quote

To answer an already answered question, yes, LDAP works very well as an authentication system and/or address book.

What I would recommend is learning a little about the structure of LDAP before jumping in (especially if it's a production server), such as read/write permissions and schema components especially. The default schemas cover a wide variety of attributes, but in order to get certain things to register in addressbooks you may have to write customized ones or add new schemas. For my Mozilla mail client I had to create a Company attribute that Mozilla could read.

Also, you may want to consider how you will be updating this addressbook. Thunderbird's addressbook (or any mail client I know of) will not update an LDAP directory. There are many excellent open source packages out there that directly interface with an LDAP directory, such as Horde (what I use for mail and addressbook) and Rolodap. You may want to investigate this, so you won't have to run an ldapadd command every time you want to add an address.

If you have any questions, I'll keep an eye on this post and maybe I can help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum