|
NAMEopenpam_readline —
read a line from a file
SYNOPSIS#include <sys/types.h>
#include <stdio.h>
#include <security/pam_appl.h>
#include <security/openpam.h>
char *
DESCRIPTIONThis function is deprecated and may be removed in a future
release without further warning. The
openpam_readlinev () function may be used to achieve
similar results.The The
If lineno is not
If lenp is not The caller is responsible for releasing the returned buffer by passing it to free(3). RETURN VALUESTheopenpam_readline () function returns
NULL on failure.
SEE ALSOopenpam_readlinev(3), openpam_readword(3), pam(3)STANDARDSTheopenpam_readline () function is an OpenPAM extension.
AUTHORSTheopenpam_readline () function and this manual page
were developed for the FreeBSD Project by ThinkSec AS
and Network Associates Laboratories, the Security Research Division of Network
Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
(“CBOSS”), as part of the DARPA CHATS research program.
The OpenPAM library is maintained by Dag-Erling Smørgrav <des@des.no>.
Visit the GSP FreeBSD Man Page Interface. |