[Pdns-users] patch for ldap backend (errno.h)

Tobias Heide tobias.heide at med.uni-tuebingen.de
Mon Jan 12 10:38:38 UTC 2004


Hi there!

I needed a small patch to get the ldap-backend working on SuSE 9. I do 
think, it may solve some problems on other machines, too.

----- BEGIN PATCH -----
#
# Patch to make ldapbackend working
#
# Tobias Heide, <tobias.heide at med.uni-tuebingen.de>
#
--- powerldap.cc.orig   2004-01-12 11:00:09.000000000 +0100
+++ powerldap.cc        2004-01-12 10:58:46.000000000 +0100
@@ -1,4 +1,5 @@
  #include "powerldap.hh"
+#include <errno.h>


  PowerLDAP::PowerLDAP( const string& host, u_int16_t port, bool tls )
----- END PATCH -----

cheers,
tobi



More information about the Pdns-users mailing list