diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-05-10 16:48:04 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-05-11 13:04:03 +0200 |
commit | 70feedbfe38d6d63913faac6fae59f010ef59abc (patch) | |
tree | bd8a6b40fb99f5e7406cae1d9325cb1cfbbf5e87 /source3/param/loadparm.c | |
parent | 31db7d298577f18d70b0a8241a92dc8a1dc782bd (diff) | |
download | samba-70feedbfe38d6d63913faac6fae59f010ef59abc.tar.gz samba-70feedbfe38d6d63913faac6fae59f010ef59abc.tar.xz samba-70feedbfe38d6d63913faac6fae59f010ef59abc.zip |
s3-loadparm: Add synonym "private directory".
Karolin
Autobuild-User: Karolin Seeger <kseeger@samba.org>
Autobuild-Date: Fri May 11 13:04:03 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index e781048d8e..7d82b615e7 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -723,6 +723,15 @@ static struct parm_struct parm_table[] = { .flags = FLAG_ADVANCED, }, { + .label = "private directory", + .type = P_STRING, + .p_class = P_GLOBAL, + .offset = GLOBAL_VAR(szPrivateDir), + .special = NULL, + .enum_list = NULL, + .flags = FLAG_HIDE, + }, + { .label = "passdb backend", .type = P_STRING, .p_class = P_GLOBAL, |