1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-17 21:54:15 +01:00

drop authfile for ldap_cfg

This commit is contained in:
Klas Lindfors 2015-03-04 10:24:46 +01:00
parent 26cc397ba5
commit 686a47accf

View File

@ -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",