Displaying 20 results from an estimated 61 matches for "authencation".
Did you mean:
authenication
2018 Sep 20
2
samba4.8.x machine account authentication using NetJoinDomain failed
Maybe as you said I was lucky before. Then if I have a computer account in my domain, how can I get this computer authencated in domain as I did before? Does the NetJoinDomain work either? Because I just try to create a computer account using RSAT, but use it to authencate with the domain by NetJoinDomain , which failed.
Or how to offline domain join in samba4.9.0?
Ryan
>On Fri, 14 Sep
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
Ugh.
With MAKE_KERBEROS5=yes, on a recent STABLE,
I get the following trying to use Kerberized telnet:
# telnet -l test big.x.kientzle.com
Trying 66.166.149.54...
Connected to big.x.kientzle.com.
Escape character is '^]'.
[ Trying mutual KERBEROS5 (host/big.x.kientzle.com@X.KIENTZLE.COM)... ]
Bus error (core dumped)
Fortunately, it's pretty easy to track down:
(gdb) up
#2
2018 Sep 14
2
samba4.8.x machine account authentication using NetJoinDomain failed
Actually 0904.huawei.com is just one of my test domain. I also built domain naned vds.huawei.com. Same problem exsts. Besides, samba 4.5.16 doesn't have this issue.
I still doubt that some setting changed, such as encrypt method permission... After all, the log renainds password is wrong.Do you have any other clue?
>On Fri, 14 Sep 2018 15:07:07 +0800 (CST)
>Ryan via samba <samba at
2018 Sep 20
1
samba4.8.x machine account authentication using NetJoinDomain failed
Er, the computer is already in the domain. In fact, I firstly join the domain, then I make this computer to be a template. Later I use the template to deploy a computer again. This computer is the one I want to offline join the domain.
Ryan
>On Thu, 20 Sep 2018 16:36:06 +0800 (CST)
>Ryan <ryanyang51 at 163.com> wrote:
>
>> Maybe as you said I was lucky before. Then if I
2005 Jun 30
1
Authenticate machine accounts with ntlm_auth
Hi,
Is it possible to authenticate a machine account with ntlm_auth ?
When a machine tries to authencate itself, the username looks like this:
"host/hostname.domain.org"
I don't know if ntlm_auth is able to understand this format...
Regards
Jeremy
2018 Sep 14
2
samba4.8.x machine account authentication using NetJoinDomain faled
Hi all,
I tried samba 4.8.3, 4.8.4 and 4.8.5 to build a domain. In the domain I firstly create a machine acconut and set it's password. Then I get a computer that own this machine account's name. I use the mechod NetJoinDomain to get this computer authencated to the domain. It failed with returncode 1326.
Besides, all the process above is avaliable in samba 4.5.16. So does any default
2018 Apr 16
3
access domain via ldap failed
Hi,
Recently I try to build a domain with samba as the domain controller. It’s the samba 4.8.0. After I’ve built and install it on my Linux, I try to test it via Ldap connection. But it remains me that the server is not operational. I used samba 4.5.16 before, and it works well. Is there any difference between samba 4.8.0 and 4.5.x about samba access or Ldap setting especially.
Here’s my smb.conf:
2003 Jun 13
1
Strange problem with "make clean"
Hello,
I'm experiencing a weird problem doing "make clean" in "/usr/src".
It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to
be precise).
Cvsup, build & install phases all went fine, just "make clean" went
wrong.
I tried rm-ing the incriminated subdirectory and even rm-ing the
checkout.cvs:RELENG_4_8 file and re-cvsupping but nothing
2018 Nov 26
2
Tracking Listeners with Key and other parameters
...ner disconnects for a few
seconds then reconnects, I track them as a new user.
I can't track by ip cause there may be a few people listening from the
same public ip.
In the docs I see this...
Other Options
This is a list of HTTP headers provided by the client which should be
passed to the authencation service. Those headers are prepended by the
value of header_prefix and sent as POST parameters.
Could I use that to track individual clients? Meaning, when the client
hits the app and gets the auth can I pass back the session_id and then
if they disconnect then reconnect I get that session_id...
2018 Apr 17
0
access domain via ldap failed
...e ADExplorer to connect the domain. When I
> use the wrong username or password it remains me the username or
> password is wrong. And when I use right account info to access domain
> it says "The directory service is not available". So I geuss maybe it
> is the permission not authencation that gets something wrong. The
> account I used to connect domain is a domain administrator account.
> thanks Ryan Yang
>
What exactly are you trying to do ? are you trying to do something the
user isn't allowed to ?
Rowland
2018 Sep 14
0
samba4.8.x machine account authentication using NetJoinDomain faled
On Fri, 14 Sep 2018 15:07:07 +0800 (CST)
Ryan via samba <samba at lists.samba.org> wrote:
> Hi all,
> I tried samba 4.8.3, 4.8.4 and 4.8.5 to build a domain. In the domain
> I firstly create a machine acconut and set it's password. Then I get
> a computer that own this machine account's name. I use the mechod
> NetJoinDomain to get this computer authencated to the
2006 Nov 24
0
Winbind and Multiple ADS.
Hi,
I want to get authencate with multiple ADS servers ( Primary and Secondary)
through winbind. Its working fine with single ADs. Please suggest the
configuration for multiple ADS servers configuration.
OS: fedora core 5
samba-3.0.21b-2
Regards,
Varun.
2020 Jul 28
1
BUG: unable to handle page fault for address nouveau_fence_new
I've had several recent crashes of the nouveau kernel driver over the past
month or so.
My suspicion is that Firefox is causing it.
The screen goes black and then the computer reboots.
Nothing much in the syslogs, however I've managed to get netconsole output.
It happens very infrequently and I'm afraid I don't know how to reproduce it,
however I'll be more than happy to
2020 Jun 16
0
[PATCH 5.7 094/163] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
From: Longpeng(Mike) <longpeng2 at huawei.com>
commit 8c855f0720ff006d75d0a2512c7f6c4f60ff60ee upstream.
The system'll crash when the users insmod crypto/tcrypto.ko with mode=155
( testing "authenc(hmac(sha1),cbc(aes))" ). It's caused by reuse the memory
of request structure.
In crypto_authenc_init_tfm(), the reqsize is set to:
[PART 1] sizeof(authenc_request_ctx) +
2020 Jun 16
0
[PATCH 5.6 099/161] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
From: Longpeng(Mike) <longpeng2 at huawei.com>
commit 8c855f0720ff006d75d0a2512c7f6c4f60ff60ee upstream.
The system'll crash when the users insmod crypto/tcrypto.ko with mode=155
( testing "authenc(hmac(sha1),cbc(aes))" ). It's caused by reuse the memory
of request structure.
In crypto_authenc_init_tfm(), the reqsize is set to:
[PART 1] sizeof(authenc_request_ctx) +
2020 Jun 19
0
[PATCH 4.14 049/190] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
From: Longpeng(Mike) <longpeng2 at huawei.com>
[ Upstream commit 8c855f0720ff006d75d0a2512c7f6c4f60ff60ee ]
The system'll crash when the users insmod crypto/tcrypto.ko with mode=155
( testing "authenc(hmac(sha1),cbc(aes))" ). It's caused by reuse the memory
of request structure.
In crypto_authenc_init_tfm(), the reqsize is set to:
[PART 1] sizeof(authenc_request_ctx) +
2020 Jun 19
0
[PATCH 4.19 064/267] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
From: Longpeng(Mike) <longpeng2 at huawei.com>
[ Upstream commit 8c855f0720ff006d75d0a2512c7f6c4f60ff60ee ]
The system'll crash when the users insmod crypto/tcrypto.ko with mode=155
( testing "authenc(hmac(sha1),cbc(aes))" ). It's caused by reuse the memory
of request structure.
In crypto_authenc_init_tfm(), the reqsize is set to:
[PART 1] sizeof(authenc_request_ctx) +
2020 Jun 16
0
[PATCH 5.4 086/134] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
From: Longpeng(Mike) <longpeng2 at huawei.com>
[ Upstream commit 8c855f0720ff006d75d0a2512c7f6c4f60ff60ee ]
The system'll crash when the users insmod crypto/tcrypto.ko with mode=155
( testing "authenc(hmac(sha1),cbc(aes))" ). It's caused by reuse the memory
of request structure.
In crypto_authenc_init_tfm(), the reqsize is set to:
[PART 1] sizeof(authenc_request_ctx) +
2020 Jul 29
0
BUG: unable to handle page fault for address nouveau_fence_new
(Apologies for any duplication, yesterday's e-mail doesn't seem to have
made it through moderation)
I've had several recent crashes of the nouveau kernel driver over the past
month or so.
My suspicion is that Firefox is causing it.
The screen goes black and then the computer reboots.
Nothing much in the syslogs, however I've managed to get netconsole output. I've
also run
2020 May 26
0
[PATCH v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
> -----Original Message-----
> From: Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> Sent: Tuesday, May 26, 2020 11:20 AM
> To: linux-crypto at vger.kernel.org
> Cc: Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> <longpeng2 at huawei.com>; LABBE Corentin <clabbe at baylibre.com>; Gonglei
> (Arei) <arei.gonglei at huawei.com>;