#include <iniparser.h>#include <stdarg.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <ldap.h>#include <atalk/ldapconfig.h>#include <atalk/logger.h>#include <atalk/uuid.h>Macros | |
| #define | LDAP_DEPRECATED 1 |
| #define | STRNCMP(a, R, b, l) (strncmp(a,b,l) R 0) |
Functions | |
| static void | usage (void) |
| static void | parse_ldapconf (void) |
| int | main (int argc, char **argv) |
| #define LDAP_DEPRECATED 1 |
| #define STRNCMP | ( | a, | |
| R, | |||
| b, | |||
| l | |||
| ) | (strncmp(a,b,l) R 0) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |