From e27569e63c64c92447edc7e6827b121f87e01a87 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 19 Feb 2016 10:12:50 +0100 Subject: Configurable name of homeDirectory attribute --- types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types.h') 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 #include #include @@ -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; -- cgit v1.2.3-55-g7522