diff options
author | Phil Pennock <pdp@exim.org> | 2012-02-05 19:13:32 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-02-05 19:13:32 -0500 |
commit | 44bbabb570db6e700a31469a0faf2ac27bf3bfe0 (patch) | |
tree | db67ec934e6d539e1df892c325a40de05731a4f7 /src/scripts | |
parent | 8ebb1c9ea93eb27500756a578640d890b53264d3 (diff) |
Implemented gsasl driver for authentication.
Missing: documentation; tests.
Tested: PLAIN auth.
Status: probably buggy
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/MakeLinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 082659c99..f7d00030c 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -123,6 +123,8 @@ ln -s ../../src/auths/call_radius.c call_radius.c ln -s ../../src/auths/check_serv_cond.c check_serv_cond.c ln -s ../../src/auths/cyrus_sasl.c cyrus_sasl.c ln -s ../../src/auths/cyrus_sasl.h cyrus_sasl.h +ln -s ../../src/auths/gsasl_exim.c gsasl_exim.c +ln -s ../../src/auths/gsasl_exim.h gsasl_exim.h ln -s ../../src/auths/get_data.c get_data.c ln -s ../../src/auths/get_no64_data.c get_no64_data.c ln -s ../../src/auths/md5.c md5.c |