Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pam_misc_paste_env    ( 3 )

преобразование среды в среду PAM (transcribing an environment to that of PAM)

Имя (Name)

pam_misc_paste_env - transcribing an environment to that of PAM


Синопсис (Synopsis)

#include <security/pam_misc.h>

int pam_misc_paste_env(pam_handle_t *pamh, const char * const *user);


Описание (Description)

This function takes the supplied list of environment pointers and uploads its contents to the PAM environment. Success is indicated by PAM_SUCCESS.


Смотри также (See also)

pam_putenv(3), pam(8)


Стандарты (Conforming to)

The pam_misc_paste_env function is part of the libpam_misc Library and not defined in any standard.