# HG changeset patch # User Sylvain Thénault # Date 1350987142 -7200 # Node ID ee9ecfccc3e86593e452aa861b8dafab47223ef9 # Parent 22af622e6e24f8c328c6fb0ab0b014c475641c8c [ldapfeed] move docstring to the class instead of the module diff -r 22af622e6e24 -r ee9ecfccc3e8 server/sources/ldapfeed.py --- a/server/sources/ldapfeed.py Wed Nov 14 11:12:13 2012 +0100 +++ b/server/sources/ldapfeed.py Tue Oct 23 12:12:22 2012 +0200 @@ -15,11 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""cubicweb ldap feed source - -unlike ldapuser source, this source is copy based and will import ldap content -(beside passwords for authentication) into the system source. -""" +"""cubicweb ldap feed source""" from cubicweb.server.sources import datafeed from cubicweb.server import ldaputils @@ -27,7 +23,10 @@ class LDAPFeedSource(ldaputils.LDAPSourceMixIn, datafeed.DataFeedSource): - """LDAP feed source""" + """LDAP feed source: unlike ldapuser source, this source is copy based and + will import ldap content (beside passwords for authentication) into the + system source. + """ support_entities = {'CWUser': False} use_cwuri_as_url = False