doc/book/en/D070-cookbook.en.txt
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1198 9df49357b0eb
--- a/doc/book/en/D070-cookbook.en.txt	Fri Apr 17 13:21:05 2009 +0200
+++ b/doc/book/en/D070-cookbook.en.txt	Fri Apr 17 16:55:37 2009 +0200
@@ -42,7 +42,7 @@
         update = "UPDATE entities SET source='system' WHERE eid=%(eid)s;"
         cursor.execute("SELECT eid,type,source,extid,mtime FROM entities WHERE source!='system'")
         for eid, type, source, extid, mtime in cursor.fetchall():
-            if type != 'EUser':
+            if type != 'CWUser':
                 print "don't know what to do with entity type", type
                 continue
             if source != 'ldapuser':