CSCF's ability to support OpenBSD is very limited. In mid-2007, CSCF starting looking at OpenBSD for low-cost network load balancing using CARP/pfsync and relayd (formerly hoststated). CSCF is not looking at OpenBSD for firewalling (yet), as a pair of Netscreen 500 appliances serve that purpose quite nicely.
useradd
command. The good news is that OpenBSD supports external authentication such as radius
and krb5
. We use radius
to authenticate off the TwoFactor service, which essentially involves:
twofactor
that uses radius
authentication. See login.conf(5)
and login_radius(8)
for details.
/etc/raddb/servers
to store the shared secrets.
useradd -L twofactor
-- JasonTestart - 12 Dec 2007