Displaying 5 results from an estimated 5 matches for "setrealm".
2015 Sep 03
7
samba_dlz: Failed to connect
On Thu, 3 Sep 2015, Rowland Penny wrote:
> What are the permissions on /var/lib/samba/private/dns ?
Also don't forget the permissions on /var/lib/samba/private
If you're using sernet's packages, you'll have to chgrp it to to named or give
it o+x perms.
2015 Sep 03
2
dhcp errors - Re: dhcp example
...t as user dhcpd, group dhcpd, so I
don't see how it can create the file. I have to create it and set the
owner to root:dhcpd
>
> exec >> $LOG 2>&1
Then this line fails and soforth.
>
> ## CONFIGURATION ##
>
> # Samba 4 realm, change this to YOUR realm.
> SETREALM=EXAMPLE.COM
> ## define the dhcp user that will be used for the Dynamic updates to
> samba4
> ## this will create a Principal like : user at realm
> SETDHCPUSER=dhcpduser
> # DNS domain, change this to YOUR dns domain
> domain=example.com
> # TXT RRs (rfc4701)
> # Set to YE...
2015 Sep 03
0
dhcp example
...Belle louis at van-belle.nl
# method to check for valid kerberos ticket changed
LOG="/var/log/dyndns.log"
if [ -f /var/log/dyndns.log ]; then
:
else
touch /var/log/dyndns.log
fi
exec >> $LOG 2>&1
## CONFIGURATION ##
# Samba 4 realm, change this to YOUR realm.
SETREALM=EXAMPLE.COM
## define the dhcp user that will be used for the Dynamic updates to samba4
## this will create a Principal like : user at realm
SETDHCPUSER=dhcpduser
# DNS domain, change this to YOUR dns domain
domain=example.com
# TXT RRs (rfc4701)
# Set to YES to use TXT RRs
TXTRRS="NO"
#...
2015 Sep 04
0
dhcp errors - Re: dhcp example
...it can create the file. I have to create it and set the
> owner to root:dhcpd
>
>
>>
>> exec >> $LOG 2>&1
>
> Then this line fails and soforth.
>
>>
>> ## CONFIGURATION ##
>>
>> # Samba 4 realm, change this to YOUR realm.
>> SETREALM=EXAMPLE.COM
>> ## define the dhcp user that will be used for the Dynamic updates to
>> samba4
>> ## this will create a Principal like : user at realm
>> SETDHCPUSER=dhcpduser
>> # DNS domain, change this to YOUR dns domain
>> domain=example.com
>> # TXT RR...
2015 Sep 04
1
further testing - Re: dhcp errors - Re: dhcp example
...>> the owner to root:dhcpd
>>
>>
>>>
>>> exec >> $LOG 2>&1
>>
>> Then this line fails and soforth.
>>
>>>
>>> ## CONFIGURATION ##
>>>
>>> # Samba 4 realm, change this to YOUR realm.
>>> SETREALM=EXAMPLE.COM
>>> ## define the dhcp user that will be used for the Dynamic updates to
>>> samba4
>>> ## this will create a Principal like : user at realm
>>> SETDHCPUSER=dhcpduser
>>> # DNS domain, change this to YOUR dns domain
>>> domain=examp...