r2401: make our LDAP server useable:
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Sep 2004 08:13:06 +0000 (08:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:48 +0000 (12:58 -0500)
commit9041c3560fe1d8e272e6199f2e7c56407d49d3cb
treebaa5bd50e76c905f654b6c14efe0489371d683b0
parentb3da2c10e268b9d4fe621ec21ab39e4aa45795e9
r2401: make our LDAP server useable:
- we need to mark the fd event as writable otherwise we'll never senda packet to the client
- a search response have to ended by a LDAP result message
- return currentTime, supportedLDAPVersion and dnsHostName for testing

ldap -x -s base -h ldap://localhost/ is now works against our LDAP server

metze
(This used to be commit 3a9ca351166cf56de878e4408e221df299271c32)
source4/ldap_server/ldap_server.c