Removed note about PAM being in a separate branch, which is not the case any more.

This commit is contained in:
Stefan Ritt 2025-06-02 21:12:01 +02:00
parent 3de9c8bd28
commit 1272bc14f7

View File

@ -2338,17 +2338,15 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
PAM authentication PAM authentication
</h2> </h2>
<p> <p>
PAM (Pluggable authentication modules) support has been implemented by Jan Christoph Terasa as a separate branch at PAM (Pluggable authentication modules) support has been implemented by Jan Christoph Terasa. To use PAM in elogd,
<a href="https://bitbucket.org/ritt/elog/branch/pam">https://bitbucket.org/ritt/elog/branch/pam</a>. do the following:
<p>
To use PAM in elogd, do the following:
</p> </p>
<ul> <ul>
<li> <li>
Compile <b><code>elogd</code></b> with PAM support, by either setting <b><code>USE_PAM = 1</code></b> in the Compile <b><code>elogd</code></b> with PAM support, by either setting <b><code>USE_PAM = 1</code></b> in the
<b><code>Makefile</code></b>, or by specifying it when invoking <b><code>make</code></b> <b><code>Makefile</code></b>, or by specifying it when invoking <b><code>make</code></b>. If you compile
via CMake, set USE_PAM via ccmake.
</li> </li>
<li> <li>
Enable PAM authentication in <b><code>elogd.cfg</code></b>: Enable PAM authentication in <b><code>elogd.cfg</code></b>: