Displaying 4 results from an estimated 4 matches for "ctory_domain_control".
2016 Dec 06
2
smb.conf different between first DC and replica DC
Under ubuntu 16.04, compiling samba 4.5.1 from source, I've created an
initial DC and a replica DC by following:
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
For the second one I had to add the extra DNS records as per:
https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record
Now, I think it's worked OK. However I see there are two lines in
smb.c...
2016 Dec 06
1
smb.conf different between first DC and replica DC
...Candler via samba <samba at lists.samba.org> wrote:
>
> > Under ubuntu 16.04, compiling samba 4.5.1 from source, I've created
> > an initial DC and a replica DC by following:
> >
> > https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Dire
> > ctory_Domain_Controller
> > https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_
> > Active_Directory
> >
> > For the second one I had to add the extra DNS records as per:
> > https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Re
> > cord
> >
>...
2017 Apr 25
2
Setup a new samba AD DC
...entos 7 samba member server with standard samba-4.4.4
rpm (without dc enabled) and join it to Fedora AD-DC for manage data
users.
After install bind dns and samba new rebuild rpms, I have follow this
howto and setting up the AD:
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
I have use this samba tool deploy:
samba-tool domain provision --realm=solinos.loc --domain=solinos \
--dns-backend=BIND9_DLZ --use-rfc2307 \
--server-role=dc --function-level=2008_R2 \
--use-xattr=yes
This is my current automatic generate smb.conf file:
# Global param...
2017 Apr 25
3
Setup a new samba AD DC
...d join it to Fedora AD-DC for manage
> > data
> > users.
> >
> > After install bind dns and samba new rebuild rpms, I have follow
> > this
> > howto and setting up the AD:
> > https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Dire
> > ctory_Domain_Controller
> >
> > I have use this samba tool deploy:
> >
> > samba-tool domain provision --realm=solinos.loc --
> > domain=solinos \
> > --dns-backend=BIND9_DLZ --use-rfc2307 \
> > --server-role=dc --function-level=2008_R2 \
> > --use-xa...