summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-21 15:03:25 +0200
committerSimon Rettberg2017-04-21 15:03:25 +0200
commitc0124a9bc626734694ff320c3a94c7076ca26e0c (patch)
tree1c2fa526e7562a8092ffbda97cb33b2eeb493d8f /types.h
parentFix indentation (diff)
downloadldadp-c0124a9bc626734694ff320c3a94c7076ca26e0c.tar.gz
ldadp-c0124a9bc626734694ff320c3a94c7076ca26e0c.tar.xz
ldadp-c0124a9bc626734694ff320c3a94c7076ca26e0c.zip
Introduce lowercase homeattr, update server last activity properly
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 16cf964..57f790f 100644
--- a/types.h
+++ b/types.h
@@ -106,6 +106,7 @@ struct _server_t_ {
char sid[SIDLEN];
char homeTemplate[MOUNTLEN];
struct string homeAttr;
+ struct string homeAttrLower;
unsigned char fingerprint[FINGERPRINTLEN];
char cabundle[MAXPATH];
BOOL plainLdap;