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

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 dmag...@gmail.com 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

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

2010-03-26 Thread Μανόλης Βλαχάκης
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

[PHP-DB] LDAP: get list of ou

2009-04-20 Thread Mark Zimmermann
Hello, i am working with a LDAP tree like this. o=tree ou=de user1 user2 user3 ou=en ou=ignore.me ou=us I wish to get a list of all 'ou' entries and one of their attributes, not the users one. I have no idea, how

[PHP-DB] ldap

2004-12-18 Thread it clown
Hi All, How do i retreive info with php from w2k active directory. I am running php from a linux box connecting to a windows 2000 domain controller.It seems asif i can connect to w2k but i have noidea how to retreive the list of users.How would i do that? ?php $ldaphost =

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

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():

[PHP-DB] Ldap query problem

2004-07-15 Thread Ryan Jameson
My LDAP queries seem to have a problem with parenthesis, does anyone know how to fix this? Example... Criteria cn=Ryan Jameson* works fine returning user with cn=Ryan Jameson (MyDomain) But... Criteria cn=Ryan Jameson (MyDomain) returns nothing. :-\ Ryan -- PHP Database Mailing List

RE: [PHP-DB] Ldap query problem

2004-07-15 Thread Swan, Nicole
--- Nicole Swan Web Programming Specialist Carroll College CCIT (406)447-4310 -Original Message- From: Ryan Jameson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 3:46 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Ldap query problem My LDAP queries seem to have a problem

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 so we can get

[PHP-DB] ldap api synchronous but no timeout

2004-01-16 Thread Alban Médici (NetCentrex)
Hi all, I got a matter: I'm developping daemon in php stand alone mode. My application is designed to send same object on both ldap server (sort of replication) But once connected and bind on both server, I treat some ldap commands and IF one of the servers crash (simulating a network failure by

[PHP-DB] LDAP connexions

2003-09-16 Thread BENARD Jean-philippe
Hi! I need some information about php LDAP capabilities. I'm interested in managing LDAP connexions as ora_plogon manage the ORACLE ones. Theses connexions are used in order to manipulate the database (not only for authentications). We must be sure that there are too many connexions created and

[PHP-DB] LDAP using login form

2003-04-01 Thread Jason End
Could someone point me to an example script using ldap authentication but where logins are entered through a form rather than an http pop-up challenge. I can only find exmaples of the latter, and I'm not sure how to keep the user logged in with the former. thanks, J

[PHP-DB] LDAP?

2002-09-12 Thread Tony Earnshaw
Hi list! Seen a lot of SQL stuff floating by, but my present, consuming interest is Openldap. Is this the right list, or should I subscribe to any other list? Best, Tony -- Tony Earnshaw Tha can allway tell a Yorkshireman, but tha canna tell 'im much. e-post: [EMAIL PROTECTED]

[PHP-DB] LDAP multiple actions in modify?

2001-10-18 Thread Matt McFarlane
Using jsp I can create an array of multiple actions and pass them to an ldap server as one request. Is there a way to do this using php. Specifically I need to perform a delete action on userPassword where value=oldPassword and an add action passing userPassword and value=newPassword. The

RE: [PHP-DB] LDAP and special chars

2001-08-09 Thread Michael Rudel
___ -Original Message- From: Christian Chateauvieux [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 5:59 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] LDAP and special chars Hello, I am working with PHP 4.0.6 and OpenLDAP 2.0.11. I encounter problems when modifying

[PHP-DB] LDAP and special chars

2001-08-08 Thread Christian Chateauvieux
Hello, I am working with PHP 4.0.6 and OpenLDAP 2.0.11. I encounter problems when modifying some entries with attributes containing special chars (such as å, ø...). The error returned by the LDAP server is invalid syntax. I have read some documentation about this. OpenLDAP can accept

[PHP-DB] LDAP : retrieving structure

2001-05-03 Thread Gianluca M
Hi , I need to ask how to retrieving a LDAP db structure. I've reached this point: making a serach by ONE_LEVEL, and retrievind all objects in the first level using a base DN... after that , how i can see each structure of theese objects in their sub-levels? i've tried with a ldap_first_entry(

[PHP-DB] LDAP

2001-01-24 Thread Tom
Hello all, I've got a problem with PHP and LDAP. Every times, i want to connect to the serveur: I've got an error. It's "call to undefined funcion ldap_connect" ! I have tried the php manual example but the error is the same... I think i've forget to put something like ./configure --ldap chen i

RE: [PHP-DB] LDAP

2001-01-24 Thread Chris Andrew
... Chris -Original Message- From: Tom [mailto:[EMAIL PROTECTED]] Sent: 24 January 2001 11:56 To: [EMAIL PROTECTED] Subject: [PHP-DB] LDAP Hello all, I've got a problem with PHP and LDAP. Every times, i want to connect to the serveur: I've got an error. It's "call to unde