Displaying 5 results from an estimated 5 matches for "apprenticesnotes".
2017 Oct 11
4
Using GPO to mount shares on Linux
I think MJ is using samba with AD backend and Rowland RID.
Rowland, try AD backend if your using rid atm.
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens mj via samba
> Verzonden: woensdag 11 oktober 2017 13:25
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Using GPO to mount shares on Linux
>
>
>
2017 Oct 11
0
Using GPO to mount shares on Linux
...permitted_enctypes = aes128-cts-hmac-sha1-96 aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
Now here, if you see, Required keys not available, no matter what you do
Then you probley are missing these line in krb5.conf.
The source i use for above info :
http://www.cs.rug.nl/~jurjen/ApprenticesNotes/mount_ms_cifs_using_ad_krb.html
http://www.cs.rug.nl/~jurjen/ApprenticesNotes/ad_nfs4.html
Its a .nl domain but its in english ;-) and contains still good info.
Just beware its based on debian squeeze.
And a handy to know.
https://support.microsoft.com/en-us/help/977321/kdc-event-id-16-or-27-...
2017 Oct 20
1
Using GPO to mount shares on Linux
...5
permitted_enctypes = aes128-cts-hmac-sha1-96 aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
Now here, if you see, Required keys not available, no matter what you do
Then you probley are missing these line in krb5.conf.
The source i use for above info :
http://www.cs.rug.nl/~jurjen/ApprenticesNotes/mount_ms_cifs_using_ad_krb.html
http://www.cs.rug.nl/~jurjen/ApprenticesNotes/ad_nfs4.html
Its a .nl domain but its in english ;-) and contains still good info.
Just beware its based on debian squeeze.
And a handy to know.
https://support.microsoft.com/en-us/help/977321/kdc-event-id-16-or-27-is-l...
2017 Oct 20
2
Using GPO to mount shares on Linux
...-cts-hmac-sha1-96 aes256-cts-hmac-sha1-96
> rc4-hmac des-cbc-crc des-cbc-md5
>
> Now here, if you see, Required keys not available, no matter what you do
> Then you probley are missing these line in krb5.conf.
>
> The source i use for above info :
> http://www.cs.rug.nl/~jurjen/ApprenticesNotes/mount_ms_
> cifs_using_ad_krb.html
> http://www.cs.rug.nl/~jurjen/ApprenticesNotes/ad_nfs4.html
>
> Its a .nl domain but its in english ;-) and contains still good info.
> Just beware its based on debian squeeze.
> And a handy to know.
> https://support.microsoft.com/en-us/hel...
2018 Oct 24
5
Again NFSv4 and Kerberos at the 'samba way'...
.... ;-)
> I've tried to start with this, that seems very simple:
>
> https://wiki.debian.org/NFS/Kerberos
Yes, i started there also. But that one isnt working correctly with samba.
Read it, and learn from it, then skip/dont use it.
I've used also
http://www.cs.rug.nl/~jurjen/ApprenticesNotes/ad_nfs4.html as base.
This is an old one but has some good info on how things work. ( more to find on this site also )
Just read it and again dont use it.
same here, some example are shown wrong.
Then i used :
https://help.ubuntu.com/community/NFSv4Howto#NFSv4_with_Kerberos
Yes, its ubuntu,...