summaryrefslogtreecommitdiff
path: root/src/mod_authn_ldap.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-05-20 01:06:13 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 22:51:31 -0400
commitc18f442a63a5a7e591cbaa379bfaf1cfd2741aef (patch)
tree941f2fdad48ed1784cc5dbd6f987c317700f34b2 /src/mod_authn_ldap.c
parent10dbe38a92cc278170213a6f50b0d3d5288113ac (diff)
downloadlighttpd-git-c18f442a63a5a7e591cbaa379bfaf1cfd2741aef.tar.gz
[multiple] add summaries to top of some modules
Diffstat (limited to 'src/mod_authn_ldap.c')
-rw-r--r--src/mod_authn_ldap.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mod_authn_ldap.c b/src/mod_authn_ldap.c
index 6c452490..b4d482b7 100644
--- a/src/mod_authn_ldap.c
+++ b/src/mod_authn_ldap.c
@@ -1,3 +1,10 @@
+/*
+ * mod_authn_ldap - HTTP Auth LDAP backend
+ *
+ * Fully-rewritten from original
+ * Copyright(c) 2016 Glenn Strauss gstrauss()gluelogic.com All rights reserved
+ * License: BSD 3-clause (same as lighttpd)
+ */
#include "first.h"
#include <ldap.h>