querying edirectory from a remote webserver

This is a discussion on querying edirectory from a remote webserver within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hello, I've spent some time looking at documentation and I haven't found an answer to this question: I'...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-22-2004
Eric White
 
Posts: n/a
Default querying edirectory from a remote webserver

Hello,

I've spent some time looking at documentation and I haven't found an
answer to this question:

I've got a debian box running apache. Can I query an edirectory
server from the debian box?

I've seen some notes about running apache and mod_edir together on a
netware server, but I'd like to set up a situation where users can
login to a remote website and login using their netware credentials.

If it's not obvious I'm also fairly new to this, so any pointers are
more than welcome.

Thanks a lot,

Eric White
  #2 (permalink)  
Old 08-05-2004
Scott Crevier
 
Posts: n/a
Default Re: querying edirectory from a remote webserver

ewhite@ssc.wisc.edu (Eric White) wrote in message news:<7caa77d1.0407220945.315be78@posting.google.c om>...
> I've spent some time looking at documentation and I haven't found an
> answer to this question:
>
> I've got a debian box running apache. Can I query an edirectory
> server from the debian box?


First, install mod_ldap if it's not already there. Second, here's a
snippet from my httpd.conf that I use to accomplish what you're
asking:

<Directory "/PATH/HERE/htdocs/loginhere">
Order allow,deny
allow from all
AuthType Basic
AuthLDAPDereferenceAliases never
AuthName "Wisconsin Web Site"
AuthLDAPAuthoritative on
AuthLDAPURL ldap://LDAP_IP_ADDR_HERE:389/o=XXX
require valid-user
</Directory>

We actually use Novell's eDirectory too, however, Apache doesn't care
what flavor it is; as long as the standard LDAP calls will work.
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:13 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0