From: Graham B. <gb...@po...> - 2000-08-02 16:43:54
|
You can also find ldap_error_name() ldap_error_text() in the Net::LDAP::Util module. Graham. On Wed, Aug 02, 2000 at 11:33:57AM -0500, Jonathan Leto wrote: > Here is a nice html table of ldap error codes: > > http://leto.net/docs/ldap_error_code.html > > > Luke Kanies (luk...@bl...) was saying: > > > I am using the latest version of Net::LDAP, and I am having a problem--I > > can't seem to successfully perform searches which look for an ou (i.e., > > filter is '(ou=Test Fun)' ). If I try to, then the search fails with > > error code 4. However, if I take the exact same code and only change > > the 'ou' to any other attribute I've tried (e.g., uid, cn, sn), then the > > search works (although it doesn't usually return results). > > > > I have beat my head against this for a while, and I can't seem to find > > any solution. Anyone have any ideas? |