summaryrefslogtreecommitdiffstats
path: root/ldadp.c
diff options
context:
space:
mode:
authorSimon Rettberg2014-03-19 14:14:06 +0100
committerSimon Rettberg2014-03-19 14:14:06 +0100
commit87a5f72b2eef3beb10ad50bfbd2a131bd278e67b (patch)
tree4e75715308afcd6211f304ee198eea735416a5d9 /ldadp.c
parent(Forgot commit) Add fmt_ldapbindrequeststring that takes struct string as arg... (diff)
downloadldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.tar.gz
ldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.tar.xz
ldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.zip
Work
Diffstat (limited to 'ldadp.c')
-rw-r--r--ldadp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldadp.c b/ldadp.c
index 90647df..9c9a579 100644
--- a/ldadp.c
+++ b/ldadp.c
@@ -75,6 +75,9 @@ static int loadConfig_handler(void *stuff, const char *section, const char *key,
if (strcmp(key, "base") == 0) {
server_setBase(section, value);
}
+ if (strcmp(key, "home") == 0) {
+ server_setHomeTemplate(section, value);
+ }
return 1;
}