The Samba-Bugzilla – Attachment 8083 Details for
Bug 9295
Can't find guest.so module if auth_builtin is built as module.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v4-0-test patch
0001-BUG-9295-Build-standard-auth-modules-as-internal-mod.patch (text/plain), 2.18 KB, created by
Andreas Schneider
on 2012-10-18 07:42:14 UTC
(
hide
)
Description:
v4-0-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-10-18 07:42:14 UTC
Size:
2.18 KB
patch
obsolete
>From 24f387b59505cbc15a47a014452f31ae92689457 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 17 Oct 2012 16:30:57 +0200 >Subject: [PATCH 1/5] BUG #9295: Build standard auth modules as internal > modules. > > >Signed-off-by: Andreas Schneider <asn@samba.org> >--- > source3/auth/wscript_build | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) > >diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build >index 8a535cb..e518de9 100644 >--- a/source3/auth/wscript_build >+++ b/source3/auth/wscript_build >@@ -40,8 +40,7 @@ bld.SAMBA3_MODULE('auth_sam', > source=AUTH_SAM_SRC, > deps='samba-util', > init_function='', >- internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_sam'), >- enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_sam')) >+ internal_module=True) > > bld.SAMBA3_MODULE('auth_unix', > subsystem='auth', >@@ -56,8 +55,7 @@ bld.SAMBA3_MODULE('auth_winbind', > source=AUTH_WINBIND_SRC, > deps='samba-util', > init_function='', >- internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_winbind'), >- enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_winbind')) >+ internal_module=True) > > bld.SAMBA3_MODULE('auth_wbc', > subsystem='auth', >@@ -72,16 +70,14 @@ bld.SAMBA3_MODULE('auth_domain', > source=AUTH_DOMAIN_SRC, > deps='RPC_CLIENT_SCHANNEL trusts_util', > init_function='', >- internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_domain'), >- enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_domain')) >+ internal_module=True) > > bld.SAMBA3_MODULE('auth_builtin', > subsystem='auth', > source=AUTH_BUILTIN_SRC, > deps='samba-util', > init_function='', >- internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_builtin'), >- enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_builtin')) >+ internal_module=True) > > bld.SAMBA3_MODULE('auth_script', > subsystem='auth', >-- >1.7.12.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
abartlet
:
review+
Actions:
View
Attachments on
bug 9295
: 8083 |
8085