Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 21, 2019 15:53
/nix/store/07pxhfnj7cr5db87azq5rgilncgalhv0-duo-unix-1.11.3
├── 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