[phplib] ct_ldap.inc use of $id_ From: Brent J. Nordquist (bjn <email protected>)
Date: 02/17/01

Hello,

The current version of IMP uses PHPLIB for its sessions. We've had
several users asking about using LDAP for session storage; it seems this
hasn't come up before.

The issue is that ct_ldap.inc seems to be expecting $id_ to be defined in
several places:

        $dn = "cn=$id_$name, ".$this->basedn;

however, none of the PHPLIB code defines that. I'm unclear what it is
supposed to be for; the documentation at

http://phplib.netuse.de/documentation/documentation-3.html#ss3.7

doesn't mention it. Anyone know what this variable is for? And if
someone can point me to existing code that uses ct_ldap.inc (for
comparison) I'd be most grateful. Thanks much.

-- 
Brent J. Nordquist <bjn <email protected>>
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>