sobjects/ldapparser.py
branchstable
changeset 8479 19cc6eb51783
parent 8478 e099ebc65e61
child 8535 268b6349baf3
child 8566 76bcfb3c483d
equal deleted inserted replaced
8478:e099ebc65e61 8479:19cc6eb51783
    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 __future__ import with_statement
    23 
    24 
    24 from logilab.common.decorators import cached
    25 from logilab.common.decorators import cached
    25 from logilab.common.shellutils import generate_password
    26 from logilab.common.shellutils import generate_password
    26 
    27 
    27 from cubicweb import Binary
    28 from cubicweb import Binary