Displaying 20 results from an estimated 400 matches similar to: "getting NT_STATUS_LOGON_FAILURE"
2015 Jan 09
2
getting NT_STATUS_LOGON_FAILURE
Now, more appropriately answering after the message. SEE BELOW, please. 
On 2015-01-09 07:24, L.P.H. van Belle wrote: 
> Hai, 
> 
> Not entiraly correct.. 
> 
> change :
> 
>> dns-nameservers 208.67.222.222 <<<<<< have always struggled
> 
> to 
> dns-search dtshrm.lan
> dns-nameservers IP_OF_AD_DC
> 
> and use : 
> net rpc rights
2015 Jan 09
0
getting NT_STATUS_LOGON_FAILURE
Hai, 
Not entiraly correct.. 
change : 
>dns-nameservers 208.67.222.222 <<<<<< have always struggled 
to  
dns-search dtshrm.lan
dns-nameservers IP_OF_AD_DC
and use : 
net rpc rights grant "YOUR_DOMAINNAME\Domain Admins" SeDiskOperatorPrivilege -UAdministrator  -S NAME_OF_MEMBERSERVER
Hope this helps you on the way, im out of the office now, going on ski
2015 Jan 09
0
getting NT_STATUS_LOGON_FAILURE
On 09/01/15 14:34, Bob of Donelson Trophy wrote:
>   
>
> Now, more appropriately answering after the message. SEE BELOW, please.
>
> On 2015-01-09 07:24, L.P.H. van Belle wrote:
>
>> Hai,
>>
>> Not entiraly correct..
>>
>> change :
>>
>>> dns-nameservers 208.67.222.222 <<<<<< have always struggled
>> to
2015 Jan 09
3
getting NT_STATUS_LOGON_FAILURE
On 2015-01-09 08:44, Rowland Penny wrote: 
> On 09/01/15 14:34, Bob of Donelson Trophy wrote:
> Now, more appropriately answering after the message. SEE BELOW, please. On 2015-01-09 07:24, L.P.H. van Belle wrote: Hai, Not entiraly correct.. change : dns-nameservers 208.67.222.222 <<<<<< have always struggled to dns-search dtshrm.lan dns-nameservers IP_OF_AD_DC and use :
2015 Jan 08
1
getting permissions denied on home folders
On 08/01/15 19:10, Bob of Donelson Trophy wrote:
>   
>
> Part of the smb.conf
>
> [home]
>   path = /home/samba/DTDC01/users
>   comment = user folder 4 redirection
>   read only = no
>
> Hum-m-m?
>
> ---
>
> -------------------------
>
> Bob Wooden of Donelson Trophy
>
> 615.885.2846 (main)
> www.donelsontrophy.com [1]
>
>
2015 Feb 06
5
ERROR_DNS_UPDATE_FAILED and NT_STATUS_UNSUCCESSFUL
I have been struggling with getting a member server to join my domain.
Thanks to testing and using a VM, I can get the test member server to
join my domain. The member server on "real hardware" cannot join, well
sort of. 
When I "join", I get: 
net ads join -U Administrator
Enter Administrator's password:
Using short domain name -- DTS***M
Joined 'DTMBR01' to dns
2015 Jan 08
2
getting permissions denied on home folders
On 08/01/15 18:37, Bob of Donelson Trophy wrote:
>   
>
> First, I keep forgetting that I need to change the email address to
> reply to the mailing list. Sorry about that, everyone. (Hard to follow a
> thread that is fragmented like this one now is.) I am focusing to
> intently on my problem.
>
> Rowland, changed to 0755 for the three directories you suggested and
>
2015 Jan 19
4
cannot update W7 or linux clients
First, I am sorry. I should know this by now. 
Last week had an issue with W7 client could not update. I made some
adjustments to get W7 updated. Now I am having an issue with update
resolution. (Run apt-get update and repositories cannot be find, etc.)
So, this tells me that I have messed up my dns resolution. 
All clients (W7 & linux) point to my DC for DNS nameserver. 
All clients (W7
2015 Jan 19
2
cannot update W7 or linux clients
Here yau go: 
root at dc01:~# cat /etc/bind/named.conf.options
// Defined ACL Begin
acl thisserverip {
 192.168.16.54;
 };
acl all-networks {
 192.168.16.0/24;
 };
// Defined ACL End
options {
 directory "/var/cache/bind";
 version "0.0.7";
 // If there is a firewall between you and nameservers you want
 // to talk to, you may need to fix the firewall to allow multiple
 //
2015 Jan 09
2
getting NT_STATUS_LOGON_FAILURE
On 09/01/15 17:26, Bob of Donelson Trophy wrote:
>   
>
> On 2015-01-09 10:23, Rowland Penny wrote:
>
>> On 09/01/15 15:47, Bob of Donelson Trophy wrote:
>>
>> On 2015-01-09 09:27, Rowland Penny wrote:
>>
>> On 09/01/15 15:00, Bob of Donelson Trophy wrote:
>> On 2015-01-09 08:44, Rowland Penny wrote: W7 client "Preferred DNS server" is set
2015 Jan 09
2
getting NT_STATUS_LOGON_FAILURE
On 09/01/15 18:31, Bob of Donelson Trophy wrote:
>   
>
> On 2015-01-09 11:40, Rowland Penny wrote:
>
>> On 09/01/15 17:26, Bob of Donelson Trophy wrote:
>> On 2015-01-09 10:23, Rowland Penny wrote: On 09/01/15 15:47, Bob of Donelson Trophy wrote: On 2015-01-09 09:27, Rowland Penny wrote: On 09/01/15 15:00, Bob of Donelson Trophy wrote: On 2015-01-09 08:44, Rowland Penny
2015 Jan 09
2
getting NT_STATUS_LOGON_FAILURE
On 09/01/15 18:56, Bob of Donelson Trophy wrote:
>   
>
> On 2015-01-09 12:45, Rowland Penny wrote:
>
>> On 09/01/15 18:31, Bob of Donelson Trophy wrote:
>> On 2015-01-09 11:40, Rowland Penny wrote: On 09/01/15 17:26, Bob of Donelson Trophy wrote: On 2015-01-09 10:23, Rowland Penny wrote: On 09/01/15 15:47, Bob of Donelson Trophy wrote: On 2015-01-09 09:27, Rowland Penny
2015 Feb 08
3
ERROR_DNS_UPDATE_FAILED and NT_STATUS_UNSUCCESSFUL
Once again, Bob is in 'the land of unknown bind knowledge.' 
What type of data am I adding? 
Shouldn't dns_update be run when adding the member server? 
Is this a "simple-bind-dn"? 
hum-m-m-m! 
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
On 2015-02-08 02:56,
2015 Jan 09
1
getting NT_STATUS_LOGON_FAILURE
On 09/01/15 20:16, Bob of Donelson Trophy wrote:
>   
>
> On 2015-01-09 13:43, Rowland Penny wrote:
>
>> On 09/01/15 18:56, Bob of Donelson Trophy wrote:
>> On 2015-01-09 12:45, Rowland Penny wrote: On 09/01/15 18:31, Bob of Donelson Trophy wrote: On 2015-01-09 11:40, Rowland Penny wrote: On 09/01/15 17:26, Bob of Donelson Trophy wrote: On 2015-01-09 10:23, Rowland Penny
2016 Dec 04
2
port 135 - NT_STATUS_CONNECTION_REFUSED
I have two DC's running Samba 4.5.0 and the "dtdc03" log.samba is
showing the following: 
root at dtdc03:~# tail -f /usr/local/samba/var/log.samba
[2016/12/01 10:14:39.167794,  0]
../source4/librpc/rpc/dcerpc_sock.c:245(continue_ip_open_socket)
  Failed to connect host 192.168.16.50
(aa03011a-94c2-4c52-bc60-6fd2f75d35e5._msdcs.dtshrm.dt) on port 135 -
NT_STATUS_CONNECTION_REFUSED.
2016 Dec 04
2
port 135 - NT_STATUS_CONNECTION_REFUSED
On 2016-12-04 09:11, Rowland Penny via samba wrote:
> On Sun, 04 Dec 2016 08:01:09 -0600
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
> 
>> I have two DC's running Samba 4.5.0 and the "dtdc03" log.samba is
>> showing the following: 
>> 
>> root at dtdc03:~# tail -f /usr/local/samba/var/log.samba
>> [2016/12/01
2015 Feb 27
2
NT_STATUS_CONNECTION_REFUSED, again!!!
I thought I was over this the other day when I got it to work properly
on my VM. 
Now, on an actual PC I am getting: 
==========Test kerberos =============================== 
Lets test some things 
Testing : kerberos 
Password for Administrator at DTSHRM.DT: 
Warning: Your password will expire in 41 days on Fri Apr 10 08:43:58
2015 
Ticket cache: FILE:/tmp/krb5cc_0 
Default principal:
2016 Dec 04
1
port 135 - NT_STATUS_CONNECTION_REFUSED
On 2016-12-04 10:25, Rowland Penny via samba wrote:
> On Sun, 04 Dec 2016 09:43:25 -0600
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
> 
> On 2016-12-04 09:11, Rowland Penny via samba wrote:
> 
> On Sun, 04 Dec 2016 08:01:09 -0600
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
> 
> I have two DC's running
2015 Feb 27
2
NT_STATUS_CONNECTION_REFUSED, again!!!
Thanks Rowland. 
Being the novice that I am, I thought the line would 'pickup' my DOMAIN
and replace the ${SAMBA_NT_DOMAIN}. So, I just tried the line correctly
and it asked for my Administrator password and subsequently granted
access. At least I know I can go and correct manually, if I need too. 
My /etc/resolv.conf is: 
root at dt01:~# cat /etc/resolv.conf 
search dts***m.dt 
2015 Feb 27
3
NT_STATUS_CONNECTION_REFUSED, again!!!
Thanks Rowland but that idea did not work. 
I will simply grant access to those that failed manually. 
(Really wish I had kept the VM that the scripthad worked on so I could
go back and see what happened but, too late, I have already deleted to
save precious hard drive space.) 
If I have any issues, I'll be back. 
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846