Activity log for bug #363180

Date Who What changed Old value New value Message
2009-04-18 00:08:04 dragonpaw bug added bug
2009-04-18 00:08:04 dragonpaw attachment added flatten.diff http://launchpadlibrarian.net/25686406/flatten.diff
2009-04-18 00:09:24 dragonpaw description As it stands now, all metadata returned is in list form, even when it is single element. This makes for some unappealing code when accessing these attributes. (Maybe this is a 'feature' of my specific LDAP server?) As it stands now, all metadata returned is in list form, even when it is single element. This makes for some unappealing code when accessing these attributes. (Maybe this is a 'feature' of my specific LDAP server?) email = request.identity['mail'][0] name = request.identity['display_name'][0] ... (I'm complaining about the trailing [0].)
2009-06-19 11:59:34 Gustavo Narea repoze.who.plugins.ldap: importance Undecided Wishlist
2009-06-19 11:59:34 Gustavo Narea repoze.who.plugins.ldap: status New Won't Fix
2009-06-19 11:59:34 Gustavo Narea repoze.who.plugins.ldap: assignee Gustavo Narea (gnarea)
2010-01-15 00:15:07 Damien Baty attachment added plugins.py.patch http://launchpadlibrarian.net/37905819/plugins.py.patch