teleport/lib/pam
Zac Bergquist 2ae9d770fc
Refactor tctl's dependencies (#22693)
* Move configuration from lib/service to lib/service/servicecfg

The new servicecfg package will hold only configuration for services.
This will allow other packages (like tctl and tsh) to depend on
servicecfg without pulling in all of lib/service (which has a number
of platform-specific details).

This is the first step towards being able to build tctl for Windows.

* Move PAM and BPF config into servicecfg

This breaks a compile-time dependency on BPF/PAM for tctl.
2023-03-09 17:48:36 +00:00
..
pam.c
pam.go Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
pam_nop.go Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
pam_test.go Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00