CodeIgniter Forums
CodeIgniter and LDAP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CodeIgniter and LDAP (/showthread.php?tid=49476)



CodeIgniter and LDAP - El Forum - 02-21-2012

[eluser]lenswipe[/eluser]
Hi guys

Im doing a college project and it involves a large numbers of users for which i need to grab quite a large number of user's details(just whatever i can get anonymously from the LDAP server) does anyone know a way i can pull this info from LDAP using CodeIgniter?

Ive seen many CI/LDAP auth libraries out there but im not wanting to authenticate against LDAP - just pull people's names and emails


Can someone help?

Cheers


CodeIgniter and LDAP - El Forum - 02-21-2012

[eluser]Kamarg[/eluser]
The adLDAP library has a function called info that appears to do what you want.


CodeIgniter and LDAP - El Forum - 02-21-2012

[eluser]CroNiX[/eluser]
http://www.php.net/manual/en/function.ldap-search.php


CodeIgniter and LDAP - El Forum - 02-21-2012

[eluser]lenswipe[/eluser]
[quote author="Kamarg" date="1329837387"]The adLDAP library has a function called info that appears to do what you want.[/quote]

thank you, you are my hero - ill give it a shot!