Failed to join domain: failed to set machine kerberos encryption types: Insufficient access
up vote
3
down vote
favorite
Has anyone gotten this error when trying to join CentOS 7 to Active Directory? I tried various ways(via cli, gui, tui) and always get same error.
Failed to join domain: failed to set machine kerberos encryption types: Insufficient access
centos active-directory kerberos domain
add a comment |
up vote
3
down vote
favorite
Has anyone gotten this error when trying to join CentOS 7 to Active Directory? I tried various ways(via cli, gui, tui) and always get same error.
Failed to join domain: failed to set machine kerberos encryption types: Insufficient access
centos active-directory kerberos domain
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
1
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
Any one with some help?
– Losmino
Dec 25 '15 at 12:49
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Has anyone gotten this error when trying to join CentOS 7 to Active Directory? I tried various ways(via cli, gui, tui) and always get same error.
Failed to join domain: failed to set machine kerberos encryption types: Insufficient access
centos active-directory kerberos domain
Has anyone gotten this error when trying to join CentOS 7 to Active Directory? I tried various ways(via cli, gui, tui) and always get same error.
Failed to join domain: failed to set machine kerberos encryption types: Insufficient access
centos active-directory kerberos domain
centos active-directory kerberos domain
edited Jul 26 '16 at 23:34
clk
1,5641821
1,5641821
asked Dec 8 '15 at 14:28
Losmino
162
162
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
1
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
Any one with some help?
– Losmino
Dec 25 '15 at 12:49
add a comment |
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
1
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
Any one with some help?
– Losmino
Dec 25 '15 at 12:49
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
1
1
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
Any one with some help?
– Losmino
Dec 25 '15 at 12:49
Any one with some help?
– Losmino
Dec 25 '15 at 12:49
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
I was able to successfully run:
net ads testjoin
Even after receiving the same message on CentOS 7. I can login via my company AD successfully.
I get output when I runnet ads testjoin: Join is OK
– Losmino
Feb 1 '16 at 16:29
add a comment |
up vote
0
down vote
The solution were just in front of me. Although error appears the machine is joined to AD, error is misleading .
Useful command for checking if machine is in AD
net ads -P status
To provide machine stay in AD you need to create a kerberos ticket with
kinit
command.
Regards
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I was able to successfully run:
net ads testjoin
Even after receiving the same message on CentOS 7. I can login via my company AD successfully.
I get output when I runnet ads testjoin: Join is OK
– Losmino
Feb 1 '16 at 16:29
add a comment |
up vote
0
down vote
I was able to successfully run:
net ads testjoin
Even after receiving the same message on CentOS 7. I can login via my company AD successfully.
I get output when I runnet ads testjoin: Join is OK
– Losmino
Feb 1 '16 at 16:29
add a comment |
up vote
0
down vote
up vote
0
down vote
I was able to successfully run:
net ads testjoin
Even after receiving the same message on CentOS 7. I can login via my company AD successfully.
I was able to successfully run:
net ads testjoin
Even after receiving the same message on CentOS 7. I can login via my company AD successfully.
edited Jan 12 '16 at 16:57
sam
13.1k31326
13.1k31326
answered Jan 12 '16 at 16:25
Jess
1
1
I get output when I runnet ads testjoin: Join is OK
– Losmino
Feb 1 '16 at 16:29
add a comment |
I get output when I runnet ads testjoin: Join is OK
– Losmino
Feb 1 '16 at 16:29
I get output when I run
net ads testjoin: Join is OK– Losmino
Feb 1 '16 at 16:29
I get output when I run
net ads testjoin: Join is OK– Losmino
Feb 1 '16 at 16:29
add a comment |
up vote
0
down vote
The solution were just in front of me. Although error appears the machine is joined to AD, error is misleading .
Useful command for checking if machine is in AD
net ads -P status
To provide machine stay in AD you need to create a kerberos ticket with
kinit
command.
Regards
add a comment |
up vote
0
down vote
The solution were just in front of me. Although error appears the machine is joined to AD, error is misleading .
Useful command for checking if machine is in AD
net ads -P status
To provide machine stay in AD you need to create a kerberos ticket with
kinit
command.
Regards
add a comment |
up vote
0
down vote
up vote
0
down vote
The solution were just in front of me. Although error appears the machine is joined to AD, error is misleading .
Useful command for checking if machine is in AD
net ads -P status
To provide machine stay in AD you need to create a kerberos ticket with
kinit
command.
Regards
The solution were just in front of me. Although error appears the machine is joined to AD, error is misleading .
Useful command for checking if machine is in AD
net ads -P status
To provide machine stay in AD you need to create a kerberos ticket with
kinit
command.
Regards
answered Feb 5 '16 at 8:39
Losmino
162
162
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f248115%2ffailed-to-join-domain-failed-to-set-machine-kerberos-encryption-types-insuffic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
do you use an AD account with admin right ?
– Archemar
Dec 8 '15 at 14:39
Yes, I tried to join RHEL 6.4 with same method to AD and it succeeded.
– Losmino
Dec 8 '15 at 14:42
1
post here the command what you did in the cli, please
– Rui F Ribeiro
Dec 8 '15 at 15:26
access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… Do by this guide, and every tuturial is very similar to this. Also tried with realm join command with adjusting all required parameters.
– Losmino
Dec 8 '15 at 15:43
Any one with some help?
– Losmino
Dec 25 '15 at 12:49