The Samba-Bugzilla – Attachment 208 Details for
Bug 612
macros not evaluated when using passdb backend = ldapsam
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Expand %N in talloc_sub_basic for passdb backend usage
subst.diff (text/plain), 569 bytes, created by
Volker Lendecke
on 2003-10-20 01:35:45 UTC
(
hide
)
Description:
Expand %N in talloc_sub_basic for passdb backend usage
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2003-10-20 01:35:45 UTC
Size:
569 bytes
patch
obsolete
>Index: substitute.c >=================================================================== >RCS file: /data/vl/cvstree/samba/source/lib/substitute.c,v >retrieving revision 1.25.2.14 >diff -u -r1.25.2.14 substitute.c >--- substitute.c 5 Sep 2003 19:59:53 -0000 1.25.2.14 >+++ substitute.c 19 Oct 2003 08:51:06 -0000 >@@ -529,6 +529,9 @@ > else > t = realloc_string_sub(t, "%L", global_myname()); > break; >+ case 'N': >+ t = realloc_string_sub(t, "%N", automount_server(smb_name)); >+ break; > case 'M' : > t = realloc_string_sub(t, "%M", client_name()); > break;
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
Actions:
View
Attachments on
bug 612
: 208