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