Re: [PHP-DB] Ldap sasl bind(gssapi problem)

2010-03-28 Thread Μανόλης Βλαχάκης
thanks for the advice!! i ll try my luck there On 29 March 2010 01:11, Chris wrote: > ??? wrote: > >> Hallo there everyone, >> after finishing my server side configuration so as to have the >> maximum security >> i tried this morning to do a sasl bind with my ldap server , >> my

Re: [PHP-DB] Ldap sasl bind(gssapi problem)

2010-03-28 Thread Chris
??? wrote: Hallo there everyone, after finishing my server side configuration so as to have the maximum security i tried this morning to do a sasl bind with my ldap server , my file looks like that: *$ldapbind=ldap_sasl_bind($ldapconn,NULL,NULL,"GSSAPI","TEIPIR.GR ","ldapmaster","dn

Re: [PHP-DB] ldap

2004-12-18 Thread it clown
Hi All, I have googled abit and found some info on how to retrieve user info from Active directory but i am getting the following error for some reason: Warning: ldap_search() [function.ldap-search]: Search: Operations error in /srv/www/htdocs/ldap7.php on line 19 Warning: ldap_get_entries(): su

RE: [PHP-DB] ldap

2004-12-18 Thread Bastien Koert
here is something from google http://www.koders.com/php/fid74E4E3B2ACC4C8436DBDE72016503DEB1AC54B47.aspx http://www.wdvl.com/Authoring/Languages/PHP/Pro/ bastien From: "it clown" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] ldap Date: Sat, 18 Dec 2004 10:41:29 +0200 Hi All, How do i

RE: [PHP-DB] Ldap query problem

2004-07-15 Thread Ryan Jameson \(USA\)
\\) which didn't work. Thanks for the response!!! <>< Ryan -Original Message- From: Swan, Nicole [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 4:01 PM To: Ryan Jameson; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Ldap query problem Do you have some code you can provide s

RE: [PHP-DB] Ldap query problem

2004-07-15 Thread Swan, Nicole
Do you have some code you can provide so we can get a better idea of what you're trying to do? My guess is that the filter isn't set up quite right (as in the base dn you're attaching to get the dn is not formatted correctly). What exactly are you trying to achieve? --Nicole ---

RE: [PHP-DB] LDAP?

2002-09-12 Thread Ryan Jameson (USA)
LDAP is a database IMHO... :-) <>< Ryan -Original Message- From: Tony Earnshaw [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:37 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] LDAP? Hi list! Seen a lot of SQL stuff floating by, but my present, consuming interest is Openlda

RE: [PHP-DB] LDAP and special chars

2001-08-09 Thread Michael Rudel
Hi Christian, ... you could urlencode() when inserting and urldecode() on fetching the data. Perhaps this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16 _

Re: [PHP-DB] LDAP php_ldap.dll not loaded

2001-05-10 Thread Philippe Saladin
Thanks to all. I tried "regsvr32 php_ldap.dll", and it says that libsasl.dll was needed. Copied it into winnt\system32, and now it works well. Best regards, Philippe ""Philippe Saladin"" <[EMAIL PROTECTED]> a écrit dans le message news: 9ddln5$7rm$[EMAIL PROTECTED] > IIS4, Win NT PHP405 > > Hi,

RE: [PHP-DB] LDAP

2001-01-24 Thread Chris Andrew
Hi Thomas, You are correct. You need to install ldap (openldap) prior to your PHP install. Don't forget to install the ldap development files if you're installing from rpm's. Then, when you configure your PHP: /configure --with-ldap= ... Chris > -Original Message- > From: Tom [mailto:[