User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 402,430 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,939 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1113 | Replies: 0
Reply
Join Date: Jul 2005
Posts: 5
Reputation: NilovSerge is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
NilovSerge NilovSerge is offline Offline
Newbie Poster

Help read datas from LDAP by PHP.

  #1  
Dec 20th, 2005
Hi!
In LDAP base I have some attrs by hierarchy:
cn=attributes,cn=stubs,cn=lookups,cn=domain

Inside this node there is a list objects: cn=PhysDevName, cn=LogDevName, cn=Location...
I read to read them in an array I do:
...
$ds=ldap_connect("localhost",389); // must be a valid LDAP server!
if ($ds) {
if (ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)) {
echo "Using LDAPv3<br>";
} else {
echo "Failed to set protocol version to 3";
}

$r=ldap_bind($ds,'cn=Manager,cn=NEXTcam','password');

$sr=ldap_list($ds, 'cn=attributes,cn=stubs,cn=lookups,cn=domain','cn=PhysDevName');
I get Warning: ldap_list(): Search: No such object in d:\my work\web\cm\_ldap_test.php on line 63
And how Ihave I to write hierarchy and filter to get all the list or part of it?
I tried some variants with filtrs like 'cn=Phys*', 'cn=*' but it fails all the same.
How have I to do?
LDAP itself was installed normally The base was loaded As I understand if the server was installed
with errors in my script I will have errors before ldap_list(?
In attachment file with server printscreen
Thanks in advance,
Nilov Serge
Attached Images
File Type: gif printscreen.gif (49.1 KB, 2 views)
AddThis Social Bookmark Button
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb PHP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 2:28 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC