diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index bef001c32..44e8a3af8 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1298,6 +1298,10 @@ Options: \titem{\{pam\_service, Name\}}\ind{options!pam\_service}This option defines the PAM service name. Default is \term{"ejabberd"}. Refer to the PAM documentation of your operation system for more information. +\titem{\{pam\_userinfotype, username|jid\}}\ind{options!pam\_userinfotype} +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 \term{username}. \end{description} Example: |