Changeset b256695


Ignore:
Timestamp:
02/05/2017 04:02:22 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
487bdfe6
Parents:
e5f33088
Message:

Allow cupsd to start in the absence of kerberos.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18254 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re5f33088 rb256695  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - Fix cups so that it can start. Fixes
     50          <ulink url="&blfs-ticket-root;8849">#8849</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[dj] - Update to Samba-4.5.5. Fixes
    5054          <ulink url="&blfs-ticket-root;8775">#8775</ulink>.</para>
  • pst/printing/cups.xml

    re5f33088 rb256695  
    203203    </para>
    204204
     205    <para>
     206      Unless you have installed <xref linkend="mitkrb"/>, fix a configuration
     207      file:
     208    </para>
     209
     210<screen><userinput>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</userinput></screen>
     211
    205212    <!-- docdir is also document root for cups administration interface, so
    206213    let's just put it in /usr/share/cups/doc-&cups-version; and create symlink
     
    214221      Build <application>Cups</application> by running the following commands:
    215222    </para>
     223
    216224
    217225<screen revision="sysv"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in                                  &amp;&amp;
     
    278286  <sect2 role="commands">
    279287    <title>Command Explanations</title>
     288
     289    <para>
     290      <!-- hopefully, 2.2.2 only - https://github.com/apple/cups/issues/4947 -->
     291      <command>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</command>: when this
     292      version of <application>cups</application> is compiled without kerberos
     293      support, it nevertheless adds a policy entry at the end of
     294      <filename>/etc/cups/cupsd.conf</filename>. But the daemon will error out
     295      because it does not understand that entry, so remove it.
     296    </para>
    280297
    281298    <para>
Note: See TracChangeset for help on using the changeset viewer.