123456789101112 |
- --- squid-3.3.9.orig/helpers/basic_auth/LDAP/config.test 2013-09-11 06:08:38.000000000 +0200
- +++ squid-3.3.9/helpers/basic_auth/LDAP/config.test 2013-10-06 11:00:22.000000000 +0200
- @@ -1,8 +1,2 @@
- #!/bin/sh
- -if [ -f /usr/include/ldap.h -o -f /usr/local/include/ldap.h ]; then
- - exit 0
- -fi
- -if [ -f /usr/include/winldap.h ]; then
- - exit 0
- -fi
- -exit 1
- +exit 0
|