cubicweb/sobjects/ldapparser.py
changeset 12567 26744ad37953
parent 11758 3f81636a75db
child 12626 32ee89340e59
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    18 """cubicweb ldap feed source
    18 """cubicweb ldap feed source
    19 
    19 
    20 unlike ldapuser source, this source is copy based and will import ldap content
    20 unlike ldapuser source, this source is copy based and will import ldap content
    21 (beside passwords for authentication) into the system source.
    21 (beside passwords for authentication) into the system source.
    22 """
    22 """
    23 from six.moves import map, filter
       
    24 
       
    25 from logilab.common.decorators import cached, cachedproperty
    23 from logilab.common.decorators import cached, cachedproperty
    26 from logilab.common.shellutils import generate_password
    24 from logilab.common.shellutils import generate_password
    27 
    25 
    28 from cubicweb import ConfigurationError
    26 from cubicweb import ConfigurationError
    29 from cubicweb.server.utils import crypt_password
    27 from cubicweb.server.utils import crypt_password