diff options
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.html b/doc/guide.html index 0c1973d7..0e129408 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1100,6 +1100,10 @@ PAM authentication is disabled by default, so you have to configure and compile <B><TT>{pam_service, Name}</TT></B></DT><DD CLASS="dd-description">This option defines the PAM service name. Default is <TT>"ejabberd"</TT>. Refer to the PAM documentation of your operation system for more information. +</DD><DT CLASS="dt-description"><B><TT>{pam_userinfotype, username|jid}</TT></B></DT><DD CLASS="dd-description"> +This option defines what type of information about the user ejabberd +provides to the PAM service: only the username, or the user JID. +Default is <TT>username</TT>. </DD></DL><P>Example: </P><PRE CLASS="verbatim">{auth_method, [pam]}. {pam_service, "ejabberd"}. |