What does the minimum tacacs-ng configuration include?
12 views
Skip to first unread message
Eveline
unread,
Jun 16, 2025, 6:00:45 AMJun 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Event-Driven Servers
Hi , Marc!
"If you don't care for the optional features (TLS support, C-ARES, others), just run
./configure --minimum tac_plus-ng
make
sudo make install
"
Can you please tell me what the minimum installation includes ? Will ldaps work ? The project is awesome, but the minimal version is enough for me, but I wonder what the minimal includes ?
Thanks!
Marc Huber
unread,
Jun 16, 2025, 9:51:34 AMJun 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to event-driv...@googlegroups.com
Hi,
the "--minimum" option will skip
- curl
- ssl/crypto
- dns resolving via libc-ares
by disabling auto-detection of the corresponding libraries/development
headers.
Please note that leaving ssl (OpenSSL) out of the picture will also
have an impact on RADIUS functionality and supported password hashes,
so selectively disabling optional features might be of more use, e.g.: