Add city to info plugin, fetch correct attrs in SSSD
[cascardo/ipsilon.git] / ipsilon / info / common.py
index 06b71aa..6d2ea80 100644 (file)
@@ -30,6 +30,7 @@ class InfoMapping(Log):
             'gender': 'Gender',
             'postcode': 'Postal Code',
             'street': 'Street Address',
+            'city': 'City',
             'state': 'State or Province',
             'country': 'Country',
             'phone': 'Telephone Number',
@@ -102,10 +103,10 @@ class InfoProviderInstaller(object):
     def validate_args(self, args):
         return
 
-    def unconfigure(self, opts):
+    def unconfigure(self, opts, changes):
         return
 
-    def configure(self, opts):
+    def configure(self, opts, changes):
         raise NotImplementedError