summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authpam.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authpam.py')
-rw-r--r--ipsilon/login/authpam.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py
index 1a34f8f..ed2e72b 100644
--- a/ipsilon/login/authpam.py
+++ b/ipsilon/login/authpam.py
@@ -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.',