s3-loadparm: Add synonym "private directory".
authorKarolin Seeger <kseeger@samba.org>
Thu, 10 May 2012 14:48:04 +0000 (16:48 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 11 May 2012 11:04:03 +0000 (13:04 +0200)
Karolin

Autobuild-User: Karolin Seeger <kseeger@samba.org>
Autobuild-Date: Fri May 11 13:04:03 CEST 2012 on sn-devel-104

docs-xml/smbdotconf/security/privatedir.xml
source3/param/loadparm.c

index d0cbcfad59d17652848470ff586feee5f2f67d68..46d4a8297cd813b90f717e07f1374c0d339b0069 100644 (file)
@@ -3,6 +3,7 @@
                                 type="string"
                  advanced="1" developer="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<synonym>private directory</synonym>
 <description>
     <para>This parameters defines the directory
     smbd will use for storing such files as <filename moreinfo="none">smbpasswd</filename>
index e781048d8ecf33c3aa129b55cf9c18f512e322d8..7d82b615e723444d07eddb5265ae9cc2049271c6 100644 (file)
@@ -722,6 +722,15 @@ static struct parm_struct parm_table[] = {
                .enum_list      = NULL,
                .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,