Displaying 20 results from an estimated 22 matches for "auth_info".
2015 Feb 02
1
Can login with a bogus username which ends with a "/" or a "\"
...== '/') ) // +++ added code
*(puser+len) = 0; // +++ added code
set_cmdline_auth_info_username(auth_info,
puser);
set_cmdline_auth_info_password(auth_info,...
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
...ession_setup_creds (cli=<optimized out>, creds=creds at entry=0x811a8b060) at ../source3/libsmb/cliconnect.c:1795
#23 0x0000000801d82728 in do_connect (ctx=ctx at entry=0x811a1d1e0, server=<optimized out>, server at entry=0x811a46250 "filur00", share=<optimized out>,
auth_info=auth_info at entry=0x811a3e200, force_encrypt=force_encrypt at entry=false, max_protocol=max_protocol at entry=13, port=0, name_type=32, pcli=0x7fffffffdcf0)
at ../source3/libsmb/clidfs.c:232
#24 0x0000000801d82b35 in cli_cm_connect (ctx=ctx at entry=0x811a1d1e0, referring_cli=referring_cli at...
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
Hi all,
I wanted to give an update on this as I know this MS Hotfix
is critical and must be applied to protect against the (latest) Microsoft
worm.
I think I've found the problem in the code, and am currently testing
a fix for this (not in the release to others to test stage yet). As
soon as I'm reasonably confident I'll put a patch out there for others
to test, and we'll
2020 Jan 18
2
Authentication per Service
...nt
to have a dedicated flag in the user database to allow/disallow SMTP for
a user withouth disabling his account for IMAP.
So, is there any option to use a separate passdb definition or
additional parameters by either setting this in socket definition of
"service auth" or using "-x auth_info"?
TIA
Oliver
--
Protect your environment - close windows and adopt a penguin!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4222 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://dovecot.or...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...nt SECURITY_MAX_SID_SIZE = 68;
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
static internal extern IntPtr _talloc_stackframe(string context);
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern IntPtr user_auth_info_init(IntPtr mem_ctx);
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern void set_cmdline_auth_info_domain(IntPtr
auth_info, string domain);
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static ex...
2015 May 27
2
libsmbclient question
Dear Gents,
We are using libsmbclient smbc_getFunctionRead to read from a Microsoft DFS
share. Before each 64k read there are a QUERY_PATH_INFO and a
GET_DFS_REFERRAL which slow down the transmission. Is there a way to query
these only once at the beginning of the transmission and cache it?
system:
3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64
GNU/Linux
lib:
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
2020 Apr 23
2
pad length mismatch error message
Hi Andrew,
> Thanks for reporting this. Firstly, don't worry about 'attr' packages
> or how Bind9 or DNS is configured etc, this is an error in our core RPC
> server, and not something that is able to be configured (neither at
> build nor runtime).
>
> A client, and we don't include enough information in the message as to
> which, so you will need to turn up
2004 Dec 09
1
Exim4 authentication patch
...vanilla/src/drtables.c 2004-10-05 12:32:08.000000000 +0400
+++ exim-4.43/src/drtables.c 2004-12-09 15:47:14.000000000 +0300
@@ -515,6 +515,10 @@ set to NULL for those that are not compi
#include "auths/spa.h"
#endif
+#ifdef AUTH_DOVECOT
+#include "auths/dovecot.h"
+#endif
+
auth_info auths_available[] = {
/* Checking by an expansion condition on plain text */
@@ -571,6 +575,18 @@ auth_info auths_available[] = {
},
#endif
+#ifdef AUTH_DOVECOT
+ {
+ US"dovecot", /* lookup name */
+ auth_dovecot_options,
+ &auth_dovecot_opt...
2016 Jul 10
0
Debian Jessie joining AD as member fails with "The object name is not found."
...x00000000 (0)
transfer_syntaxes: ARRAY(1)
transfer_syntaxes: struct ndr_syntax_id
uuid : 8a885d04-1ceb-11c9-9fe8-08002b104860
if_version : 0x00000002 (2)
auth_info : DATA_BLOB length=0
rpc_api_pipe: host domain-controller.domain.local
signed SMB2 message
rpc_read_send: data_to_read: 52
r: struct ncacn_packet
rpc_vers : 0x05 (5)
rpc_vers_minor : 0x00 (0)
ptype : DCERPC_PKT...
2020 Jan 18
0
Authentication per Service
...ag in the user database to allow/disallow SMTP for
> a user withouth disabling his account for IMAP.
>
> So, is there any option to use a separate passdb definition or
> additional parameters by either setting this in socket definition of
> "service auth" or using "-x auth_info"?
>
>
> TIA
>
> Oliver
> --
> Protect your environment - close windows and adopt a penguin!
>
>
2015 May 28
1
libsmbclient question
...Hmmm. This seems to be done inside :
>
> SMBC_read_ctx(SMBCCTX *context,
> SMBCFILE *file,
> void *buf,
> size_t count)
>
> where it's doing:
>
> status = cli_resolve_path(frame, "", context->internal->auth_info,
> file->srv->cli, path,
> &targetcli, &targetpath);
>
> before each call to cli_read(), which does seem rather
> excessive.
>
> I'm guessing it's to allow a DFS server to go down mid-read...
2016 Jul 18
3
Debian Jessie joining AD as member fails with "The object name is not found."
...x00000000 (0)
transfer_syntaxes: ARRAY(1)
transfer_syntaxes: struct ndr_syntax_id
uuid : 8a885d04-1ceb-11c9-9fe8-08002b104860
if_version : 0x00000002 (2)
auth_info : DATA_BLOB length=0
rpc_api_pipe: host domain-controller.domain.local
signed SMB2 message
rpc_read_send: data_to_read: 52
r: struct ncacn_packet
rpc_vers : 0x05 (5)
rpc_vers_minor : 0x00 (0)
ptype : DCERPC_PKT...
2020 Jan 18
1
Authentication per Service
...<br>
</div>
<div>
So, is there any option to use a separate passdb definition or
</div>
<div>
additional parameters by either setting this in socket definition of
</div>
<div>
"service auth" or using "-x auth_info"?
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
TIA
</div>
<div>
<br>
</div>
<div>
Oliver
</div>
<div>
--
</div>...
2016 Aug 11
0
net ads testjoin OK, net rpc testjoin fails
...x00000001 (1)
transfer_syntaxes: ARRAY(1)
transfer_syntaxes: struct ndr_syntax_id
uuid : 8a885d04-1ceb-11c9-9fe8-08002b104860
if_version : 0x00000002 (2)
auth_info : DATA_BLOB length=0
rpc_api_pipe: host ad-domain-controller.domain.local
signed SMB2 message
rpc_read_send: data_to_read: 52
r: struct ncacn_packet
rpc_vers : 0x05 (5)
rpc_vers_minor : 0x00 (0)
ptype : DCERPC_...
2016 Jul 18
0
Debian Jessie joining AD as member fails with "The object name is not found."
...s: ARRAY(1)
> > transfer_syntaxes: struct ndr_syntax_id
> > uuid : 8a885d04-1ceb-
> 11c9-9fe8-08002b104860
> > if_version : 0x00000002 (2)
> > auth_info : DATA_BLOB length=0
> > rpc_api_pipe: host domain-controller.domain.local
> > signed SMB2 message
> > rpc_read_send: data_to_read: 52
> > r: struct ncacn_packet
> > rpc_vers : 0x05 (5)
> > rpc_vers_minor...
2016 Jul 19
1
Debian Jessie joining AD as member fails with "The object name is not found."
...s: ARRAY(1)
> > transfer_syntaxes: struct ndr_syntax_id
> > uuid : 8a885d04-1ceb-
> 11c9-9fe8-08002b104860
> > if_version : 0x00000002 (2)
> > auth_info : DATA_BLOB length=0
> > rpc_api_pipe: host domain-controller.domain.local
> > signed SMB2 message
> > rpc_read_send: data_to_read: 52
> > r: struct ncacn_packet
> > rpc_vers : 0x05 (5)
> > rpc_vers_minor...
2015 Apr 17
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...x00000000 (0)
transfer_syntaxes: ARRAY(1)
transfer_syntaxes: struct ndr_syntax_id
uuid :
8a885d04-1ceb-11c9-9fe8-08002b104860
if_version : 0x00000002 (2)
auth_info : DATA_BLOB length=0
rpc_api_pipe: host serverDC1001.dan2003.sample.domain.com
num_setup=2, max_setup=0, param_total=0, this_param=0, max_param=0,
data_total=72, this_data=72, max_data=4280, param_offset=84, param_pad=2,
param_disp=0, data_offset=84, data_pad=0, data_disp=0
rpc_read_...
2015 Apr 17
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...transfer_syntaxes: ARRAY(1)
> transfer_syntaxes: struct ndr_syntax_id
> uuid :
> 8a885d04-1ceb-11c9-9fe8-08002b104860
> if_version : 0x00000002 (2)
> auth_info : DATA_BLOB length=0
> rpc_api_pipe: host serverDC1001.dan2003.sample.domain.com
> num_setup=2, max_setup=0, param_total=0, this_param=0, max_param=0,
> data_total=72, this_data=72, max_data=4280, param_offset=84, param_pad=2,
> param_disp=0, data_offset=84, data_pad=0, d...
2018 Apr 17
0
slow smbclient samba 4.7.x
...x00000003 (3)
transfer_syntaxes: ARRAY(1)
transfer_syntaxes: struct ndr_syntax_id
uuid : 8a885d04-1ceb-11c9-9fe8-08002b104860
if_version : 0x00000002 (2)
auth_info : DATA_BLOB length=0
rpc_api_pipe: host debian
rpc_read_send: data_to_read: 52
state->pkt: struct ncacn_packet
rpc_vers : 0x05 (5)
rpc_vers_minor : 0x00 (0)
ptype : DCERPC_PKT_BIND_ACK (12)
pfc_flags...