Òscar Flores
2015-Jan-22  14:12 UTC
[Samba] net rpc rights list - could not connect to server 127.0.0.1
Hi!
I have some problems with my new member server
 
 
This is my schema:
 
-Doman Controller name is ?DC01? and realm name is ?MYDOMAIN.LOCAL? ? WORKS!
 
-Member server 1, name ?MEMBER1? ? WORKS!
#net rpc rights list accounts ?Uadministrator   
MYDOMAIN\Domain Admins
SeDiskOperatorPrivilege
 
When I run this command
 works well and I can administrate my shares with
ACL from another computer with Win7+RSAT
 
- Member server 2, name ?MEMBER2? - FAIL!
# net rpc rights list accounts ?Uadministrator  
Enter administrator's password:
Could not connect to server 127.0.0.1
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
 
*The same error appears when I run this command:
# net rpc rights grant 'MYDOMAIN\Domain Admins' SeDiskOperatorPrivilege
-U'MYDOMAIN\administrator'
Enter administrator's password:
Could not connect to server 127.0.0.1
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
                
I don?t know what happens with MEMBER2 because I followed the same
instructions on both servers (MEMBER1 & MEMBER2) 
1-      The 3 servers are installed with  ?Ubuntu 14.04.1 LTS? + ?samba
4.1.6?
2-      https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server
and then
3-
https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Window
s_ACLs
but I stopped in ?SeDiskOperatorPrivilege?
 L
 
Any idea? Somebody can help me?
Thanks in advance! 
Oscar
Rowland Penny
2015-Jan-22  14:37 UTC
[Samba] net rpc rights list - could not connect to server 127.0.0.1
On 22/01/15 14:12, ?scar Flores wrote:> Hi! > > I have some problems with my new member server? > > > > This is my schema: > > > > -Doman Controller name is ?DC01? and realm name is ?MYDOMAIN.LOCAL? ? WORKS! > > > > -Member server 1, name ?MEMBER1? ? WORKS! > > #net rpc rights list accounts ?Uadministrator > > ? > > MYDOMAIN\Domain Admins > > SeDiskOperatorPrivilege > > ? > > > > When I run this command? works well and I can administrate my shares with > ACL from another computer with Win7+RSAT > > > > - Member server 2, name ?MEMBER2? - FAIL! > > # net rpc rights list accounts ?Uadministrator > > Enter administrator's password: > > Could not connect to server 127.0.0.1 > > The username or password was not correct. > > Connection failed: NT_STATUS_LOGON_FAILURE > > > > *The same error appears when I run this command: > > # net rpc rights grant 'MYDOMAIN\Domain Admins' SeDiskOperatorPrivilege > -U'MYDOMAIN\administrator' > > Enter administrator's password: > > Could not connect to server 127.0.0.1 > > The username or password was not correct. > > Connection failed: NT_STATUS_LOGON_FAILURE > > > > I don?t know what happens with MEMBER2 because I followed the same > instructions on both servers (MEMBER1 & MEMBER2) > > 1- The 3 servers are installed with ?Ubuntu 14.04.1 LTS? + ?samba > 4.1.6? > > 2- https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server > > and then? > > 3- > https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Window > s_ACLs > > but I stopped in ?SeDiskOperatorPrivilege?? L > > > > Any idea? Somebody can help me? > > Thanks in advance! > > Oscar > > >Try adding '-I <AD DC ipaddress>' Rowland
Òscar Flores
2015-Jan-22  16:44 UTC
[Samba] net rpc rights list - could not connect to server 127.0.0.1
But this command returns me the rights list of administrator in AD DC. I need the "rights list" of administrator in "MEMBER2". Here some tests: *From MEMBER2: #net rpc rights list accounts ?Uadministrator Could not connect to server 127.0.0.1 The username or password was not correct. Connection failed: NT_STATUS_LOGON_FAILURE #net rpc rights list accounts ?Uadministrator -Smember1 MYDOMAIN \Domain Admins SeDiskOperatorPrivilege << WORKS>From MEMBER1:#net rpc rights list accounts ?Uadministrator MYDOMAIN \Domain Admins SeDiskOperatorPrivilege << WORKS! # net rpc rights list accounts -Uadministrator -Smember2.mydomain.local Could not connect to server member2.mydomain.local The username or password was not correct. Connection failed: NT_STATUS_LOGON_FAILURE Thanks for your time! Oscar -----Mensaje original----- De: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] En nombre de Rowland Penny Enviado el: jueves, 22 de enero de 2015 15:37 Para: samba at lists.samba.org Asunto: Re: [Samba] net rpc rights list - could not connect to server 127.0.0.1 On 22/01/15 14:12, ?scar Flores wrote:> Hi! > > I have some problems with my new member server> > > > This is my schema: > > > > -Doman Controller name is ?DC01? and realm name is ?MYDOMAIN.LOCAL? ?WORKS!> > > > -Member server 1, name ?MEMBER1? ? WORKS! > > #net rpc rights list accounts ?Uadministrator > >> > MYDOMAIN\Domain Admins > > SeDiskOperatorPrivilege > >> > > > When I run this commandworks well and I can administrate my shares> with ACL from another computer with Win7+RSAT > > > > - Member server 2, name ?MEMBER2? - FAIL! > > # net rpc rights list accounts ?Uadministrator > > Enter administrator's password: > > Could not connect to server 127.0.0.1 > > The username or password was not correct. > > Connection failed: NT_STATUS_LOGON_FAILURE > > > > *The same error appears when I run this command: > > # net rpc rights grant 'MYDOMAIN\Domain Admins' > SeDiskOperatorPrivilege -U'MYDOMAIN\administrator' > > Enter administrator's password: > > Could not connect to server 127.0.0.1 > > The username or password was not correct. > > Connection failed: NT_STATUS_LOGON_FAILURE > > > > I don?t know what happens with MEMBER2 because I followed the same > instructions on both servers (MEMBER1 & MEMBER2) > > 1- The 3 servers are installed with ?Ubuntu 14.04.1 LTS? + ?samba > 4.1.6? > > 2- https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server > > and then> > 3- > https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_ > Window > s_ACLs > > but I stopped in ?SeDiskOperatorPrivilege?L> > > > Any idea? Somebody can help me? > > Thanks in advance! > > Oscar > > >Try adding '-I <AD DC ipaddress>' Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Reasonably Related Threads
- net rpc rights list - could not connect to server 127.0.0.1
 - net rpc rights list - could not connect to server 127.0.0.1
 - net rpc rights list - could not connect to server 127.0.0.1
 - net rpc rights list - could not connect to server 127.0.0.1
 - net rpc rights list - could not connect to server 127.0.0.1