You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
316 B

{% calculate name='smb.conf', format='samba', pkg('kde-apps/kio-extras') or pkg('gnome-base/gvfs') %}
[global]
{% if not grep('/etc/samba/smb.conf', 'client max protocol') %}
client max protocol = NT1
{% endif %}
{% if not grep('/etc/samba/smb.conf', 'client min protocol') %}
client min protocol = NT1
{% endif %}