subbergunz

Results 7 comments of subbergunz

Thanks, you made me check, and you'r right, about the standard. In the server class, I think the value is 8192. All this is not as trivial as I thought.

I understand, or at least try to, how complicated it can be. I will stay tuned. Thanks, Bergonz

Hi, thank you for your continued porting and maintaining efforts. I just want to report that I compiled and installed on a fresh new Debian 10.9, kernel version 4.19.181 from...

Sure, in this fresh debian 10 server I have four SSD disks, nvme[0-3]n1. 0 and 1 have a single partition in softraid as md3, md3 is encrypted with cryptsetup, the...

I think mounting / over MARS is an interesting and intriguing thing, difficult to do: you would definitely have to heavily customize the initrd image and the booting process. I...

It appears to be supported now, in https://github.com/IdentityPython/pysaml2/commit/718cf98a3baba4642ca9321e05115157c0d387dd

I am now testing this diff: # diff -c /usr/local/lib/python3.9/dist-packages/djangosaml2idp/views.py.orig /usr/local/lib/python3.9/dist-packages/djangosaml2idp/views.py *** /usr/local/lib/python3.9/dist-packages/djangosaml2idp/views.py.orig 2022-01-18 15:08:14.414687736 +0100 --- /usr/local/lib/python3.9/dist-packages/djangosaml2idp/views.py 2022-01-18 16:01:56.845308818 +0100 *************** *** 56,61 **** --- 56,66 ---- request.session['Binding'] =...