diff options
-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" |