sql_string: SELECT objectclass, cn, mobile, departement, postaladdress, mail, ou, telephonenumber, name, description, givenname, employeenumber, sn, title, dn, roomnumber FROM users WHERE uid='verhamma' ref @resv: iter0 - found: [12] iter1 -- found: [top; person; organizationalPerson; inetOrgPerson; mailRecipient; linpersonlolita; gatewayCcMailUser; gatewayMSMailUser; gatewayPerson; mvgperson; nsCalUser; posixaccount; shadowaccount; inetmailuser; inetlocalmailrecipient] -- found: [VERHAMME, Marc] -- found: [] -- found: [LIN] -- found: [some postal address] -- found: [some emailaddress] -- found: [LIN] -- found: [] -- found: [] -- found: [] -- found: [Marc] -- found: [17258] -- found: [VERHAMME] -- found: [] -- found: [cn="VERHAMME, Marc",ou=Personeel,ou=LIN,o=Vlaanderen,c=BE] -- found: [ ] #### $VAR1 = bless( { 'objectclass' => undef, 'cn' => undef, 'mobile' => undef, 'departement' => undef, 'postaladdress' => undef, 'mail' => undef, 'ou' => undef, 'uid' => 'verhamma', 'telephonenumber' => undef, 'name' => undef, 'description' => undef, 'givenname' => undef, 'employeenumber' => undef, 'sn' => undef, 'title' => undef, 'dn' => undef, 'roomnumber' => undef }, 'MVG::User' );