summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldadp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldadp.c b/ldadp.c
index 6a021b3..cad87ea 100644
--- a/ldadp.c
+++ b/ldadp.c
@@ -1,3 +1,8 @@
+/*
+ * ldadp - ldap to ad proxy
+ *
+ * LDAP protocol handling based on tinyldap https://www.fefe.de/tinyldap/
+ */
#include "types.h"
#include "epoll.h"
#include "client.h"