--- Tim Blackwell <[EMAIL PROTECTED]> wrote: 
> does anyone out there use php in lotus notes--i'm looking for a function
> that can access the NAB for user authentication.
> 
> thanks,
> 
> tim
> 

There is no easy-peasy way to do this.

Here are a few suggestions of approach though:

-php have a Notes (rather domino) extention. It is still experimental and might
not work as you want as it doesn't have any equivalents of
"view.GetAllDocumentsByKey"

-You can create a web interface that uses fopen/fgets to retive the result of a
web-login to the domino server if it is on the web.

-If the Dominoserver has LDAP enabled, php got a pretty ok LDAP extention. 

-It is also possible to write a COM or LotusAPI interface in C , but that would
be pretty much work, i guess. 

-And at last, you always got the Java interface...


=====
--

Olav Bringedal
jaggu.org

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to