PHP and Novell eGuide

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mchohan
Forum Newbie
Posts: 2
Joined: Fri Aug 20, 2010 8:35 am

PHP and Novell eGuide

Post by mchohan »

Hi,
I've managed to connect to our novell eGuide system via ldap. What's really fustrating me is that I can't get all the information I want. For example, I can get "telephonenumber" and "mail". I can't get "ou", "title" for example.

$nds_stuff = array"ou",""title", "telephonenumber", "mail");
$results = ldap_search($ldap,"", "cn=bobsmith*",$nds_stuff);

Why can't I get to all the items? Are they stored in a different manner? If so can somone give me some pointers?

Thanks,
Mitesh.
Post Reply