-
Guest85Hello, I am trying illumos on my old pc desktop. Installs perfectly but impossible to connect to smb shared zfs
-
Guest85user present in /var/smb/smbpasswd, but with no passwd, and there is no command smbpasswd installed
-
Guest85On windows system, error message is passwd expired when using the unix level user passwrd
-
Guest85tried to manually add crypted passwd using smbutil crypt to smbpasswd file but error becomes invalid passwd
-
Guest85any idea how to proceed would be welcome
-
ptribbleNot used this myself, but I would start by looking at the smbadm and pam_smb_passwd manual pages
-
andyfUsually you have to update the pam configuration, then just set the user's password using `passwd`
-
andyfTry the steps here: illumos.topicbox.com/groups/omnios-…6d93f39b4d5fa16a2b6866a0/smb-issues
-
Guest85I'll try again tomorrow with all the steps described in that link. Bye for now
-
Guest85Tried now, it worked .... pam.conf S11.4 manpage line was wrong (missing other), and had to reset passwd as root user
-
Guest85thanks