param: turn ldap idmap suffix into a generated function
authorMichael Adam <obnox@samba.org>
Mon, 15 Jun 2015 22:15:23 +0000 (00:15 +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/ldapmachinesuffix.xml
lib/param/loadparm.h

index 5651c63d19ffe2de804b03d6e7a05029cd22e9b5..e82675b1e4fd26b30292986ca7a9bb4644dbb6bb 100644 (file)
@@ -1,7 +1,7 @@
 <samba:parameter name="ldap machine suffix"
                  context="G"
                  type="string"
-                 generated_function="0"
+                 function="_ldap_machine_suffix"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
 <description>
index ff9c8a8e87ad609d114f40c972ee0b385a24be1e..f7f9a715b6da98ad27ea4e51fe00aab84ce949d3 100644 (file)
@@ -254,7 +254,6 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
        char *szPrintcapname;                                           \
        int CupsEncrypt;                                                \
        int  iPreferredMaster;                                          \
-       char *_ldap_machine_suffix;                                     \
        char *szIdmapUID;                                               \
        char *szIdmapGID;                                               \
        char *szIdmapBackend;                                           \