diff options
author | Simon Rettberg | 2017-05-09 10:08:39 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-09 10:08:39 +0200 |
commit | d13e297de6da6902d8e798be973eb1d0ade24f86 (patch) | |
tree | 7fc258be9a1222e87237e809a5c876ab8fab2ac1 | |
parent | Update tinyldap part (diff) | |
download | ldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.tar.gz ldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.tar.xz ldadp-d13e297de6da6902d8e798be973eb1d0ade24f86.zip |
Add comment about tinyldap sources
-rw-r--r-- | ldadp.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |