PAM-modules Manual (split by section):   Section:   Chapter:FastBack: fshadow   Up: fshadow   FastForward: regex   Contents: Table of ContentsIndex: Concept Index

3.3 Summary of pam_fshadow options

This section summarizes all pam_fshadow command line options:

basic

Use basic regular expressions. See virtual domain mode.

extended

Use extended regular expression (default). See virtual domain mode.

ignore-case
icase

Use case-insensitive regular expressions. See virtual domain mode.

nopasswd

Use only shadow for authentication. See nopasswd.

noshadow

Use only passwd for authentication. See noshadow.

regex=expr

Define a regular expression for splitting user name into the proper name and authentication domain.

revert-index

In the regular expression introduced by regex, group #1 selects authentication domain, and group #2 selects user name. See revert-index.

sysconfdir=dir

Assume dir as the system configuration directory. See sysconfdir.

use_authtok

Do not prompt the user for password, take it from the saved authentication tokens.

See use_authtok.

PAM-modules Manual (split by section):   Section:   Chapter:FastBack: fshadow   Up: fshadow   FastForward: regex   Contents: Table of ContentsIndex: Concept Index