Re: [PHP-WIN] LDAP and AD

2007-08-27 Thread Elizabeth Smith
Gustav Wiberg wrote: Hi there! Back to my main problem: I want to achieve this: I'm about to build an Intranet. The company has Windows Server 2003 and IIS 6 installed. They also have active directory. I want to them to able to log in without entering username and password, This can be ach

Re: [PHP-WIN] LDAP and IIS 6

2007-03-12 Thread dsartori
ve not actually done a SASL bind from PHP/IIS :) -zeb -Original Message- From: dsartori [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 2:19 PM To: php-windows@lists.php.net Subject: [PHP-WIN] LDAP and IIS 6 Hello, I am trying to get my certs and LDAP to work for SASL external authe

RE: [PHP-WIN] LDAP and IIS 6

2007-03-12 Thread Bowden, Zeb
: php-windows@lists.php.net Subject: [PHP-WIN] LDAP and IIS 6 Hello, I am trying to get my certs and LDAP to work for SASL external authentication. So far, no luck. My error message and code follow. Some of the documentation for PHP suggests that there is only limited LDAP functionality inc

[PHP-WIN] LDAP and IIS 6

2007-03-12 Thread dsartori
Hello, I am trying to get my certs and LDAP to work for SASL external authentication. So far, no luck. My error message and code follow. Some of the documentation for PHP suggests that there is only limited LDAP functionality included in the default extension (not SASL) and you must recompi

[PHP-WIN] LDAP

2006-06-21 Thread Dale D. Attree
Hi, Has anyone got LDAP for PHP 5 working on IIS? Kind Regards, Dale

[PHP-WIN] LDAP

2006-06-20 Thread Dale D. Attree
Hi guys, I've got my PHP installed now as a module with IIS 5. I am not receiving any errors or warnings except when I call a LDAP function. I have uncommented extension=php_ldap.dll in my php.ini file. I have also copied libeay32.dll and ssleay32.dll to C:\Winnt\System32 What h

[PHP-WIN] LDAP and IIS

2006-06-19 Thread Dale D. Attree
I've got PHP 5.1.4 running as a CGI on IIS 5.0 When I uncomment the following line in my php.ini I get the following message PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_ldap.dll' - The specified module could not be found. in Unknown on line 0 Anyone out ther

Re: [PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-09 Thread Aaron Kenney
t; > > -----Original Message- > From: Aaron Kenney [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 08, 2006 5:30 PM > To: php-windows@lists.php.net > Subject: [PHP-WIN] LDAP newb gets errors against 2003 AD > > So here is the offending code: > > --

RE: [PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-09 Thread Bowden, Zeb
PROTECTED] Sent: Wednesday, March 08, 2006 5:30 PM To: php-windows@lists.php.net Subject: [PHP-WIN] LDAP newb gets errors against 2003 AD So here is the offending code: -- "; echo "ou: " . $info[$i]["ou"][0]; echo "

[PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-08 Thread Aaron Kenney
So here is the offending code: -- "; echo "ou: " . $info[$i]["ou"][0]; echo "mail: " . $info[$i]["mail"][0]; } } else { echo "LDAP bind failed..."; } } ldap_close($ldapconn); ?> -- Here is the result: ---

[PHP-WIN] LDAP:: undefined function: ldap_parse_reference

2004-11-30 Thread Vincent DUPONT
Hi, I'm trying to use the ldap_parse_reference LDAP function. I have the following error message : Fatal error: Call to undefined function: ldap_parse_reference I upgraded PHP from 4.3.4 to 4.3.9 (latest stable) but the problem remains. Other ldap functions like ldap_connect or ldap_search d

[PHP-WIN] Ldap Help for connect to PhPNuke

2004-11-23 Thread eric LUDINART
I'am using PHPNUKE for manage my site but I want to connect it to an LDAP. I can't found Ldap LIBRARY for PHP on net (link isn't avalable). where I can found a Alternative download for it ? If you always have a PhP -> ldap configuration avalable explain me it because, I'am lost thanks eri

[PHP-WIN] ldap and openssl under windows

2004-08-11 Thread Christophe Gesché
I need to test an ldaps connection with a php script running on windows XP. I can't found where I need to place my .pem file -- - Moosh -- php.net -- phpfrance.com === Php & Pear @ Fosdem 2005 === -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] LDAP and GateWay

2004-04-18 Thread sudar
Clean Clean DocumentEmailMicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:"";mso-padding-alt:0in 5.4

RE: [PHP-WIN] LDAP extension hanging Apache

2003-09-22 Thread iforce
PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] LDAP extension hanging Apache probably not helpful but does the php.ini extension_dir variable point to the location of the PHP extension dlls? e.g. c:/php/extensions/ At 04:59 PM 9/22/2003, you wrote: >Oh yeah, forgot to me

RE: [PHP-WIN] LDAP extension hanging Apache

2003-09-22 Thread C-omputerSolutions Webmaster
: Syntax OK Note the errors or messages above, and press the key to exit. -Original Message- From: C-omputerSolutions Webmaster [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 1:55 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] LDAP extension hanging Apache Have you tried running

RE: [PHP-WIN] LDAP extension hanging Apache

2003-09-22 Thread iforce
: Monday, September 22, 2003 1:55 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] LDAP extension hanging Apache Have you tried running the Test Configuration utility that comes with Apache? usually if there is an error it will delineate it for you telling you what line is giving the problem. At 04:29

[PHP-WIN] LDAP extension hanging Apache

2003-09-22 Thread iforce
OS: Win2k SP3 Apache: 1.3.24 PHP: 4.3.2 When I add 'extension=php_ldap.dll' to php.ini and restart the Apache service, it hangs and doesn't restart. No errors appear in error.log and nothing is printed to the console when using Apache's supplied service restart. When I comment out the above extens

[PHP-WIN] LDAP Question

2003-02-09 Thread Craig Roberts
Hey, I'm trying to find out what groups a user is a member of. I have written the following code, which returns the DN of some of the groups: $ldap = ldap_connect("curric-srv"); ldap_bind($ldap, "willik@domain", "(password)"); $sr = ldap_search($ldap, "DC=domain", "cn=98ROBERC"); $data = ldap_ge

[PHP-WIN] LDAP Group Membership - Primary Group not appearing

2003-02-09 Thread Craig Roberts
Hey, I'm trying to find out what groups a user is a member of. I have written the following code, which returns the DN of some of the groups: $ldap = ldap_connect("curric-srv"); ldap_bind($ldap, "willik@domain", "(password)"); $sr = ldap_search($ldap, "DC=domain", "cn=98ROBERC"); $data = ldap_ge

[PHP-WIN] LDAP scripts to read Exchange Server 2000 Contacts

2002-09-18 Thread R.S. Herhuth
I was wondering if anyone knows of any sample scripts that utilize PHP's support for LDAP. Specifically I'm going to be attempting to utilize LDAP to access contact information from the Microsoft Exchange server. It looks like LDAP is just the ticket for this. I was hoping to have a few sample

RE: [PHP-WIN] LDAP...

2002-06-18 Thread Mikey
You don't have to move this dll to your system dir, only to the extensions dir - have you restarted your web server? > -Original Message- > From: Eduards Cauna [mailto:[EMAIL PROTECTED]] > Sent: 18 June 2002 12:17 > To: [EMAIL PROTECTED]> > Subject: Re: [PHP-WIN]

Re: [PHP-WIN] LDAP...

2002-06-18 Thread Eduards Cauna
At 11:45 2002.06.18.l, you wrote: >I'm just experimenting with LDAP... > >[ Windows 2000 Server/IIS/php 4.2.1] > >I've uncommented the php_ldap.dll in my .ini... when I execute the >following simple piece of code it gives me: > >Fatal error: Call to undefined function: ldap_connect() Unfortunate

[PHP-WIN] LDAP...

2002-06-18 Thread Brian McGarvie
I'm just experimenting with LDAP... [ Windows 2000 Server/IIS/php 4.2.1] I've uncommented the php_ldap.dll in my .ini... when I execute the following simple piece of code it gives me: Fatal error: Call to undefined function: ldap_connect() in E:\wwwshell\test\index.php on line 5 What have I

[PHP-WIN] LDAP versus DB

2001-10-03 Thread Paul Meagher
I was wondering if someone could tell me what the advantages are of storing contact info in an LDAP repository are over storing it in, say, a MySQL repository. I am thinking it is mostly a speed and scalability issue - if I have a million people in an LDAP repository and need to find someone in i

[PHP-WIN] LDAP on Windows Producing Memory Error

2001-09-17 Thread Graham Morris
Whenever I uncomment the entension=php_ldap.dll line in php.ini I receive the error 'Invalid Access to Memory Location'. I can't find any reference to this anywhere on the web. I'm running PHP 4.06 and Apache 1.3.20. Any help on this matter would be greatly appreciated. Thanks, Graham Morris [EM

[PHP-WIN] LDAP with SSL

2001-09-10 Thread Sigurd Brinch
Hi, Does anyone know wether the LDAP module delivered with php 4.0.6 is compiled with SSL support, If not, does anyone have one? Regards Sigurd Brinch -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: [PHP-WIN] LDAP and M$ Exchange 5.5 :: It's Not Happening.

2001-05-23 Thread Michael Rudel
t;.$logon_user.") LDAP-ERROR (".$this->errno()."): \"".$this->errmsg()."\"\n"; $message .= $err_msg."\nError located in file \"".$file."\"\non line (".$line.")"; // Send the errormessage to the develope

[PHP-WIN] LDAP and M$ Exchange 5.5 :: It's Not Happening.

2001-05-21 Thread Dickerson, Monty
John, et.al., It appears that to do management of recipients on Exchange Server will require using Microsoft COM and Microsoft ADSI; not just LDAP. Micro$oft embraced and extended LDAP, so that LDAP is a 2nd class protocol that can't do everything. You have to do things the M$ way on M$ produc

[PHP-WIN] LDAP and M$ Exchange 5.5

2001-05-21 Thread Dickerson, Monty
Thanks for this tip! I ran some queries on the Microsoft Support Knowledge Base for Exchange 5.5, but found NO information or examples of how to use LDAP with Exchange to do what you say. Would you point me to a URL, or what keywords to search on, or towards some resources which provide

[PHP-WIN] LDAP By Example

2001-05-11 Thread Dickerson, Monty
HOWDY Can anyone point me toward any opensource projects for an LDAP explorer/client written in php? And/or a book with a good chapter on using LDAP from php (not Hughes' cookbook)? Regards, Monty Dickerson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

[PHP-WIN] LDAP

2001-04-18 Thread Leplanois Emmanuel
I try to use LDAP with PHP. I am able to connect but not to bind ??? extrait du code source : echo "LDAP query test"; echo "Connexion ..."; $ds=ldap_connect("xx.yy.zz.tt"); echo "Résultat de la connexion : ".$ds.""; if ($ds) { $r=ldap_bind($ds); echo "E

RE: [PHP-WIN] LDAP

2001-03-27 Thread Michael Rudel
Hi Antonio, I think M$ has a LDAP-Client, at least if you have a M$-Exchange server. Perhaps this helps ?? Greetinx, Mike > -Original Message- > From: Antonio Lopez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 5:25 PM > To: [EMAIL PROTECTED] > Subject:

[PHP-WIN] LDAP

2001-03-27 Thread Antonio Lopez
In the php.net manual, you can read about the LDAP functions: " You will need to get and compile LDAP client libraries from either the University of Michigan ldap-3.3 package or the Netscape Directory SDK 3.0. " Does have anyone these LDAP client libraries for Windows ? Thankyou!! =

Re: [PHP-WIN] LDAP - Undefined index errors

2001-02-22 Thread Troy Moreland
I found my own answer... Problems: 1. I wasn't authenticating with enough rights to see certain fields. 2. I was getting the error if the field was empty. 3. I wasn't including all the fields in my search parameters. 4. You must use all lowercase when referring to fields. ie givenname, not gi

[PHP-WIN] LDAP - Undefined index errors

2001-02-22 Thread Troy Moreland
I am able to connect and get information from my directory now, thanks to a lot of peoples help! :) I now have a problem returning certain fields. For example, I am able to retrieve dn, surname, mail, and ou. I am NOT able to get givenName, telephoneNumber, title and company. I get the followi

Re: [PHP-WIN] R: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Troy Moreland
r.webhop.org | > \---/ > > > > > -Messaggio originale- > Da: Troy Moreland <[EMAIL PROTECTED]> > A: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Data: giovedì 22 febbraio 2001 16.55 > Oggetto: Re: [PHP-WIN] LDAP Configuration

[PHP-WIN] R: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Giuseppe D'Ambrosio
aggio originale- Da: Troy Moreland <[EMAIL PROTECTED]> A: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Data: giovedì 22 febbraio 2001 16.55 Oggetto: Re: [PHP-WIN] LDAP Configuration >I did download the "big" download. I do have that file and have it in the >correct

Re: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Troy Moreland
I did download the "big" download. I do have that file and have it in the correct directory. The file is called php_ldap.dll. "Ben Cairns" <[EMAIL PROTECTED]> wrote in message 3A94EB49@tech-01">news:3A94EB49@tech-01... > Please ensure that you do actually have the ldap dll, as these do NOT shi

RE: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Ben Cairns
Please ensure that you do actually have the ldap dll, as these do NOT ship with the windows installer. -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMAIL PROTECTED] Web: http://www.intasept.com "MAKING sense of the INFORMATION TECHNOLOG

Re: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Troy Moreland
Same result! : ( "Gonzalo Vera" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I understand that I need to: > > - Uncomment php_ldap.dll extension in PHP.INI <- Done > > - Modify extension_dir in PHP.INI <- Done (C:\PHP\) > > I think this should be c:/php/e

Re: [PHP-WIN] LDAP Configuration

2001-02-22 Thread Gonzalo Vera
> I understand that I need to: > - Uncomment php_ldap.dll extension in PHP.INI <- Done > - Modify extension_dir in PHP.INI <- Done (C:\PHP\) I think this should be c:/php/extensions Take care to use front slashes. Regards, Gonzalo. -- PHP Windows Mailing List (http://www.php.net/) To unsub

[PHP-WIN] LDAP Configuration

2001-02-22 Thread Troy Moreland
I have read many of the articles on how to get the LDAP extension module configured. I'm still having problems. I understand that I need to: - Uncomment php_ldap.dll extension in PHP.INI <- Done - Modify extension_dir in PHP.INI <- Done (C:\PHP\) - Give Full Control to IUSR_(machinename) <- Done