Hi, I'm trying to implement an auto-join procedure for diskless (nfs root) thin clients. I'm able to issue "net ads join" command but /etc/krb5.keytab can't be created due to the read-only /etc directory. I'm using read-write tmpfs file system for other directories such as /tmp, /run, /var/log etc. but /etc supposed to be read-only. I have to tell "net ads join" or "net ads keytab create" commands to create keytab file to a writable location. Can I do that? Thanks. __ Taner Tas
On Wed, 26 Dec 2018 12:49:10 +0300 Taner Tas via samba wrote:> I have to tell "net ads join" or "net ads keytab create" commands to > create keytab file to a writable location. Can I do that?dedicated keytab file = /tmp/krb5.keytab For which programs do you use the keytab?
> > dedicated keytab file = /tmp/krb5.keytab > > For which programs do you use the keytab?I already tried that. But still tries to write at /etc. It seems this parameter used when you have a keytab already. __ Taner Tas