summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-19 10:12:50 +0100
committerSimon Rettberg2016-02-19 10:12:50 +0100
commite27569e63c64c92447edc7e6827b121f87e01a87 (patch)
tree3fa25bcc8d5d58163e448684a655f44709fc41fc /types.h
parentRemove debug messages (diff)
downloadldadp-e27569e63c64c92447edc7e6827b121f87e01a87.tar.gz
ldadp-e27569e63c64c92447edc7e6827b121f87e01a87.tar.xz
ldadp-e27569e63c64c92447edc7e6827b121f87e01a87.zip
Configurable name of homeDirectory attribute
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index faa5292..16cf964 100644
--- a/types.h
+++ b/types.h
@@ -1,6 +1,7 @@
#ifndef _TYPES_H_
#define _TYPES_H_
+#include "asn1.h"
#include <stddef.h>
#include <stdint.h>
#include <time.h>
@@ -104,6 +105,7 @@ struct _server_t_ {
char base[BASELEN];
char sid[SIDLEN];
char homeTemplate[MOUNTLEN];
+ struct string homeAttr;
unsigned char fingerprint[FINGERPRINTLEN];
char cabundle[MAXPATH];
BOOL plainLdap;