AuthPAMConfig

Befehl: AuthPAMConfig
Syntax: AuthPAMConfig [ <code class="OPTION">service</code>]

Default: ftp

<h2>Description</h2>

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.

 

<h2>See also</h2>

 

<h2>Examples</h2>

# Virtual host foobar authenticates differently than the rest

AuthPAMConfig foobar

# This assumes, that you have a PAM service named foobar

# configured in your /etc/pam.conf file or /etc/pam.d directory.