summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-09 10:08:39 +0200
committerSimon Rettberg2017-05-09 10:08:39 +0200
commitd13e297de6da6902d8e798be973eb1d0ade24f86 (patch)
tree7fc258be9a1222e87237e809a5c876ab8fab2ac1
parentUpdate tinyldap part (diff)
downloadldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.tar.gz
ldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.tar.xz
ldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.zip
Add comment about tinyldap sources
-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"