Mark the service as readonly in the UI in authpam plugin
[cascardo/ipsilon.git] / ipsilon / login / authpam.py
index 1a34f8f..ed2e72b 100644 (file)
@@ -65,7 +65,9 @@ for authentication. """
             pconfig.String(
                 'service name',
                 'The name of the PAM service used to authenticate.',
-                'remote'),
+                'remote',
+                readonly=True,
+                ),
             pconfig.String(
                 'username text',
                 'Text used to ask for the username at login time.',