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
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
: 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
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
Hi,
Has anyone got LDAP for PHP 5 working on IIS?
Kind Regards,
Dale
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
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
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:
>
> --
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 "
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:
---
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
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
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,
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
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
: 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
: 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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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:
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!!
=
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
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
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
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
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
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
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
> 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
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
43 matches
Mail list logo