server/sources/ldapfeed.py
branchstable
changeset 8589 ee9ecfccc3e8
parent 8430 5bee87a14bb1
child 8674 001c1592060a
--- 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 <http://www.gnu.org/licenses/>.
-"""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