|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/lib64/python2.4/site-packages/ldap/ |
Upload File : |
mò
Þë9Dc @ s d Z d k Z d Z h e i d <e i d <e i d <Z h e i d <e i d <Z d e f d „ ƒ YZ
d f d „ ƒ YZ d e f d „ ƒ YZ d e f d
„ ƒ YZ
d e
f d „ ƒ YZ d
e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s
ldap.async - handle async LDAP operations
written by Michael Stroeder <michael@stroeder.com>
See http://python-ldap.sourceforge.net for details.
\$Id: async.py,v 1.25 2006/04/10 05:19:09 stroeder Exp $
Python compability note:
Tested on Python 2.0+ but should run on Python 1.5.x.
Ns 0.1.0t WrongResultTypec B s t Z d „ Z d „ Z RS( Nc C s# | | _ | | _ t i | ƒ d S( N( t receivedResultTypet selft expectedResultTypest Exceptiont __init__( R R R ( ( t0 /usr/lib64/python2.4/site-packages/ldap/async.pyR s c C s d | i d i | i ƒ f S( Ns3 Received wrong result type %s (expected one of %s).s , ( R R t joinR ( R ( ( R t __str__% s ( t __name__t
__module__R R ( ( ( R R s t AsyncSearchHandlerc B s_ t Z d Z d „ Z e d d d e e d „ Z d „ Z d „ Z d d d d „ Z d „ Z RS( s6
Class for stream-processsing LDAP search results
c C s | | _ d | _ d S( sa
Initialize a StreamResultHandler
Parameters:
l
LDAPObject instance
N( t lR t _lt Nonet _msgId( R R ( ( R R 1 s i iÿÿÿÿc
C s1 | i i | | | | | | | | | ƒ | _ d S( s¥
searchRoot
See parameter base of method LDAPObject.search()
searchScope
See parameter scope of method LDAPObject.search()
filterStr
See parameter filter of method LDAPObject.search()
attrList=None
See parameter attrlist of method LDAPObject.search()
attrsOnly
See parameter attrsonly of method LDAPObject.search()
timeout
Maximum time the server shall use for search operation
sizelimit
Maximum number of entries a server should return
(request client-side limit)
serverctrls
list of server-side LDAP controls
clientctrls
list of client-side LDAP controls
N(
R R
t
search_extt
searchRoott searchScopet filterStrt attrListt attrsOnlyt serverctrlst clientctrlst timeoutt sizelimitR (
R R R R R R R R R R ( ( R t startSearch<