Skip to content

Instantly share code, notes, and snippets.

@akkornel
akkornel / globus-connect-server.conf
Created March 18, 2018 19:39
Globus Connect Server configuration (Stanford-specific), part 1
; vim: filetype=dosini : nospell :
;------------------------------
; Globus Configuration, Part 1
;------------------------------
; This is the part of /etc/globus-connect-server.conf that is common to all
; authentication methods. You can fill it out even if you haven't decided on
; an authentication method to use.
@akkornel
akkornel / 102217.txt
Created October 23, 2017 05:49
Git commit & tag re-certification from October 22, 2017
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Here is the table referred to in my blog post at
http://karl.kornel.us/2017/10/welp-there-go-my-git-signatures/
Last commit signed by my revoked sub-key First commit signed using my new sub-key
2af1083219692bf5046bac2c815656358fcda71f 4793f2c8fa5a69dcc351927039724704fca5dac0
bedb51ebee32838e0c9359fcca044e97ff1c3677 ccf9d4e03d757759c4b34579dad763be4e1cf21d
0473090599c505e78dd9fa8399d4b858e2ecc653 bf148ded0854093e0e4ce05c81210583b193997d
#!/bin/env python3
import pyasn1
from pyasn1.type import constraint, namedtype, namedval, univ
from pyasn1.codec.ber.decoder import decode
from uuid import UUID
# These come from Python-LDAP's syncrepl module.
# They're definitions for pyasn1 to understand what it's parsing.