Try samba420
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
From 406621efcd26d48b5e8f1e5df4082c8bf2cc8bab Mon Sep 17 00:00:00 2001
|
||||
From: "Timur I. Bakeyev" <timur@FreeBSD.org>
|
||||
Date: Sun, 30 May 2021 03:32:21 +0200
|
||||
Subject: [PATCH 06/28] Install nss_* modules into PAMMODULESDIR path.
|
||||
|
||||
Signed-off-by: Timur I. Bakeyev <timur@FreeBSD.org>
|
||||
---
|
||||
nsswitch/wscript_build | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
|
||||
index 3247b6c2b7c..df2fc3b97ea 100644
|
||||
--- a/nsswitch/wscript_build
|
||||
+++ b/nsswitch/wscript_build
|
||||
@@ -54,12 +54,14 @@ elif (host_os.rfind('freebsd') > -1):
|
||||
source='winbind_nss_linux.c winbind_nss_freebsd.c',
|
||||
deps='wbclient',
|
||||
realname='nss_winbind.so.1',
|
||||
+ install_path='${PAMMODULESDIR}',
|
||||
vnum='1')
|
||||
|
||||
bld.SAMBA3_PLUGIN('nss_wins',
|
||||
source='wins.c wins_freebsd.c',
|
||||
deps='''wbclient''',
|
||||
realname='nss_wins.so.1',
|
||||
+ install_path='${PAMMODULESDIR}',
|
||||
vnum='1')
|
||||
|
||||
elif (host_os.rfind('netbsd') > -1):
|
||||
--
|
||||
2.37.1
|
||||
|
||||
Reference in New Issue
Block a user