General Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingGeneral Programming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old April 8th, 2003, 09:49 AM
senech_jf senech_jf is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 1 senech_jf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ldap

Hello,


I have written file to add an entry in a ldap:


<?

// PARAMETRES DE CONNEXION

$server = "mail.marche.be";

$port = "389";

$racine = "dc=marche, dc=be";

$rootdn = "cn=admin, dc=marche, dc=be";

$rootpw = "secret";

$ds=ldap_connect($server);

if ($ds) {

$r=ldap_bind($ds,$rootdn,$rootpw);

// preparation des données

$entry["mailHost"]="citoyen.marche.be";

$entry["mail"]="toto.dupont@marche.be";

$entry["mailMessageStore"]="/var/imap/toto.dupont/";

$entry["mailRoutingAddress"]="toto.dupont@citoyen.marche.be";

$entry["userPassword"]="12345678";

$entry["uid"]="toto.dupont";

$entry["objectClass"][0]="simpleSecurityObject";

$entry["objectClass"][1]="inetLocalMailRecipient";

$entry["objetcClass"][2]="qmailuser";

$entry["mailLocalAddress"]="toto.dupont@marche.be";


// AJOUT DE LA NOUVELLE ENTREE DANS LDAP

$r=ldap_add($ds, "ou=Citoyens, ou=People, dc=marche, dc=be", $entry);

echo ldap_error($ds);

ldap_close($ds);

}

else

{

echo "Connexion au serveur LDAP impossible";

}

?>

But I have the error messages :

Warning: LDAP: add operation could not be completed. in sites/test/html/ldap/ajout2.php on line 46

No such object

What does it mean ?

What is it of ?

Thanks

JF

JF

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingGeneral Programming Help > ldap


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway