in reply to Re^2: DBD::LDAP and Class::DBI situation
in thread DBD::LDAP and Class::DBI situation

It occurs to me that IIRC UID is the default naming attribute of inetOrgPerson objects in Netscape. You could try creating an object named with a cn rather than a UID to see if theres an undocumented assumption there.

g0n, backpropagated monk
  • Comment on Re^3: DBD::LDAP and Class::DBI situation

Replies are listed 'Best First'.
Re^4: DBD::LDAP and Class::DBI situation
by insaniac (Friar) on Apr 07, 2005 at 15:07 UTC
    well... when i search on cn, it does something like: SELECT uid FROM users WHERE cn ....

    When i do  __PACKAGE__->columns(id => "cn") in the MVG::User class, it doesn't return anything at all!
    but thanks anyway..

    to ask a question is a moment of shame
    to remain ignorant is a lifelong shame