#!/usr/bin/env python
# Sync fingerprint and uid tables with a debian.org LDAP DB
-# Copyright (C) 2003 James Troup <james@nocrew.org>
-# $Id: emilie,v 1.2 2003-05-02 13:54:05 troup Exp $
+# Copyright (C) 2003, 2004 James Troup <james@nocrew.org>
+# $Id: emilie,v 1.3 2004-11-27 13:25:35 troup Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
for i in Attrs:
entry = i[1];
- fingerprints = entry["keyfingerprint"];
+ fingerprints = entry["keyFingerPrint"];
uid = entry["uid"][0];
uid_id = db_access.get_or_set_uid_id(uid);
for fingerprint in fingerprints: