any tips today? ;) --- import ldif f = open('data.ldiff','r') records = ldif.LDIFRecordList(f) data = records.parse() --- thanks, ajt.