
|
[dokuwiki]
||
[Date Prev]
[05-2008 Date Index]
[Date Next]
||
[Thread Prev]
[05-2008 Thread Index]
[Thread Next]
[dokuwiki] Re: Connect Dokuwiki to Lotus Notes
- From: "Gabriel Birke" <Gabriel.Birke@xxxxxxxxx>
- To: <dokuwiki@xxxxxxxxxxxxx>
- Date: Tue, 13 May 2008 12:10:20 +0200
Hi,
I've never used Lotus Notes, but I created an auth module that works with
our CRM software. I can give you some very general hints how to do it:
First, you need some way to exchange data with Notes, queries like "is this
username/password combination correct" or "give me a list of all users". For
this exchange Lotus has to have some kind of interface - the Wikipedia says
that the Lotus server can serve HTTP requests, you can use something like
PEAR HTTPClient for the communication between the wiki code and the Lotus
server. Alternativeley you could use webDAV mount the Lotus DB as a drive
read the data as XML files (http://sourceforge.net/projects/dominodav ).
Maybe there are other, better methods.
For the new auth method you write a new auth class in inc/auth that
subclasses auth_basic and must at least provide the "checkPass" and
"getUserData" methods. Have a look at the existing auth classes to get a
better feel for how it is done.
Greetings,
Gabriel
> -----Original Message-----
> From: dokuwiki-bounce@xxxxxxxxxxxxx
> [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Richard Weickelt
> Sent: Tuesday, May 13, 2008 11:06 AM
> To: dokuwiki@xxxxxxxxxxxxx
> Subject: [dokuwiki] Connect Dokuwiki to Lotus Notes
>
> Hi,
>
> has anyone tried to connect the dokuwiki acl to a lotus
> domino server? I
> want to run a dokuwiki installation and want to grant access
> only to users,
> that have logged in through the lotus notes web interface.
> Does anyone know, if that is possible? I'm very new to lotus notes.
>
> Thx
> Richard
>
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|