AuthPAMConfig

Name

AuthPAMConfig -- FIXME FIXME

Synopsis

AuthPAMConfig [ service]

Default

ftp

Context

server config,<VirtualHost>, <Global>

Module

mod_pam

Compatibility

1.2.0rc1 and later

Description

This directive allows you to specify the PAM service name used in authentication. PAM allows you to specify a service name to use when authenticating. This allows you to configure different PAM service names to be used for different virtual hosts. The directive was renamed from PAMConfig post 1.2.0 pre10 Example: # Virtual host foobar authenticates differently than the rest. AuthPAMConfig foobar This assumes you have a PAM service named foobar configured in your /etc/pam.conf file or /etc/pam.d directory.

See also

Examples