• Can't find informatin on passwdqc, pwqcheck or cracklib

    From [email protected]@21:1/5 to All on Fri Mar 22 03:40:01 2024
    I'm wanting to upgrade my security, and like to use some of the
    suggested tools. I've installed some of the tools, but can't find man
    pages on them. Similarly there's no results to be had from googling.
    I must be missing something..

    NC

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David@21:1/5 to [email protected] on Fri Mar 22 04:00:01 2024
    On Fri, 2024-03-22 at 13:16 +1100, [email protected] wrote:
    I'm wanting to upgrade my security, and like to use some of the
    suggested tools. I've installed some of the tools, but can't find man
    pages on them.  Similarly there's no results to be had from googling.
    I must be missing something..

    In short: cracklib? cracklib2?
    Not all pkgs are covered by man pages, but there are plenty of other information sources.
    Cheers!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to [email protected] on Fri Mar 22 06:40:01 2024
    On Fri, Mar 22, 2024 at 01:16:13PM +1100, [email protected] wrote:
    I'm wanting to upgrade my security, and like to use some of the suggested tools. I've installed some of the tools, but can't find man pages on them. Similarly there's no results to be had from googling.
    I must be missing something..

    As far as I can see [1], cracklib comes with man pages...

    Cheers

    [1] https://packages.debian.org/bookworm/amd64/cracklib-runtime/filelist
    --
    t

    -----BEGIN PGP SIGNATURE-----

    iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZf0YSgAKCRAFyCz1etHa RiA4AJ4iLj9UmaGfjC6pFdHpnzrmmkbdkACdH08RF4tfFZocIHyUhnQ66RIQq6Y=
    =xhjR
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael =?utf-8?B?S2rDtnJsaW5n?=@21:1/5 to All on Fri Mar 22 10:10:01 2024
    On 22 Mar 2024 13:16 +1100, from [email protected]:
    I'm wanting to upgrade my security, and like to use some of the suggested tools. I've installed some of the tools, but can't find man pages on them.

    You can see the files installed by a package by running:

    $ dpkg -L <package name>

    For example:

    $ dpkg -L coreutils

    man pages will typically be under /usr/share/man:

    $ dpkg -L coreutils | grep ^/usr/share/man/

    dpkg -L == dpkg --listfiles

    Note that this will not list files generated during installation (for
    example a kernel module package that triggers a DKMS build would
    likely show the source code but _not_ the built binaries) or
    configuration files created later; but that shouldn't be an issue with
    man pages.

    --
    Michael Kjörling 🔗 https://michael.kjorling.se “Remember when, on the Internet, nobody cared that you were a dog?”

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)