param: turn ldap idmap suffix into a generated function
authorMichael Adam <obnox@samba.org>
Mon, 15 Jun 2015 22:06:59 +0000 (00:06 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:30 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml
lib/param/loadparm.h

index 3897c9e48dbde1cd932c6788056d0e423a849648..1fe7e8ae3889a76f9764a98a5882d9830b3b2a5f 100644 (file)
@@ -1,7 +1,7 @@
 <samba:parameter name="ldap idmap suffix"
                  context="G"
                  type="string"
-                 generated_function="0"
+                 function="_ldap_idmap_suffix"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
index eff7e239d57716f0acea161b76c4513c62bec413..352b90b9db0365d2ff254d1583a337b920e9cfbe 100644 (file)
@@ -255,7 +255,6 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
        int CupsEncrypt;                                                \
        int  iPreferredMaster;                                          \
        char *szLdapMachineSuffix;                                      \
-       char *_ldap_idmap_suffix;                                       \
        char *szIdmapUID;                                               \
        char *szIdmapGID;                                               \
        char *szIdmapBackend;                                           \