Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/979ffa404d90b5ffa31aa02d141ead31 to your computer and use it in GitHub Desktop.
Save r-ryantm/979ffa404d90b5ffa31aa02d141ead31 to your computer and use it in GitHub Desktop.
/nix/store/5ii02hy43cpgs7zd12zy2ly0qr7ifbhz-duo-unix-1.11.4
├── bin
│   ├── duo_unix_support.sh
│   └── login_duo
├── etc
│   └── duo
│   ├── login_duo.conf
│   └── pam_duo.conf
├── include
│   ├── common_ini_test.h
│   ├── duo.h
│   ├── duo_private.h
│   ├── shell.h
│   ├── unity.h
│   └── util.h
├── lib
│   ├── pkgconfig
│   │   └── libduo.pc
│   └── security
│   ├── pam_duo.la
│   └── pam_duo.so
├── sbin -> bin
└── share
├── doc
│   └── duo_unix
│   ├── AUTHORS
│   ├── CHANGES
│   ├── CONTRIBUTING.md
│   ├── duo_unix_support
│   │   └── README.md
│   ├── LICENSE
│   └── README.md
└── man
├── man3
│   └── duo.3.gz
└── man8
├── login_duo.8.gz
└── pam_duo.8.gz
15 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment