Displaying 2 results from an estimated 2 matches for "dhcpduser_keytab".
2017 Apr 26
2
Setup a new samba AD DC
...exit 1
+fi
+
# Kerberos principal
SETPRINCIPAL="dhcpduser@${REALM}"
# Kerberos keytab
@@ -43,13 +49,15 @@
fi
# Check for Kerberos keytab
-if [ ! -f /etc/dhcp/dhcpduser.keytab ]; then
- echo "Required keytab /etc/dhcpduser.keytab not found, it needs to be created."
+dhcpduser_keytab='/etc/samba/dhcpduser.keytab'
+#dhcpduser_keytab=/etc/dhcp/dhcpduser.keytab
+if [ ! -f $dhcpduser_keytab ]; then
+ echo "Required keytab $dhcpduser_keytab not found, it needs to be created."
echo "Use the following commands as root"
- echo "samba-tool dom...
2017 Apr 25
2
Setup a new samba AD DC
Il giorno mar, 25/04/2017 alle 14.36 +0100, Rowland Penny via samba ha
scritto:
> > However I would like to enable also the DHCP service, and think
> > it's right to activate it on this server.
> >
> > What is the best way to do so?
>
> Well you could always do it the way I have been doing it for the last
> 5 years, see here:
>
>