[fw-general] Implement LDAP by using Zend_Auth

2007-08-15 Thread Kexiao Liao
I am new to Zend_Auth, I need to use Zend_Auth for the LDAP authentication. I just wonder how do I query the LDAP Service Server by using Zend_Auth class. Can anyone give me a sample codes to implement this? Thanks in advance. -- View this message in context:

Re: [fw-general] Implement LDAP by using Zend_Auth

2007-08-15 Thread Jack Sleight
In addition to my last message, it looks as though there is a working prototype available here: http://framework.zend.com/issues/browse/ZF-994. See the manual for details on using Zend_Auth: http://framework.zend.com/manual/en/zend.auth.html Kexiao Liao wrote: I am new to Zend_Auth, I need