Fix typo in nss and infoldap info plugins
authorRob Crittenden <rcritten@redhat.com>
Fri, 13 Feb 2015 15:21:53 +0000 (10:21 -0500)
committerSimo Sorce <simo@redhat.com>
Fri, 13 Feb 2015 23:09:31 +0000 (18:09 -0500)
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
ipsilon/info/infoldap.py
ipsilon/info/nss.py

index 6ba5b0d..efdb649 100644 (file)
@@ -194,6 +194,6 @@ class Installer(InfoProviderInstaller):
         config['tls'] = 'Demand'
         po.save_plugin_config(config)
 
-        # Update global config to add login plugin
+        # Update global config to add info plugin
         po.is_enabled = True
         po.save_enabled_state()
index 50817f7..1107387 100644 (file)
@@ -92,6 +92,6 @@ class Installer(InfoProviderInstaller):
         po.wipe_data()
         po.wipe_config_values()
 
-        # Update global config to add login plugin
+        # Update global config to add info plugin
         po.is_enabled = True
         po.save_enabled_state()