summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/pam_set_mapped_authtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/pam_set_mapped_authtok.c')
-rw-r--r--contrib/openpam/lib/pam_set_mapped_authtok.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/openpam/lib/pam_set_mapped_authtok.c b/contrib/openpam/lib/pam_set_mapped_authtok.c
index ad066df..36383e6 100644
--- a/contrib/openpam/lib/pam_set_mapped_authtok.c
+++ b/contrib/openpam/lib/pam_set_mapped_authtok.c
@@ -36,6 +36,13 @@
#include <security/pam_appl.h>
+/*
+ * XSSO 4.2.1
+ * XSSO 6 page 62
+ *
+ * Store the password for the username supplied
+ */
+
int
pam_set_mapped_authtok(pam_handle_t *pamh,
const char *target_module_username,
@@ -47,3 +54,7 @@ pam_set_mapped_authtok(pam_handle_t *pamh,
return (PAM_SYSTEM_ERR);
}
+
+/*
+ * NODOC
+ */
OpenPOWER on IntegriCloud