Re: [PHP] PHP and Active Directory

2005-10-03 Thread Rory Browne
Check out the user contributed notes on the manual page - www.php.net/ldap A few of them refer to Active Directory. If you installed PHP from source, then you need to install OpenLDAP or some other ldap package to get the client libraries. If you installed PHP from packages, then you need

[PHP] PHP and Active Directory

2005-09-29 Thread Miretsky, Anya
Hi, How do I connect a php script running on linux with Active Directory on a windows machine? I would like to have my php script autmotatically read email addresses from the AD server. Can this be done? I've found a bunch of ldap functions for php but they seem to require ldap to be installed

Re: [PHP] PHP and Active Directory

2005-08-15 Thread Rory Browne
On 8/11/05, xfedex [EMAIL PROTECTED] wrote: My non-sense answers pointed you to the LDAP functions for use with Active Directory. That is very constructive until you ask for something more specific. Jay, I was specting something like: Yes, i have php to authenticate against AD, and

Re: [PHP] PHP and Active Directory

2005-08-12 Thread cron
] PHP and Active Directory Is this something you're looking for? _http://www.phpfreaks.com/scripts/User_Authentication/16.php_ (http://www.phpfreaks.com/scripts/User_Authentication/16.php) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Active Directory

2005-08-12 Thread xfedex
Is this something you're looking for? http://www.phpfreaks.com/scripts/User_Authentication/16.php Thanks, if i try one, i let you now Saludos! xfedex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Active Directory

2005-08-12 Thread xfedex
Some years ago i did this with ASP and a VB activex component i belive you can access a Activex from php. Angelo Maybe, but i prefer to get away as much i can from Activex.just to think about it makes me shiver =P Saludos! xfedex -- PHP General Mailing List (http://www.php.net/) To

[PHP] PHP and Active Directory

2005-08-11 Thread xfedex
Hi, Have someone make PHP to authenticate against AD? Any comment, suggestion will be greatly appreciated. Thanks, pancarne. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Jay Blanchard
[snip] Have someone make PHP to authenticate against AD? Any comment, suggestion will be greatly appreciated. [/snip] Are you, at all, familiar with TFM? http://www.php.net/ldap -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Nathan Tobik
Here is a php class for Active Directory: http://adldap.sourceforge.net/ Nate Tobik (412)661-5700 x206 VigilantMinds -Original Message- From: xfedex [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 2:41 PM To: php-general@lists.php.net Subject: [PHP] PHP and Active Directory

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
[snip] Have someone make PHP to authenticate against AD? Any comment, suggestion will be greatly appreciated. [/snip] Are you, at all, familiar with TFM? TFM?.m no, can you tell me where to start? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Jay Blanchard
[snip] Are you, at all, familiar with TFM? TFM?.m no, can you tell me where to start? [/snip] You can start by RTFM and STFW and STFA. I gave you a link in the last e-mail. Here is another... http://catb.org/~esr/faqs/smart-questions.html -- PHP General Mailing List

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
[snip] Are you, at all, familiar with TFM? TFM?.m no, can you tell me where to start? [/snip] You can start by RTFM and STFW and STFA. I gave you a link in the last e-mail. Here is another... http://catb.org/~esr/faqs/smart-questions.html Sorry, dont have time for this

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Jay Blanchard
[snip] Sorry, dont have time for this right now...Anyway, thanks for your answer! [/snip] You don't have time to read the manual? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Active Directory

2005-08-11 Thread John Nichel
xfedex wrote: [snip] Are you, at all, familiar with TFM? TFM?.m no, can you tell me where to start? [/snip] You can start by RTFM and STFW and STFA. I gave you a link in the last e-mail. Here is another... http://catb.org/~esr/faqs/smart-questions.html Sorry, dont have time

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
[snip] Sorry, dont have time for this right now...Anyway, thanks for your answer! [/snip] You don't have time to read the manual? Jay, maybe this way you can understand my first question: IF (have you been able to make PHP to authenticate against AD) { echo $comments; //Only

Re: [PHP] PHP and Active Directory

2005-08-11 Thread John Nichel
xfedex wrote: snip who cares Welcome to /dev/null I hope you enjoy your stay. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Jay Blanchard
[snip] So, if you dont have any 'constructive' comment, suggestion or experience, please dont reply. English (as you can read) is no my native language, so I lost a lot of (precious) time repling your non-sense answers. [/snip] My non-sense answers pointed you to the LDAP functions for use with

Re: [PHP] PHP and Active Directory

2005-08-11 Thread tg-php
Just to clearify what you're trying to do. Maybe LDAP (or the ADLDAP? suggestion) isn't what you need. Are you trying to have a user type their username and password into a web form and have PHP pass that information to an active directory server? Or are you trying to make sure that the user

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
My non-sense answers pointed you to the LDAP functions for use with Active Directory. That is very constructive until you ask for something more specific. Jay, I was specting something like: Yes, i have php to authenticate against AD, and i can say that is easy/hard. I make it work using

RE: [PHP] PHP and Active Directory

2005-08-11 Thread Jay Blanchard
[snip] Yes, i have php to authenticate against AD, and i can say that is easy/hard. I make it work using LDAP (http://www.php.net/ldap) [/snip] If that is what you were expecting you didn't read my original reply... [quote] Are you, at all, familiar with TFM? http://www.php.net/ldap [/quote]

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
Just to clearify what you're trying to do. Maybe LDAP (or the ADLDAP? suggestion) isn't what you need. Are you trying to have a user type their username and password into a web form and have PHP pass that information to an active directory server? Or are you trying to make sure that

Re: [PHP] PHP and Active Directory

2005-08-11 Thread Jochem Maas
Jay Blanchard wrote: [snip] Yes, i have php to authenticate against AD, and i can say that is easy/hard. I make it work using LDAP (http://www.php.net/ldap) [/snip] If that is what you were expecting you didn't read my original reply... [quote] Are you, at all, familiar with TFM? Jay, in

Re: [PHP] PHP and Active Directory

2005-08-11 Thread Esteamedpw
Is this something you're looking for? _http://www.phpfreaks.com/scripts/User_Authentication/16.php_ (http://www.phpfreaks.com/scripts/User_Authentication/16.php)