phpadadmin
I have had an unusually high number of Emails / Comment regarding phpadadmin recently. Which has been quite refreshing to think people are still using it (or trying to). Conincidentnally the domain phpadadmin.com is about to lapse which, I'm going to let happen. I'm going to start phpadadmin up again and this time utilise the adLDAP project instead of my own AD class. I wrote my own last time basically as a learning excercise, quite looking forward to the whole thing actually as my role at
work becomes more less and less techinical its always good to keep you hand in. Just need to decide where to write about the thing, will probably be either a google site or a category on here.
James,
ReplyDeleteI was wondering if your phpadadmin is available for download again? I have been struggling with a web based helpdesk call oneorzero. Someone there has written a mod to the site which allows you to import users from an AD but I am getting a password error with valid uers. I looked through his code and he is using MD5, is this correct as I thought AD used MS-CHAP?
I have posted a help request on their forum but haven't had a reply in a couple of days. I was wondering if I examined your code I might be able to fathom out the problem. If I can't get it to work I will have to knock it on the head.
Thanks
Paul
I think what your after is way to authenticate your web app against AD ?
ReplyDeleteIn which case all you need to is use the php ldap module to connect to your AD using a username and password supplied by a web form. AD uses Kerberos to Hash the passwords .
If you want my code to change passwords etc, its here
http://code.google.com/p/phpadadmin/source/browse/trunk/application/v0.5/classes/phpadadmin0.5.php
Give me a shout if you get help.
James,
ReplyDeleteI was wondering if your phpadadmin is available for download again? I have been struggling with a web based helpdesk call oneorzero. Someone there has written a mod to the site which allows you to import users from an AD but I am getting a password error with valid uers. I looked through his code and he is using MD5, is this correct as I thought AD used MS-CHAP?
I have posted a help request on their forum but haven't had a reply in a couple of days. I was wondering if I examined your code I might be able to fathom out the problem. If I can't get it to work I will have to knock it on the head.
Thanks
Paul
I think what your after is way to authenticate your web app against AD ?
ReplyDeleteIn which case all you need to is use the php ldap module to connect to your AD using a username and password supplied by a web form. AD uses Kerberos to Hash the passwords .
If you want my code to change passwords etc, its here
http://code.google.com/p/phpadadmin/source/browse/trunk/application/v0.5/classes/phpadadmin0.5.php
Give me a shout if you get help.
Hi James,
ReplyDeleteI have been searching for quite a while, and still I keep coming back to php-ad-admin as being the most useful tool I have found so far.
I have successfully installed v0.321. Both v0.321-a and v0.4 at sourceforge and goole appear to be corrupt zip files.
I thought I would grab v0.5 straight from the SVN from Google.
Since your website has discontinued, I am guessing the whole install procedure.
I have created a MySQL DB, and executed the script to create all the tables.
I have edited phpadadmin0.5.php and added my details of dc, fqdn, usernames and passwords for ldap and db name and creds for MySql.
I edited php.ini and added MCRYPT.
When I run index.php, I get this error:
Notice: Undefined index: JHOLMES in D:\inetpub\wwwroot\v0.5\classes\phpadadmin0.5.php on line 284
Your domain JHOLMES has not been found in the configuration
Do you have any clues about this one? Even if I revert back to the original phpadadmin0.5.php, with the default creds and domain.com details, I still get the same error. (I expected an error to say my domain isn't domain.com)
Hope you have some clues for me.
Kind Regards,
Jonathan.
Hi James,
ReplyDeleteI have been searching for quite a while, and still I keep coming back to php-ad-admin as being the most useful tool I have found so far.
I have successfully installed v0.321. Both v0.321-a and v0.4 at sourceforge and goole appear to be corrupt zip files.
I thought I would grab v0.5 straight from the SVN from Google.
Since your website has discontinued, I am guessing the whole install procedure.
I have created a MySQL DB, and executed the script to create all the tables.
I have edited phpadadmin0.5.php and added my details of dc, fqdn, usernames and passwords for ldap and db name and creds for MySql.
I edited php.ini and added MCRYPT.
When I run index.php, I get this error:
Notice: Undefined index: JHOLMES in D:inetpubwwwrootv0.5classesphpadadmin0.5.php on line 284
Your domain JHOLMES has not been found in the configuration
Do you have any clues about this one? Even if I revert back to the original phpadadmin0.5.php, with the default creds and domain.com details, I still get the same error. (I expected an error to say my domain isn't domain.com)
Hope you have some clues for me.
Kind Regards,
Jonathan.