linux - Windows client connecting to UCS / Samba server - The join operation was not successful -


using univention corporate server ucs, have following linux distribution:

root@ucs:~# cat /etc/*-release distrib_id=univention distrib_release="4.2-2 errata159" distrib_codename=lesum  distrib_description="univention corporate server 4.2-2 errata159 (lesum)" pretty_name="debian gnu/linux 8 (jessie)" name="debian gnu/linux" version_id="8" version="8 (jessie)" id=debian home_url="http://www.debian.org/" support_url="http://www.debian.org/support" bug_report_url="https://bugs.debian.org/" 

and following samba version:

root@ucs:~# samba -v version 4.6.1-debian 

on linux machine have configured package:

active directory-compatible domain controller 

i configured 1 user there: myuser under group: domain users.

my problem is, when trying connect local domain defined there: mydomain.intranet

i error:

the join operation not successful. because existing computer account having name "myuser-pc" created using different set of credentials. use different computer name, or contact administrator remove stale conflicting account. error was:  access denied 

as can see on following image:

enter image description here

any idea on how troubleshoot this?

thanks.

greetings univention,

this might not best site ask solutions these kind of problems, jeff mention.

we invite univention help lot of experienced community members , our staff love you.

beside that, did try join domain myuser user? won't work user doesn't have proper rights add machines domain. have tried user administrator shown in this image?

you want make sure, there isn't machine name dell-insipron existent in domain, assume won't case.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -