Code Comments
Programming Forum and web based access to our favorite programming groups.Magic > Can V32SendMail function via SMTP send attachment? Done. Regards Pritpal Bedi | a student of software analysis and design http://www.vouchcac.com | Vouch, the software that grows with you http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended Utilities library for Clipper, Xbase++ & xHarbour http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board
Post Follow-up to this messagePritpal Bedi schrieb: > Andreas > > > > > Can you please provide the specific functions and library names. I have > never tried these ones. > > Regards > > Pritpal Bedi | a student of software analysis and design > http://www.vouchcac.com | Vouch, the software that grows with you > http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended > Utilities library for Clipper, Xbase++ & xHarbour > http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board > > Hello Pritpal Bedi, here you can find documentation how the mozilla libraries can be used to contact LDAP from windows. I must admit, that I don't know if this libs can be used from vouch. http://www.mozilla.org/directory/csdk-docs/example.htm Thank you very much Andreas
Post Follow-up to this messageAndreas Moroder > here you can find documentation how the mozilla libraries can be used to > contact LDAP from windows. I must admit, that I don't know if this libs > can be used from vouch. > > http://www.mozilla.org/directory/csdk-docs/example.htm I could not understand the underlying idea for what it is all about. Can you explain for what LDAP is used and is useful. Moreover in this short period, I cannot incorporate it. For next release, I can try. Regards Pritpal Bedi | a student of software analysis and design http://www.vouchcac.com | Vouch, the software that grows with you http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended Utilities library for Clipper, Xbase++ & xHarbour http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board
Post Follow-up to this message> > I could not understand the underlying idea for what it is all about. Can y ou > explain for what LDAP is used and is useful. Moreover in this short period , > I cannot incorporate it. For next release, I can try. > > Regards > > Pritpal Bedi | a student of software analysis and design > http://www.vouchcac.com | Vouch, the software that grows with you > http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended > Utilities library for Clipper, Xbase++ & xHarbour > http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board > > Hello, LDAP is Lightweight Directory Access Protocoll. This is a standard to get from a database informations about users ( group membership and many other informations ). It is also used autenticate users. The following Systems use LDAP Acrive Directory ( is a LDAP with non-standard extensions ) NDS ( Netware ) caen be accessed via LDAP Oracle can be a LDAP server Mozilla, Outlook and openoffice can get directory informations via LDAP. samba can use ldap and many linux/unix systems can store the user and group informations ( and more ) in ldap instead ind passwd or group files The advantage is that many system can use one single authentication and user management database. What could we do in clipper with ldap ? If a applications needs user authentication for certain funciton it could use LDAP to authenticate the users. If the application gives rights to users depending on a group membership it could use ldap to get the needed data. Bye Andreas
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.