diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-11 21:48:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-11 21:48:27 +0000 |
commit | 0cb3f6098d959479a96c26a92d91becc2110b30d (patch) | |
tree | 22f1447d6c7ad77d802c476297cf9547f822f81a /common/sock_any.c | |
parent | 67d7a6cc4d3234ac93e521632701e8d42513e042 (diff) |
Support getting groups from the server and limiting access based on LDAP groups. See #112
Diffstat (limited to 'common/sock_any.c')
-rw-r--r-- | common/sock_any.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sock_any.c b/common/sock_any.c index 714154a..5972e62 100644 --- a/common/sock_any.c +++ b/common/sock_any.c @@ -44,6 +44,7 @@ #include <netdb.h> #include <string.h> #include <stdio.h> +#include <ctype.h> #include "sock_any.h" |