Displaying 2 results from an estimated 2 matches for "thisbox".
Did you mean:
thickbox
2013 Sep 24
2
delete kerberos databases and start over
...ile initializing kadmin
interface'
smbclient works.
samba-tool testparm complains about long share names, but nothing else.
krb5.conf is:
[libdefaults]
default_realm = DOMAIN.SUFFIX
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
DOMAIN.SUFFIX = {
kdc = thisbox.domain.suffix:88
admin_server = thisbox.domain.suffix:749
default_domain = domain.suffix
}
kdc.conf is:
[kdcdefaults]
kdc_ports 750,88
[realms]
domain.suffix = {
database_name = /usr/local/samba/private/principal
admin_keytab = FILE:/usr/local/s...
2007 May 21
3
defining client/server configs
...ntpserver
...
}
I''d probably prefer to just get the ntp class determine which file to
use. Ideally I''d like to be able to just say "these boxes are the ntp
servers" and then watch all the boxes get the correct config files :-)
Some psuedocode like:
if ($ntp_server in thisbox.aliases) {
use ntp_server template
else
use ntp_client template
fi
This then leads onto where to store "details" for want of a
better term. I see there has been some discussion about this:
(http://mail.madstop.com/pipermail/puppet-users/2007-May/002649.html)
Some of these details...