I created a new vm and was able to get through the wiki successfully. A few notes. samba-tool dns zonecreate <Your-AD-DNS-Server-IP-or-hostname> 0.99.10.in-addr.arpa didn't work. I needed to do samba-tool dns zonecreate <Your-AD-DNS-Server-IP-or-hostname> 0.99.10.in-addr.arpa -U Administrator. I was logged into the server as root but it tries to authenticate as the user you're logged in with. There is an issue using Fedora as the PDC but can I use it as a DC or at least a file server? If so, is there a specific wiki for that? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional. On Thu, Oct 7, 2021 at 3:54 AM Rowland Penny via samba < samba at lists.samba.org> wrote:> On Thu, 2021-10-07 at 00:29 -0400, Rob Campbell wrote: > > Installed a new Debian server and not able to 'kinit > > Administrator'. > > > > # uname -a > > Linux DSDC01 5.10.0-8-amd64 #1 SMP Debian 5.10.46-5 (2021-09-23) > > x86_64 GNU/Linux > > > > # samba-tool domain provision --use-rfc2307 --interactive > > Realm [TEST-SERVER.LAN]: DC01.TEST-SERVER.LAN > > You have used the FQDN for the Realm, you should just have pressed > enter. > > > Domain [DC01]: > > This has lead to the netbios name (hostname) being used for the netbios > domain name (workgroup) because you did just press enter. > > You will have to provision again. > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
On Thu, 2021-10-07 at 21:35 -0400, Rob Campbell wrote:> I created a new vm and was able to get through the wiki > successfully. A few notes. > > samba-tool dns zonecreate <Your-AD-DNS-Server-IP-or-hostname> > 0.99.10.in-addr.arpa didn't work. I needed to do samba-tool dns > zonecreate <Your-AD-DNS-Server-IP-or-hostname> 0.99.10.in-addr.arpa > -U Administrator. I was logged into the server as root but it tries > to authenticate as the user you're logged in with.I will find and fix that.> > There is an issue using Fedora as the PDC but can I use it as a DC or > at least a file server? If so, is there a specific wiki for that? >No such thing as a PDC in AD, all AD DC's are equal, it is just that some of them can have FSMO roles. There are numerous issues with using MIT kerberos with a Samba AD DC, which is why it is marked experimental, but you can use the fedora packages for a Unix domain member or standalone server. Rowland
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 8 oktober 2021 9:17 > Aan: sambalist > Onderwerp: Re: [Samba] Unable to join domain > > On Thu, 2021-10-07 at 21:35 -0400, Rob Campbell wrote: > > I created a new vm and was able to get through the wiki > > successfully. A few notes. > > > > samba-tool dns zonecreate <Your-AD-DNS-Server-IP-or-hostname> > > 0.99.10.in-addr.arpa didn't work. I needed to do samba-tool dns > > zonecreate <Your-AD-DNS-Server-IP-or-hostname> 0.99.10.in-addr.arpa > > -U Administrator. I was logged into the server as root but it tries > > to authenticate as the user you're logged in with.I only have one question on this part. Did you use? : sudo su Or sudo su - If the first, try again with sudo su - @Rowland, maybe its good to mention people need to use sudo samba-tool Or use sudo su - Greetz, Louis