From 0a7251045255a3e41bad384738a5c5296750d061 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 11 Feb 2018 13:04:56 +0000 Subject: doc: conversation clarification --- doc/building.html | 6 ++++-- doc/index.html | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/building.html b/doc/building.html index fdd0cd8..ff25de1 100644 --- a/doc/building.html +++ b/doc/building.html @@ -122,8 +122,10 @@ solution is to rewrite these modules so they communicate the change they wish to make via the official PAM API, and have the application perform the change itself. PAM provides a way to do this: the conversation function, which exchanges data -between PAM and the application. pamela fully supports custom -conversation functions. +between PAM and the application. Currently, only four types of +messages are officially specified by PAM, but the mechanism is +easily extensible and was designed for this. pamela fully supports +customized conversation functions with any message type.

diff --git a/doc/index.html b/doc/index.html index 3c2f58c..b7cd020 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,6 +48,12 @@ for privilege elevation.
+ + +
+

Installation

Requirements

-- cgit 1.4.1