Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 12:19
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 ryantm/956a33b83086e977e4cfa4c244805e9a to your computer and use it in GitHub Desktop.
Save ryantm/956a33b83086e977e4cfa4c244805e9a to your computer and use it in GitHub Desktop.
/nix/store/rlwffn760vb4skzq92hrc5k0djsar5im-duo-unix-1.11.1
├── bin
│   └── login_duo
├── etc
│   └── duo
│   ├── login_duo.conf
│   └── pam_duo.conf
├── include
│   ├── duo.h
│   ├── shell.h
│   └── util.h
├── lib
│   ├── pkgconfig
│   │   └── libduo.pc
│   └── security
│   ├── pam_duo.la
│   └── pam_duo.so
├── sbin -> bin
└── share
├── doc
│   └── duo_unix
│   ├── AUTHORS
│   ├── CHANGES
│   ├── CONTRIBUTING.md
│   ├── LICENSE
│   └── README.md
└── man
├── man3
│   └── duo.3.gz
└── man8
├── login_duo.8.gz
└── pam_duo.8.gz
14 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment