>At 09:46 27/01/2003 -0600, Jonathan Angliss wrote: >>Hello Dan, >>On Monday, January 27, 2003, Dan HINCKLEY wrote... >> >> > Has anyone managed a setup to permit accessing email addresses from an MS >> > SQL 7 DB, using the Addresses button in Compose? Writing the PHP >> > mssql_connect and getting results isn't too hard (I'm a php novice) but I >> > cannot see how to make the results available via the Compose window etc., >> > even after reading through the addressbook.php code, etc. >> >> Have you read the doc/db-backend.txt file? It gives details on how to >> put the addressbook into a database system. > >I don't want to use the DB for people to keep their addresses, only to have >users be able to read from it.
This is what LDAP is for. You might find that it reads the db faster since the write is so bulky, which is the idea behind it. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
