PHP and Novell eGuide
Posted: Fri Aug 20, 2010 8:45 am
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.
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.