Displaying 6 results from an estimated 6 matches for "lp_netbios_nam".
Did you mean:
lp_netbios_name
2019 Feb 22
0
winbind causing huge timeouts/delays since 4.8
...so in our setup domain would be set to namespace which is is set to
2. don't use the patch added via Bug 13503 at all
So for me it looks the issue is caused somehwere later in code, when
function parse_domain_user sets namespace to something different than
domain - in our case namespace=lp_netbios_name()='HOSTNAME' and domain=''.
If i would be asked, i would go with solution 1 (patch file attached) to
keep fix for Bug 13503 and assume not breaking it - maybe Mr. Schneider
could take a look if it would still fix the reported Bug.
>
> Finally, your smb.conf is borked for...
2019 Feb 22
6
winbind causing huge timeouts/delays since 4.8
On Fri, 22 Feb 2019 16:40:46 +0100
Alexander Spannagel via samba <samba at lists.samba.org> wrote:
> Am 22.02.19 um 15:42 schrieb Rowland Penny via samba:
> > On Fri, 22 Feb 2019 15:35:53 +0100
> > Ralph Böhme via samba <samba at lists.samba.org> wrote:
> >
> >> Hi,
> >>
> >> On Fri, Feb 22, 2019 at 01:59:15PM +0100, Alexander Spannagel
2020 Oct 13
0
Lookup sid with libsmbclient (invoked from c# on mono)
...b880, 0x5559133fd2b5, 0x7f3e4e14d197, 0) = 0x555914746fa0
20582 popt_get_cmdline_auth_info(0x5559146fd300, 0x5559133fd2b5, 0x7f3e4e14d197, 0) = 0x55591473b880
20582 get_cmdline_auth_info_username(0x55591473b880, 0x5559133fd2b5, 0x7f3e4e14d197, 0) = 0x55591474b660
20582 lp_netbios_name(0x5559146fd300, 0x5559133fd2b5, 0x7f3e4e14d197, 0) = 0x55591473c210
20582 cli_full_connection(0x7ffff4a0f658, 0x55591473c210, 0x55591474bab0, 0) = 0
20582 popt_get_cmdline_auth_info(7, 0x55591473b670, 0x55591474bb40, 0) = 0x55591473b88...
2019 Feb 22
1
winbind causing huge timeouts/delays since 4.8
...in would be set to namespace which is is set
> to 2. don't use the patch added via Bug 13503 at all
>
> So for me it looks the issue is caused somehwere later in code, when
> function parse_domain_user sets namespace to something different than
> domain - in our case namespace=lp_netbios_name()='HOSTNAME' and
> domain=''. If i would be asked, i would go with solution 1 (patch
> file attached) to keep fix for Bug 13503 and assume not breaking it -
> maybe Mr. Schneider could take a look if it would still fix the
> reported Bug.
>
> >
> > Fina...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
...the handling of the 'netbios name' parameter so that
standard_sub_basic() is run on its value when the 'netbios name'
parameter is processed.
This has to be done this way because the netbios name is accessed via
the global_myname variable throughout Samba and not via
lp_netbios_name().
- Adds a new parameter called 'source environment' which takes a path
or a pipe command whose last character is '|' and does just what you
would expect: calls putenv() on each line read from the given
file/pipe.
Rationale:
- Where I work we like to have a centrally...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0