Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Disable SMBv1 in pam_mount.xml template #25

@zefanja

Description

@zefanja

The template for pam_mount sets the SMB version to 1.0.

    <volume user="*" fstype="cifs" server="@@servername@@.@@domainname@@" path="default-school" mountpoint="/srv/samba/schools/default-school" options="sec=ntlmssp,nodev,nosuid,mfsymlinks,nobrl,vers=1.0" />
    <volume user="*" fstype="cifs" server="@@servername@@.@@domainname@@" path="sysvol" mountpoint="/var/lib/samba/sysvol" options="sec=ntlmssp,nodev,nosuid,mfsymlinks,nobrl,vers=1.0" />

Is there a specific reason why this insecure protocol is enforced? Ubuntu 20.04 does not support SMBv1 anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions