1
0

patch-helpers_basic_auth_LDAP_config_test 359 B

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