From cacb41e93b377496e77f824f4f1b0ce206da0bed Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 17 Mar 2015 20:25:18 -0400 Subject: Add LDAP test This finally tests the LDAP login/info plugins as well as the special "groups" attribute. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 662c893..6068024 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ tests: wrappers PYTHONPATH=./ ./tests/tests.py --test=trans PYTHONPATH=./ ./tests/tests.py --test=pgdb PYTHONPATH=./ ./tests/tests.py --test=fconf + PYTHONPATH=./ ./tests/tests.py --test=ldap test: lp-test unittests tests -- cgit