[PHP] OpenLDAP password policy response

2013-07-29 Thread Andrius Kulbis
Hello, I'm trying to pull the password policy response message from ldap_bind() method: password is expiring, password expired etc. While checking the packet content from OpenLDAP after ldap_bind() request, with Wireshark, there is a control hooked to the ldap_bind() response, were the messa

[PHP] OpenLDAP

2006-11-07 Thread Alain Roger
Hi, I want to authenticate user by checking with our LDAP their login and password. For that, i need before to : 1- download LDAP client librairies OpenLDAP or Bind9 2- compile those librairies 3- Compile PHP with option ==> --with-ldap 4- Setup php.ini by removing semi-colon in front of ==> exte

Re: [PHP] OpenLDAP

2006-11-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-11-07 15:57:17 +0100: > Hi, > > where can i find > OpenLDAPfiles > already compiled ? > i've downloaded the tar file, but i do not have a compiler with me... :-*( Ignoring for a while that this is *utterly* off t

[PHP] OpenLDAP

2006-11-07 Thread Alain Roger
Hi, where can i find OpenLDAPfiles already compiled ? i've downloaded the tar file, but i do not have a compiler with me... :-*( thx, Alain

Re: [PHP] php / openLdap

2005-10-27 Thread Björn Bartels
Hello ! ldap_add is expecting an ARRAY OF STRINGS (according to LDAP-specs) as third parameter. but your $info["objectclass"] is an array itself... maybe you try to implode it into one string... cheers, hope that helps... bb >Hello all, > >I have a problem with ldap function :/ > >Here is my ld

[PHP] php / openLdap

2005-10-27 Thread Poil
Hello all, I have a problem with ldap function :/ Here is my ldap : -dc=arzur,dc=local - ou=Annuaire + cn=Benjamin DUPUIS + cn=Emeric GIRARD + cn=Fabrice DEPIL + cn=Fabrice GAUSSEN + cn=Jérôme LE MANSEC + cn=Olivier MAT

Re: [PHP] OpenLDAP+MD5 Passowrds+PHP != Work?

2004-08-30 Thread Steven Hildreth
I have several other apps that are authentication against it and a couple of them do not allow plain (MD5 and CRYPT only). Thanks, Steven On Mon, 30 Aug 2004 20:17:23 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I don't think this will work. Why do you need to MD5 the passwd if you >

Re: [PHP] OpenLDAP+MD5 Passowrds+PHP != Work?

2004-08-30 Thread Saqib . N . Ali
I don't think this will work. Why do you need to MD5 the passwd if you sending it over LDAPS:?? (LDAP over SSL)? Thanks. Saqib Ali http://validate.sf.net Steven Hildreth <[EMAIL PROTECTED]> wrote on 08/30/2004 06:33:32 PM: > Hi, Attempting to connect to an OpenLDAP server to authenticate

[PHP] OpenLDAP+MD5 Passowrds+PHP != Work?

2004-08-30 Thread Steven Hildreth
Hi, Attempting to connect to an OpenLDAP server to authenticate a user, just want to see if the password the user passes is the stored password if true. I can get the LDAP connection to connect to the server, but unless I switch the LDAP server to use only clear I continually get a 'Invalid Credent

Re: [PHP] OpenLDAP Support / Compiling PHP

2001-09-09 Thread David Robley
On Mon, 10 Sep 2001 12:18, Jason Murray wrote: > Hi folks, > > I've just downloaded, configured and installed OpenLDAP from > www.openldap.org. Now I have to recompile PHP to support it, > which is proving interesting. > > http://www.php.net/manual/en/install.configure.php says to > use --with-lda

[PHP] OpenLDAP Support / Compiling PHP

2001-09-09 Thread Jason Murray
Hi folks, I've just downloaded, configured and installed OpenLDAP from www.openldap.org. Now I have to recompile PHP to support it, which is proving interesting. http://www.php.net/manual/en/install.configure.php says to use --with-ldap[=DIR], where "The parameter is the LDAP base install dire