SunQuest
           Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old November 2nd, 2004, 02:23 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
modifying password in active directory

im using PHP4 for windows and im trying to create a user in an Active Directory (win2k). I succeeded in doing so but the only problem is changing the password. It always says "server unwilling to perform...". Can you help me solve this problem....
------------------
HERE'S THE CODE which i got from other site:

$ldap = "somevalidconnection"

$newPassword = "somepassword";
$newPass = "";
// create the unicode password
$newPassword = """ . $newPassword . """;
$len = strlen($newPassword);
for ($i = 0; $i < $len; $i++)
$newPass .= "{$newPassword{$i}}00";
)è$J·è$J·rd = $newPass;

$entry["unicodePwd"] = $newPassword;

$dn = "someDN";

ldap_mod_replace($ldap, $dn, $entry))
------------------

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > modifying password in active directory


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 1 hosted by Hostway