Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 16, 2019 20: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 ryantm/3b6a097816da6c64cc4fb5dd31ca2378 to your computer and use it in GitHub Desktop.
Save ryantm/3b6a097816da6c64cc4fb5dd31ca2378 to your computer and use it in GitHub Desktop.
/nix/store/4ikrhms3g2df33i6k0yywaxp3skkq6p0-duo-unix-1.11.2
├── bin
│   └── 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
│   ├── LICENSE
│   └── README.md
└── man
├── man3
│   └── duo.3.gz
└── man8
├── login_duo.8.gz
└── pam_duo.8.gz
14 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment