• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

replace/H27-Jul-2006-441287

AUTHORSH A D15-Oct-2005193 75

COPYINGH A D15-Oct-200517.6 KiB341281

ChangeLogH A D23-Jul-20061.3 KiB5634

INSTALLH A D27-Jul-20063.6 KiB10472

Makefile.amH A D23-Jul-2006628 2110

Makefile.inH A D03-May-202216.1 KiB550433

NEWSH A D23-Jul-20061.1 KiB3624

READMEH A D15-Oct-20051.2 KiB3522

aclocal.m4H A D25-Jul-2006209.1 KiB6,0775,431

config.guessH A D27-Jul-200442.6 KiB1,4601,260

config.h.inH A D23-Jul-20062.4 KiB9463

config.subH A D27-Jul-200430.4 KiB1,5501,409

configureH A D25-Jul-2006665.4 KiB21,27717,256

configure.acH A D23-Jul-20061.8 KiB5947

courieruserinfo.8H A D15-Oct-20052.4 KiB9883

courieruserinfo.cH A D15-Oct-20056.1 KiB244191

courieruserinfo.hH A D23-Jul-20061.7 KiB6640

getopt.hH A D23-Jul-20063.3 KiB8528

getopt_long.cH A D23-Jul-200617.7 KiB636417

install-shH A D23-Jul-20065.5 KiB252153

logging.hH A D15-Oct-20051.2 KiB5832

ltmain.shH A D27-Jul-2004180 KiB6,4445,067

missingH A D23-Jul-20066.3 KiB199159

mkinstalldirsH A D23-Jul-2006722 4123

stamp-h.inH A D25-Jul-200610 21

xmalloc.cH A D15-Oct-20051 KiB5631

README

1
2	courieruserinfo - user information retrieval utility
3
4
5Courieruserinfo provides a way to retrieve information on any user whose
6account is accessable using the Courier authentication library. The specific
7information retrieved can be tailored using command line options.
8
9Since courieruserinfo uses the Courier authentication library to do the actual
10work, courieruserinfo can retrieve information for only those user accounts
11accessable by the library. Currently, the library includes authentication
12modules for passwd and shadow files, db and gdbm files, PAM, LDAP, MySQL, and
13PostgreSQL. It also provides a framework for creating new authentication
14modules.
15
16Before building courieruserinfo, you must install the Courier
17authentication library.
18
19Features of courieruserinfo
20
21  * use command line arguments to tailor what account information
22    is displayed
23
24  * logging information can be directed to syslog or stderr
25
26
27See the courieruserinfo(8) man page for a detailed description of
28courieruserinfo's capabilities and usage.
29
30Bug reports, suggestions, enhancements, and fully tested and debugged diffs
31can be sent to:
32		freeware@arda.homeunix.net
33
34See the AUTHORS file for a list of credits.
35