Displaying 1 result from an estimated 1 matches for "hmsmbctx".
2013 Sep 09
1
samba 4 failed with kerberos error (ubuntu)
...interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.19
netmask 255.255.252.0
up route add default gw 192.168.1.4
dns-search hofmann-intern.de
dns-nameservers 192.168.1.26
/etc/hosts:
127.0.0.1 localhost
192.168.1.19 hmsmbctx.hofmann-intern.de hmsmbctx
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
I installed required software:
apt-get install build-essential libacl1-dev libatt...