Authldap is written by Ahmad S. Al-rasheedan, Kuwait Feb. 2000.
It is meant to be used in conjunction with Xtradius ver. 1.0 beta rel.
I have tested it on RedHat 6.1 and Netscape LDAP server v.4 and SDK v.3

authldap takes argv[1], and argv[2] as login name and password for arguments.
It will supply the above to the LDAP server using a simple connect. If the
supplied login name and password match an entry in LDAP server then authldap
will return digit 0 for successful authentication against LDAP server, else
it returns digit 1.

You need to modify authldap.h for your needs. I used it on my localhost
and was happy with the results.

Sample /etc/raddb/users & /etc/raddb/execparams are supplied. They worked
fine for me.

INSTALL
-------
Please modify authldap.h to suit your needs. You must modify the following:

1) host LDAP server running on.
2) LDAP server port.
3) Organization.
4) Group users belong to.


Hopefully,

make

make install

Installation will place authldap in /usr/local/bin.

---
Ahmad S. Al-rasheedan (alrasheedan@yahoo.com)
