While attempting to compile under FreeBSD 5.3-RELEASE,
complains of missing crypt.h librairy, called from users.c A
quick search reveals no crypt.h lbrairy exists under
FreeBSD 5.3, and a look into users.c only imports it when
the platform is FreeBSD???
Here's some more details:
first attempted compile using ports collection sources
*(/usr/ports/net/diradmin)
second attempted to compile downloading current stable
release from website (1.6.0)
Both produce the same error, and niether compile. An
attempt at using the pre-made packaged copy (1.5.2) runs
on the system, but will not connect to any ldap server citing
'protocol error' as it's connection error. We are using
OpenLDAP 2.2 servers here, without TLS (as they are only
operating on private LAN space between servers).
All servers are running FreeBSD 5.3-RELEASE/AMD64 on
dual AMD Opteron hardware.