From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1E844138A1A for ; Mon, 5 Jan 2015 23:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6886E083D; Mon, 5 Jan 2015 23:12:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06AB4E083D for ; Mon, 5 Jan 2015 23:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24FC93406D4 for ; Mon, 5 Jan 2015 23:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 705C7EF3B for ; Mon, 5 Jan 2015 23:12:36 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1420496076.cf22af68362e06c110fe77d5120df8140668c675.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys-ldap/gkeyldap/actions.py X-VCS-Directories: gkeys-ldap/gkeyldap/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: cf22af68362e06c110fe77d5120df8140668c675 X-VCS-Branch: master Date: Mon, 5 Jan 2015 23:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35f534ce-b67d-4f98-af90-6420fb5a6c80 X-Archives-Hash: f6ab3e325e85176d549a52c1586eb427 commit: cf22af68362e06c110fe77d5120df8140668c675 Author: Brian Dolbec gentoo org> AuthorDate: Mon Jan 5 09:12:41 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Jan 5 22:14:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=cf22af68 gkeyldap/actions.py: Add generated default uid to seed data --- gkeys-ldap/gkeyldap/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py index 45fff09..27c961d 100644 --- a/gkeys-ldap/gkeyldap/actions.py +++ b/gkeys-ldap/gkeyldap/actions.py @@ -182,6 +182,7 @@ class Actions(object): keyinfo.pop('keyid', None) keyinfo.pop('longkeyid', None) keyinfo['keys'] = keyinfo['fingerprint'] + keyinfo['uid'] = ["%s <%s@gentoo.org>" % (info['cn'][0], info['uid'][0])] return keyinfo return None