Displaying 20 results from an estimated 30000 matches similar to: "What is samba-tool domain join --machine-pass"
2018 Dec 06
2
Setup a Samba AD DC as an additional DC
On Wed, Dec 5, 2018 at 1:24 PM Barry D. Adkins <Barry at daram.com> wrote:
>
>
> If only this would have been my problem, yet the _msdcs.my.domain zone is
> in Windows DNS. Strange we are getting the same error.
>
>
>
*_msdcs.my.domain zone is in Windows DNS*
Being 'in' DNS is not the same as it existing as it's own dns zone. Up
until my change today,
2018 Nov 24
2
Setup a Samba AD DC as an additional DC
On Sat, 24 Nov 2018 07:36:56 +0000
"Barry D. Adkins via samba" <samba at lists.samba.org> wrote:
> >>As you are are using Ubuntu 18.04, you could just install Louis's
> >>Samba packages. They will install over and replace your existing
> >>Samba packages.
> >
> >I did this and the domain join with a Samba DC succeeded.
>
> Well
2018 Dec 06
0
Setup a Samba AD DC as an additional DC
I had my zones set for Domain Replication. After your post I set them for Forest Replication. I have not had a chance to see if that made a difference. I did not know Samba cared if it were one vs. the other.
-Barry Adkins
From: andrew at ruscica.com [mailto:andrew at ruscica.com] On Behalf Of Andrew Ruscica
Sent: Wednesday, December 5, 2018 9:17 PM
To: Barry D. Adkins <Barry at
2018 Nov 23
4
Setup a Samba AD DC as an additional DC
On Fri, 23 Nov 2018 08:20:42 +0000
"Barry D. Adkins via samba" <samba at lists.samba.org> wrote:
> Samba 4.7.6 Ubuntu
>
> /etc/hosts:
>
> 127.0.0.1 localhost.localdomain localhost
> ::1 localhost6.localdomain6 localhost6
>
> # The following lines are desirable for IPv6 capable hosts
> ::1 localhost ip6-localhost ip6-loopback
2018 Nov 24
2
Setup a Samba AD DC as an additional DC
++++++++++++
Wait, I spoke too soon. After reviewing the long list of things it did do, but didn't before... I see, "Join failed - cleaning up".
I have not listed the entire list of things it did accomplish but will if needed. Here is the "end" where it appears to go wrong (I think)...
Partition[DC=daram,DC=com] objects[5985/14688] linked_values[0/385]
2018 Nov 29
8
Setup a Samba AD DC as an additional DC
Hai Barry,
We know about exchange might be a problem, the others i dont know..
Check the windows schema levels.
https://wiki.samba.org/index.php/AD_Schema_Version_Support
You could try a clean setup as shown by my howto.
Before you install setup ip and hostname in the windows DNS for the linux server.
Make sure you use a name thats never used before, just to be sure of no side effects.
2018 Nov 29
0
Setup a Samba AD DC as an additional DC
No, there is a simple problem and solution to get id.s
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Configuring_the_Name_Service_Switch
For the member,
apt-get install libnss-winbind libpam-winbind
change /etc/nsswitch.conf
passwd: compat systemd winbind
group: compat systemd winbind
Run pam-auth-update
And for testing set these to yes in smb.conf
2018 Dec 05
2
Setup a Samba AD DC as an additional DC
On Tue, Dec 4, 2018 at 11:46 PM Andrew Bartlett <abartlet at samba.org> wrote:
> ...
> It is very likely 'just a bug'. We do some DNS things trying to make
> sure the new DC can work the moment it starts (before that, folks had a
> lot of difficulty with the new DC not being in global DNS).
>
> This is different to what windows does, and there is a variety of
>
2003 Jan 23
3
Locating the MACHINE.SID fil
Additional Info...
I am beginning to think that a file called 'secrets.tdb' might be what I
am looking for. Inside that file is something mentioning SID. Of course,
it also mentions the name of the PDC.
If that is the file I am supposed to copy over. Then it is done.
However, I still need a little more input for setting up a Samba BDC.
With a Samba BDC, should I leave the
2018 Nov 21
7
Setup a Samba AD DC as an additional DC
I've installed these packages:
apt-get install samba winbind libnss-winbind libpam-winbind libpam-krb5 krb5-config
Installing on fresh Ubuntu 18.04 server
Nothing is configured yet as following the wikis you come to the DNS configuration before you get to configuring Samba stuff.
Wiki states: If you are planning to set up a Samba Active Directory (AD) domain controller (DC) using the
2018 Nov 22
2
Setup a Samba AD DC as an additional DC
which samba version, because i've een reports the 4.8 fails and 4.7 fails but 4.6 should work, and i dont know about 4.9.2
Can you show your /etc/hosts file and /etc/resolv.conf and /etc/krb5.conf
You used :
samba-tool domain join mydomain.com DC -U"MYDOMAIN\administrator" --dns-backend=SAMBA_INTERNAL --option="interfaces=ens2f0"
not wrong, but can you try.
kinit
2018 Dec 04
3
Required to Build Samba
The wiki:
https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba
Debian / Ubuntu
These 2 packages are not available for 18.04 but are for 16.04
python-gpgme python3-gpgme
Does this mean you can't build on 18.04? I assume so.
I assume this is okay: Note, selecting 'perl-modules-5.26' instead of 'perl-modules'
-Barry Adkins
2018 Nov 27
10
Setup a Samba AD DC as an additional DC
Hai,
I had a quick look.
Barry, can you get this script and run it.
https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh
Then post the results to the list.
It collects all info i need to have a better look.
I have a few ideas, this might be a resolving order problem, i've based on the errors below.
Can you also post the output of bind from the point its
2018 Dec 01
2
Setup a Samba AD DC as an additional DC
Here are the ouputs of the previous diagnostics you asked for:
:~$ nslookup sambaDC
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: sambaDC.domain.com
Address: 131.192.176.40
:~$ nslookup sambaDC.domain.com
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: sambaDC.domain.com
Address: 131.192.176.40
:~$ host
2018 Nov 24
0
Setup a Samba AD DC as an additional DC
I setup DNS replication in WINDOWS AD to: "All domain controllers in this domain (for Windows 2000 compatibility). The only other options were DNS running on a Forest/domain AD DC, which should probably be OKAY since we are making the Samba server a DC, but I was trying to see if I could get rid of the ADD_REPLICA_INHIBITED error. I also allowed DNS zone transfers, and allowed secure and
2018 Nov 24
1
Ubuntu bionic 18.04 compatible samba 4.9.2 packages amd64 only now available.
>wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
>echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list
>echo "deb http://apt.van-belle.nl/debian bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list
>
>And install as usual.
Okay, I see the second 2 lines create
2018 Dec 04
1
Required to Build Samba
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: dinsdag 4 december 2018 10:13
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Required to Build Samba
>
> On Tue, 4 Dec 2018 09:24:30 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
2018 Nov 18
0
getenv does not return any AD DOMAIN users or groups - ?nsswitch is not setup for Samba?
On Sat, 17 Nov 2018 22:54:43 +0000
"Barry D. Adkins" <Barry at daram.com> wrote:
>
> > The problem is that getenv does not return any AD domain users or
> > groups. From much research this seems to be because nsswitch is not
> > setup for Samba.
>
> >>I take it you mean 'getent'
> YES
>
> > The Libnss winbind Links Wiki says
2018 Nov 29
4
Setup a Samba AD DC as an additional DC
Hai Barry,
> Onderwerp: [Samba] Setup a Samba AD DC as an additional DC
>
> >What is the running AD DC its os version/build, it was an MS server?
> 2 AD DCs Windows 2012, 1 is 2008, but the DC for the join is
> a 2012 windows DC
Yes, but win 2012 which one? 2012 or 2012R2
Can you open a dosbox (cmd) and type : ver
The build nummer is?
>
> Then question after
2002 Nov 21
1
W2k clients wont' join samba
Ralf,
I am using Samba 2.2.5-10 and haven't had any issues with getting Win2K
clients to connect to the domain after getting Samba properly configured
as a PDC. It could be a minor configuration issue. Although, in my
reading I could only get confirmation that Samba 2.2.5-x would work with
Windows 2000 Clients regardless of the Service Pack level.
You might need to take a