summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2022-03-05 11:14:53 +0200
committerToomas Soome <tsoome@me.com>2022-03-22 00:08:23 +0200
commitc4140c56306ad2a74081dd949618b4f3162dd06b (patch)
tree464903882173524d97557c2fe6405bdab6cdcc64 /usr
parentfaa2068d5f60927511f588cf120b905d985371d0 (diff)
downloadillumos-joyent-c4140c56306ad2a74081dd949618b4f3162dd06b.tar.gz
14552 We should provide 64-bit pam_smb_passwd.so.1
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr')
-rw-r--r--usr/src/lib/pam_modules/smb/Makefile2
-rw-r--r--usr/src/pkg/manifests/service-file-system-smb.p5m6
2 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/lib/pam_modules/smb/Makefile b/usr/src/lib/pam_modules/smb/Makefile
index b3e928ecf1..32ca2a871f 100644
--- a/usr/src/lib/pam_modules/smb/Makefile
+++ b/usr/src/lib/pam_modules/smb/Makefile
@@ -31,7 +31,7 @@ POFILE= smb_passwd.po
MSGFILES= smb_passwd.c
SUBDIRS= $(MACH)
-#$(BUILD64)SUBDIRS += $(MACH64)
+$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
clean := TARGET= clean
diff --git a/usr/src/pkg/manifests/service-file-system-smb.p5m b/usr/src/pkg/manifests/service-file-system-smb.p5m
index 8340ef7bbc..8944694ad1 100644
--- a/usr/src/pkg/manifests/service-file-system-smb.p5m
+++ b/usr/src/pkg/manifests/service-file-system-smb.p5m
@@ -63,9 +63,15 @@ dir path=usr/lib/reparse
link path=usr/lib/reparse/libreparse_smb.so target=libreparse_smb.so.1
file path=usr/lib/reparse/libreparse_smb.so.1
dir path=usr/lib/security
+dir path=usr/lib/security/$(ARCH64)
+link path=usr/lib/security/$(ARCH64)/pam_smb_passwd.so \
+ target=pam_smb_passwd.so.1
+file path=usr/lib/security/$(ARCH64)/pam_smb_passwd.so.1
link path=usr/lib/security/pam_smb_passwd.so target=pam_smb_passwd.so.1
file path=usr/lib/security/pam_smb_passwd.so.1
dir path=usr/lib/smbsrv
+dir path=usr/lib/smbsrv/$(ARCH64)
+file path=usr/lib/smbsrv/$(ARCH64)/libsmb.so.1
dir path=usr/lib/smbsrv/dtrace
file path=usr/lib/smbsrv/dtrace/nbl-conflict.d mode=0555
file path=usr/lib/smbsrv/dtrace/smb-trace.d mode=0555