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

index f80a0695e3f55d96c588ed0ca1d181e3dee6b337..7de0fac169e585e83134f297886974077069d41e 100644 (file)
@@ -1,7 +1,7 @@
 <samba:parameter name="ldap group suffix"
                  context="G"
                  type="string"
-                 generated_function="0"
+                 function="_ldap_group_suffix"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>This parameter specifies the suffix that is 
index 4efcd1b88c9132cb6a1168d5e73a311d6071b52e..85afb0860b6871e03372c8a303171a7590eb9b4b 100644 (file)
@@ -257,7 +257,6 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
        char *szLdapMachineSuffix;                                      \
        char *szLdapUserSuffix;                                         \
        char *szLdapIdmapSuffix;                                        \
-       char *_ldap_group_suffix;                                       \
        char *szIdmapUID;                                               \
        char *szIdmapGID;                                               \
        char *szIdmapBackend;                                           \