Josef Reidinger changed bug 954419
What Removed Added
CC   jreidinger@suse.com

Comment # 18 on bug 954419 from
in yast it is done in samba-client which is called by users:
https://github.com/yast/yast-samba-client/blob/master/src/modules/Samba.rb#L912

in general, where it have to be done is package post-installation. Because yast
have same problem. If in future administrator call zypper in, yast have no
chance.
So my suggestion is to add to post-install of e.g. sddm macro like

%post
pam-config --service sddm -a --mount


You are receiving this mail because: