Share

WPMU LDAP Plugin

Tracker: Support Requests

5 Question about how to configure - ID: 1759961
Last Update: Settings changed ( doorknobslayer )

Hi,

I'm relatively new to LDAP; I do though have a working auth set up in
Perl. Would anyone, looking at this, be able to advise how the relevant
entries in the WPMU LDAP should appear?

local($ldap) = Net::LDAP->new('ldap.myhost.edu');
local($ldapmsg) =
$ldap->bind("uid=$user,ou=people,dc=myhost,dc=edu",password => $pw );


Robb Shecter ( umdenken ) - 2007-07-24 22:46

5

Closed

None

Nobody/Anonymous

Install Problem (example)

None

Public


Comment ( 1 )




Date: 2007-07-25 13:52
Sender: doorknobslayerProject Admin


I would recommend consulting your LDAP server administrator for connection
information. Most of this information would probably be better gleaned
from them.

It's been a while since I've really played with Perl, but it would
probably be

LDAP Server Address: ldap.myhost.edu
User DN: UID=<$user>,OU=people,DC=myhost,DC=edu
Password: <$pw>

I use "<$foo>" to represent "the value of variable $foo" above. You still
probably need the value for Search DN, which will be the container in which
to search for valid users. Again, consult your LDAP Admin.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2007-07-25 13:52 doorknobslayer
close_date - 2007-07-25 13:52 doorknobslayer