Displaying 3 results from an estimated 3 matches for "anypath".
Did you mean:
abspath
2018 Dec 17
1
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
...y) keytab
But now i can't explain the mix of `dedicated keytab` and `secrets and keytab` anymore.
Here : secrets and keytab
Keytab points to in-memory and/or file keytab?? , at least thats how i thought it did work.
>
> > kerberos method = dedicated keytab
> > can be : AnyPath/to/keytabfile.
> > kerberos method = secrets and keytab - use the secrets.tdb first,
> > then the system keytab
> >
> > I think we should define "system keytab" a bit beter in smb.conf.
>
> You are probably right Louis, want to make this your first patch as...
2018 Dec 17
0
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
...file must be set to specify the location of the keytab file.
So you options are
kerberos method = secret only ( the default.) so no changes in smb.conf by default.
kerberos method = system keytab assumes the system default ( /etc/krb5.keytab )
kerberos method = dedicated keytab can be : AnyPath/to/keytabfile.
kerberos method = secrets and keytab - use the secrets.tdb first, then the system keytab
I think we should define "system keytab" a bit beter in smb.conf.
So yeah, you might say, `kerberos method = secrets and keytab` should work fine without the setting : dedicated key...
2018 Dec 17
6
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
All,
using Samba as an AD (2k12) domain member in Stretch
(2:4.5.12+dfsg-2+deb9u4) with tdb as default and rid as domain backend.
No overlapping. Everything works fine. Setup was done as in the wiki
[1].
If you're connecting from a Windows 10 client and do not add
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
winbind refresh tickets = Yes
to