Displaying 2 results from an estimated 2 matches for "dc_account_nam".
Did you mean:
dc_account_name
2012 Aug 25
3
Sysvol Replication in Samba4
Hi,
We installed a samba4 AD controller using Gpo for a small group of users
(5 users), everything is OK.
(Samba4 beta 7 on Ubuntu 12.04)
We installed another Samba4 AD controller as a BDC of the first one with
the command "samba-tool domain join" with succes.
After checking this new installation, we saw that the sysvol share was
not replicated from the PDC and all the Policies are
2014 May 25
2
Samba 4 / Kerberos / ssh
I try to get Samba 4 with ssh running.
I found in the Script from Matthieu Patou tot he sysvol sync the follwing intresting line.
---
kinit -k -t /etc/krb5.keytab `hostname -s | tr "[:lower:]" "[:upper:]"`\$
rsync -X -u -a $dc_account_name\$@${dc}.${domain}:$SYSVOL $STAGING
---
when i understand correct he uses the domain controller service principle to connect to the other domain controller. I know for that i need a working /etc/krb5.keytab
e.g. i have two s4 dc's
bob
alice
i have done the following. I want to connect from...