|
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/21585/root/usr/lib64/python2.4/site-packages/ |
Upload File : |
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/lib64/python2.4/site-packages/ldapurl.pyR 2 s c C s"