The Samba-Bugzilla – Attachment 1763 Details for
Bug 3534
users.map does not take the default = * at the end when the user is not mapped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ignore misformed map lines rather than failing
look (text/plain), 517 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2006-03-01 09:32:51 UTC
(
hide
)
Description:
ignore misformed map lines rather than failing
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2006-03-01 09:32:51 UTC
Size:
517 bytes
patch
obsolete
>Index: smbd/map_username.c >=================================================================== >--- smbd/map_username.c (revision 13764) >+++ smbd/map_username.c (working copy) >@@ -142,10 +142,12 @@ > } > } > >+ /* skip lines like 'user = ' */ >+ > dosuserlist = str_list_make(dosname, NULL); > if (!dosuserlist) { >- DEBUG(0,("Unable to build user list\n")); >- return False; >+ DEBUG(0,("Bad username map entry. Unable to build user list. Ignoring.\n")); >+ continue; > } > > if (strchr_m(dosname,'*') ||
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 3534
:
1751
|
1755
|
1761
| 1763