From 3c10a035c9b996add3ca4d409ad5b22d2141f09f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 1 May 2020 19:20:12 +0000 Subject: doc: remove references to PAM_SM_* macros Starting with commit a684595c0bbd88df71285f43fb27630e3829121e aka Linux-PAM-1.3.0~14 (Remove "--enable-static-modules" option and support from Linux-PAM), PAM_SM_* macros have no effect. --- doc/mwg/Linux-PAM_MWG.xml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'doc/mwg') diff --git a/doc/mwg/Linux-PAM_MWG.xml b/doc/mwg/Linux-PAM_MWG.xml index 9274593d..3022538c 100644 --- a/doc/mwg/Linux-PAM_MWG.xml +++ b/doc/mwg/Linux-PAM_MWG.xml @@ -216,12 +216,6 @@ gcc -shared -o pam_module.so pam_module.o -lpam
Authentication management - - To be correctly initialized, PAM_SM_AUTH - must be #define'd prior to including - <security/pam_modules.h>. This will - ensure that the prototypes for static modules are properly declared. -
Account management - - To be correctly initialized, PAM_SM_ACCOUNT - must be #define'd prior to including - <security/pam_modules.h>. This will - ensure that the prototypes for static modules are properly declared. -
Session management - - To be correctly initialized, PAM_SM_SESSION - must be #define'd prior to including - <security/pam_modules.h>. This will - ensure that the prototypes for static modules are properly declared. -
Authentication token management - - To be correctly initialized, PAM_SM_PASSWORD - must be #define'd prior to including - <security/pam_modules.h>. This will - ensure that the prototypes for static modules are properly declared. -
-- cgit v1.2.3