From: Michael Adam Date: Mon, 15 Jun 2015 22:15:23 +0000 (+0200) Subject: param: turn ldap idmap suffix into a generated function X-Git-Tag: talloc-2.1.4~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1846fb16330c9f126dac3e2d4ca28e450baef6b;p=thirdparty%2Fsamba.git param: turn ldap idmap suffix into a generated function Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml index 5651c63d19f..e82675b1e4f 100644 --- a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml @@ -1,7 +1,7 @@ diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h index ff9c8a8e87a..f7f9a715b6d 100644 --- a/lib/param/loadparm.h +++ b/lib/param/loadparm.h @@ -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; \