summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.xml
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-07-17 14:26:18 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2012-08-01 12:16:36 -0300
commit67235fd797e5b9a88178f4733551814b61a4711b (patch)
treedf9b7f50110979912ed5fe5a4095b18b3eb1a73b /daemon/gdm-session.xml
parent2672f6a1f43d054c0aab34b623f0f0e6edd8ed5f (diff)
downloadgdm-67235fd797e5b9a88178f4733551814b61a4711b.tar.gz
daemon: Provide mechanism for providing an authentication secret up front
Some PAM modules can be told their password ahead of time to prevent them having to ask later. This is accomplished by setting the PAM_AUTHTOK item before calling pam_authenticate. https://bugzilla.gnome.org/show_bug.cgi?id=678057
Diffstat (limited to 'daemon/gdm-session.xml')
-rw-r--r--daemon/gdm-session.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/gdm-session.xml b/daemon/gdm-session.xml
index cf3103ac..22b67dcf 100644
--- a/daemon/gdm-session.xml
+++ b/daemon/gdm-session.xml
@@ -37,6 +37,10 @@
</method>
<method name="Cancel">
</method>
+ <method name="SetInitialSecret">
+ <arg name="service_name" direction="in" type="s"/>
+ <arg name="initial_secret" direction="in" type="s"/>
+ </method>
<signal name="ConversationStarted">
<arg name="service_name" type="s"/>
</signal>