Re: [fw-general] Zend_Ldap bind errors

2012-01-19 Thread Henry Umansky
) would be to wrap your search call in try/catch > to trap the Zend_Ldap_Exception that is raised and maybe try making the > request 2 or 3 times? > > Regards, > > Narinder. > -- > > > > On 19/01/2012 15:54, "Henry Umansky" wrote: > >> Hello all, >>

[fw-general] Zend_Ldap bind errors

2012-01-19 Thread Henry Umansky
Hello all, Not sure how to troubleshoot this problem, perhaps you can offer me some assistance. I have a page that does a simple LDAP lookup using Zend_Ldap and ZF v1.9.1. When I have restart the server, initially it works, but after about 30 minutes or so, it starts failing about 1 in every 3-5

Re: [fw-general] Securing database username/password

2010-10-26 Thread Henry Umansky
On Oct 26, 2010, at 12:01 PM, Frank DiRocco wrote: > Henry, > > Have you tried loading the config? I do something like this in my 1.10.x > bootstrap _inits, the ini file is compiled just like application.ini > > $config = new Zend_Config_Ini('path/to/yourDbSchemaCredentials.ini', > 'dbsecret

[fw-general] Securing database username/password

2010-10-26 Thread Henry Umansky
Hello all, I'm trying to upgrade my pre-1.8 ZF application to the latest version and utilize Zend_Application. However, I'm running into a subversion security issue. Within my old application, I was able to store my database connection information into a separate config.ini file and then simply

Re: [fw-general] Question about SQL (not ZF related, sorry)

2010-06-30 Thread Henry Umansky
On Jun 30, 2010, at 3:28 PM, Aurimas Likas wrote: > I want to ask Im sure a really simple question (at laest for most of you). > Here is the situation: > > I have 3 DB tables: products, tags and products_tags. products_tags has 2 > columns product_id and tag_id (for many-to-many relationship).

Re: [fw-general] PHP + IIS + SMB + Zend Studios?

2009-11-19 Thread Henry Umansky
On Nov 19, 2009, at 4:38 AM, Jason Webster wrote: On 18/11/2009 6:00 AM, Henry Umansky wrote: Hello all, This is not a question regarding ZF per se, I just want to know how others would handle the same situation. Currently I was given a task to develop a PHP ZF app on a Windows Server 2k8

Re: [fw-general] PHP + IIS + SMB + Zend Studios?

2009-11-18 Thread Henry Umansky
things like removing a webserver from the pool, deploy the new files to that server, and bring it back into the pool etc.) Michael On Nov 18, 2009, at 3:06 PM, Daniel Latter wrote: Hi, I have not used it but you may want to look at : xinc integtration server (http://code.google.com/p/xinc

[fw-general] PHP + IIS + SMB + Zend Studios?

2009-11-18 Thread Henry Umansky
Hello all, This is not a question regarding ZF per se, I just want to know how others would handle the same situation. Currently I was given a task to develop a PHP ZF app on a Windows Server 2k8 running IIS7. Problem is that I'm using Mac Leopard and connecting to windows using SMB throug

Re: AW: [fw-general] Handling timeouts in Zend_Ldap queries

2009-09-27 Thread Henry Umansky
times out, so you'll get a feedback in these cases. Try raising the memory limit and/or maximum execution time. Best regards Stefan -Ursprüngliche Nachricht----- Von: Henry Umansky [mailto:human...@gmail.com] Gesendet: Donnerstag, 24. September 2009 23:14 An: fw-general@lists.zend.c

[fw-general] Handling timeouts in Zend_Ldap queries

2009-09-24 Thread Henry Umansky
How do other folks handle long Zend_Ldap queries. Currently I get the white screen of death, but there has to be a better way. Any thoughts? -Henry

[fw-general] Zend_Ldap and sorting

2009-09-14 Thread Henry Umansky
I'm using a combination of Zend_Ldap and Zend_Paginator to show the results of an LDAP query. However, due to single attribute sorting limitation of ldap_sort(), I need some sort of alternative sorting mechanism. Currently, I'm sorting by "sn" (last name), but ideally I would like to sort b

Re: [fw-general] Problem with key/value pair in URL routes

2009-09-03 Thread Henry Umansky
ngle ones, even before ZF gets a touch at it. You might try reading out PATH_INFO from $_SERVER to see if that is actually the case. If so, you might need to figure out how to get IIS not to touch it. It is a wild guess, though. Henry Umansky wrote: Hello, I had to convert a ZF application

Re: [fw-general] Problem with key/value pair in URL routes

2009-08-27 Thread Henry Umansky
rewriting the URL? Thank you, Henry On Aug 27, 2009, at 9:38 AM, drm wrote: I think IIS might somehow normalize double slashes to single ones, even before ZF gets a touch at it. You might try reading out PATH_INFO from $_SERVER to see if that is actually the case. If so, you might need to figure ou

[fw-general] Problem with key/value pair in URL routes

2009-08-26 Thread Henry Umansky
Hello, I had to convert a ZF application that sat on a Linux/Apache machine to a Windows 2008/IIS7 machine. Everything seemed to work, with one minor exception. Using the LAMP stack, if the URL had a blank value, such as /index/index/key1//key2// then the PHP variables are blank: $key1 = $

Re: [fw-general] Zend auth CAS

2007-12-18 Thread Henry Umansky
I use CAS at work as well (e.g. http://solution-dev.princeton.edu/ admin). However, I wrote it really quick and not very scalable (completely ignored proxy tickets, etc, etc). I'd be very happy to share my code with you and maybe we can submit a proposal to ZF. -Henry On Dec 18, 2007, at 3: