From 686a47accf17205cc446b2ffce1637cf08072262 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 4 Mar 2015 10:24:46 +0100 Subject: [PATCH] drop authfile for ldap_cfg --- tests/pam_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pam_test.c b/tests/pam_test.c index 6047f06..e347b85 100644 --- a/tests/pam_test.c +++ b/tests/pam_test.c @@ -63,7 +63,6 @@ static struct data { static const char *ldap_cfg[] = { "id=1", "urllist=http://localhost:"YKVAL_PORT2"/wsapi/2/verify;http://localhost:"YKVAL_PORT1"/wsapi/2/verify", - "authfile="AUTHFILE, "ldap_uri=ldap://localhost:"LDAP_PORT, "ldapdn=ou=users,dc=example,dc=com", "user_attr=uid",