Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ensure that CUPS is installed and started.
  • Ensure that the SAMBA4 client packages are installed (SAMBA 3 will not work). If your distribution does not include a default smb.conf config file (usually in /etc/samba), you will need to follow your distribution's instructions to create a default smb.conf .
  • Edit the Samba config file (usually /etc/samba/smb.conf) to contain the following two directives in the "[global]" section:

              client min protocol = SMB2
              client max protocol = SMB3

  • Ensure the following symlink exists:

    Code Block
    languagebash
    /usr/lib/cups/backend/smb → /usr/bin/smbspool
  • If using the PaperCut installers, ensure that CURL is installed.
  • If using the PaperCut installers, obtain the installer packages from CNF Computing.

...