| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/ldap/ |
Upload File : |
Ñò
•òÔGc @ sÍ d Z d Z d d k Z d d k l Z l Z l Z d Z d Z d Z d Z
d Z d
Z d Z
d d d
„ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s5
sasl.py - support for SASL mechanism
See http://python-ldap.sourceforge.net for details.
\$Id: sasl.py,v 1.13 2008/03/10 08:34:29 stroeder Exp $
Description:
The ldap.sasl module provides SASL authentication classes.
Each class provides support for one SASL mechanism. This is done by
implementing a callback() - method, which will be called by the
LDAPObject's sasl_bind_s() method
Implementing support for new sasl mechanism is very easy --- see
the examples of digest_md5 and gssapi.
Compability:
- Tested with Python 2.0+ but should work with Python 1.5.x
s 0.0.3iÿÿÿÿN( t _trace_levelt _trace_filet _trace_stack_limiti@ i@ i@ i@ i@ i@ i@ t saslc B s e Z d Z d „ Z d „ Z RS( s This class handles SASL interactions for authentication.
If an instance of this class is passed to ldap's sasl_bind_s()
method, the library will call its callback() method. For
specific SASL authentication mechanisms, this method can be
overriddenc C s | p h | _ | | _ d S( sò The (generic) base class takes a cb_value_dictionary of
question-answer pairs. Questions are specified by the respective
SASL callback id's. The mech argument is a string that specifies
the SASL mechaninsm to be uesd.N( t
cb_value_dictt mech( t selfR R ( ( s- /usr/lib/python2.6/site-packages/ldap/sasl.pyt __init__+ s c C si | i i | | ƒ p d } t d j o<