diff options
| author | Toomas Soome <tsoome@me.com> | 2022-03-05 11:14:53 +0200 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2022-03-22 00:08:23 +0200 |
| commit | c4140c56306ad2a74081dd949618b4f3162dd06b (patch) | |
| tree | 464903882173524d97557c2fe6405bdab6cdcc64 /usr | |
| parent | faa2068d5f60927511f588cf120b905d985371d0 (diff) | |
| download | illumos-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/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/pkg/manifests/service-file-system-smb.p5m | 6 |
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 |
