ERROR SETTING SERVER IN WINDOWS DOMAIN

General support questions
User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/22 10:24:14

I need help that I did not find on google's father ...

I installed a CentOS7 server in the domain Windows Server 2012, it entered the domain I can recognize it but I can not log in, I have a server pool but that was the only one with this problem ..
the mistake:

Code: Select all

root @ noteloc16: ~ # ssh douglas@192.168.0.18
douglas@192.168.0.18's password:
Permission denied, please try again.
Has anyone ever had this "problem"?
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/25 11:51:56

someone ??
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

mashiro2004
Posts: 68
Joined: 2018/12/08 21:46:22
Location: Italy

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by mashiro2004 » 2019/02/25 20:55:01

SSSD or Winbind?

User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/25 21:13:01

mashiro2004 wrote:
2019/02/25 20:55:01
SSSD or Winbind?
SSSD

everything functional but does not log on the machine.
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

mashiro2004
Posts: 68
Joined: 2018/12/08 21:46:22
Location: Italy

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by mashiro2004 » 2019/02/25 21:22:16

douglastos wrote:
2019/02/25 21:13:01
mashiro2004 wrote:
2019/02/25 20:55:01
SSSD or Winbind?
SSSD

everything functional but does not log on the machine.
if you launch id username it work?

User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/25 22:38:16

mashiro2004 wrote:
2019/02/25 21:22:16
douglastos wrote:
2019/02/25 21:13:01
mashiro2004 wrote:
2019/02/25 20:55:01
SSSD or Winbind?
SSSD

everything functional but does not log on the machine.
if you launch id username it work?
I am using domain login and access denied, as above.

Sorry, I'm using google translate.
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

mashiro2004
Posts: 68
Joined: 2018/12/08 21:46:22
Location: Italy

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by mashiro2004 » 2019/02/26 07:51:53

I undestand, you can login as other local user and launch id username, where username is a domain user?

User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/26 10:02:11

mashiro2004 wrote:
2019/02/26 07:51:53
I undestand, you can login as other local user and launch id username, where username is a domain user?
if I understood correctly, this is the result:

Code: Select all

[root@br1010 ~]# id dominio.prod\\dsribeiro
uid=931601136(dsribeiro) gid=931600513(domain users) groups=931600513(domain users),931601158(gs-domain-admins-linux),931600512(domain admins),931600572(denied rodc password replication group)
[root@brs1010 ~]#
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

mashiro2004
Posts: 68
Joined: 2018/12/08 21:46:22
Location: Italy

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by mashiro2004 » 2019/02/26 11:27:06

perfect, now try to login using ssh dominio.prod\\dsribeiro@ipaddress

User avatar
douglastos
Posts: 15
Joined: 2019/01/07 09:49:22
Contact:

Re: ERROR SETTING SERVER IN WINDOWS DOMAIN

Post by douglastos » 2019/02/26 12:25:42

mashiro2004 wrote:
2019/02/26 11:27:06
perfect, now try to login using ssh dominio.prod\\dsribeiro@ipaddress
follows the result:

Code: Select all

root@noteloc16:~# ssh -p 42018 dominio.prod\\dsribeiro@192.168.0.18
dominio.prod\dsribeiro@192.168.0.18's password:
Permission denied, please try again.
dominio.prod.prod\dsribeiro@192.168.0.18's password:

root@noteloc16:~#
:cry:
Att.
Douglas Ribeiro
Infrastructure Analyst (Sysadmin)
about.me/douglasribeiro

Post Reply