Add city to info plugin, fetch correct attrs in SSSD
authorRob Crittenden <rcritten@redhat.com>
Mon, 31 Aug 2015 17:27:58 +0000 (13:27 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Mon, 31 Aug 2015 17:54:01 +0000 (19:54 +0200)
commitd6b77227c3a6b777f9a782f3b5dfa9885a2be645
tree153112d96e10d543848d0f67d67b052624afa571
parent0efe98eece9af222009fb90bed7c81aa380de0e3
Add city to info plugin, fetch correct attrs in SSSD

Add missing variable in the info plugins common list
for city.

Fix the mapping in the infosssd plugin where locality
was being passed in as state. It is now set as city
and st as state.

Care needs to be taken with LDAP attributes as Ipsilon
doesn't currently handle attribute aliases.

https://fedorahosted.org/ipsilon/ticket/161

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/info/common.py
ipsilon/info/infosssd.py