Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/ldapurl.pyc
mò ®¸Bc @ s d Z d Z d d d d d d d d d g Z d k Z d k l Z l Z d Z d Z d Z h d d <d d <d d <d d <Z h d d <d e <d e <d e <Z e d ƒ Z e f ƒ Z d „ Z d „ Z d f d „ ƒ YZ d e i f d „ ƒ YZ d f d „ ƒ YZ d S( s ldapurl - handling of LDAP URLs as described in RFC 2255 written by Michael Stroeder <michael@stroeder.com> See http://python-ldap.sourceforge.net for details. \$Id: ldapurl.py,v 1.33 2005/06/01 22:11:20 stroeder Exp $ Python compability note: This module only works with Python 2.0+ since 1. string methods are used instead of module string and 2. list comprehensions are used. s 0.5.2t SEARCH_SCOPEt SEARCH_SCOPE_STRt LDAP_SCOPE_BASEt LDAP_SCOPE_ONELEVELt LDAP_SCOPE_SUBTREEt isLDAPUrlt LDAPUrlExtensiont LDAPUrlExtensionst LDAPUrlN( s quotes unquotei i i t t baset onet subc C s9 | i ƒ } | i d ƒ p | i d ƒ p | i d ƒ S( s* Returns 1 if s is a LDAP URL, 0 else s ldap://s ldaps://s ldapi://N( t st lowert s_lowert startswith( R R ( ( t+ /usr/lib/python2.4/site-packages/ldapurl.pyR 2 s c C s"