Displaying 4 results from an estimated 4 matches for "teeest".
Did you mean:
newest
2019 Jan 10
4
samba-tool auth in scripts
...ommand therefore
fails (asking for password):
| # init ticket if necessary
| klist -c ~/tmp/ticket-cache -s || kinit -F -k -t
~/etc/dehydrated-service.keytab -c ~/tmp/ticket-cache
dehydrated-service at MY.DOMAIN
| # change records
| samba-tool dns add barva.my.domain my.domain jakob-test TXT "TEEEST"
-k yes
Thanks again,
Jakob
2019 Jan 10
0
samba-tool auth in scripts
...ticket if necessary
> > | klist -c ~/tmp/ticket-cache -s || kinit -F -k -t
> > ~/etc/dehydrated-service.keytab -c ~/tmp/ticket-cache
> > dehydrated-service at MY.DOMAIN
> > | # change records
> > | samba-tool dns add barva.my.domain my.domain jakob-test
> TXT "TEEEST"
> > -k yes
> >
>
> You don't ;-)
> You do what the script should have done (I feel version 0.8.10 will
> soon make an appearance), export the cache to use <export
> KRB5CCNAME="/tmp/dhcp-dyndns.cc"> and then use '$KRB5CCNAME' wherever
&...
2019 Jan 10
0
samba-tool auth in scripts
...password):
>
> | # init ticket if necessary
> | klist -c ~/tmp/ticket-cache -s || kinit -F -k -t
> ~/etc/dehydrated-service.keytab -c ~/tmp/ticket-cache
> dehydrated-service at MY.DOMAIN
> | # change records
> | samba-tool dns add barva.my.domain my.domain jakob-test TXT "TEEEST"
> -k yes
>
You don't ;-)
You do what the script should have done (I feel version 0.8.10 will
soon make an appearance), export the cache to use <export
KRB5CCNAME="/tmp/dhcp-dyndns.cc"> and then use '$KRB5CCNAME' wherever
'/tmp/dhcp-dyndns.cc' appear...
2019 Jan 09
3
samba-tool auth in scripts
Hi,
I created a script to add DNS entries with samba-tool (for LetsEncrypt,
as a dehydrated hook.) Works fine, but I have the password for the
dedicated user to do that in the script in the clear. I think I read
somewhere something about doing it with kerberos, but I never used
kerberos and don't know where to start. Is there any good way to be
doing this?
Thanks,
Jakob