> What about intergartion of user database to email clients?
In email client you have an option for adding directory server. Mention IP,
Port and search base like dc=yourdomain,dc=com.
Now whenever you check the names it would query for names in LDAP.

> How do you use your address book ? how that works ?

Below is basic ldif format that suits your requirement for just address
book.

     dn: dc=yashpal, dc=nagar
     dc: yashpal
     o: yashpal
     objectclass: organization
     objectclass: dcObject

     dn: cn=dhruv, dc=ldap, dc=dir
     cn: Dhruv Soi
     sn: LDAP Helper
     objectclass: inetorgperson
     mail: [EMAIL PROTECTED]
You can add more schemas like Street Adress, Phone Number etc etc which you
can find in LDAP Browser or can search.

Once you import this to LDAP, it would have an entry for my name. Now from
email client whenever you will try search using search base(here its
dc=yashpal,dc=nagar) it will check the name for display name as sn:(here its
LDAP Helper) and email id as [EMAIL PROTECTED] but its always good to
use Organization Units(ou:) it could be Users and will modify your search
base to  ou=Users,dc=yashpal,dc=nagar

Simple :).....Now please don't ask me whats dn cn sn etc etc Study from
following links, though i have setup 90% of your LDAP.
Rest 10% you can follow the instructions in Attached file. And for knowledge
you can read out of the following links.

http://hints.linuxfromscratch.co.uk/hints/ldap_auth.txt

http://www.linuxjournal.com/article.php?sid=6266

http://66.102.7.104/linux?q=cache:DSlMPWequ7MJ:www.ibiblio.org/pub/Linux/doc
s/HOWTO/other-formats/pdf/LDAP-HOWTO.pdf+installing+Net::LDAP+%2B+perl&hl=en
#26

http://www.gentoo.org/doc/en/ldap-howto.xml

> Though you give me good idea for using it for every authentication fine.
> I will replace Windoz PDC soon then :)
You better should!!!

http://www.google.co.in/search?q=cache:vQOIdGLhTLcJ:www.vcs.u52.k12.me.us/LD
AP/The_SAMBA-LDAP_How-to.pdf+samba-ldap+how+to&hl=en&ie=UTF-8


Anything Else SIR!!!    :)

-Dhruv


_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to