From f381faa8d6fc2c4205e7d59c91f00324f70ca8b9 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 26 Oct 2009 12:11:59 +0100 Subject: s3: Rename new parameter "ldap ref follow" to "ldap follow referral". This parameter will be introduced with Samba 3.5.0. Karolin --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4f33a4adf6..dd87ef0766 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3985,7 +3985,7 @@ char *lp_ldap_suffix(void); char *lp_ldap_admin_dn(void); int lp_ldap_ssl(void); bool lp_ldap_ssl_ads(void); -int lp_ldap_ref_follow(void); +int lp_ldap_follow_referral(void); int lp_ldap_passwd_sync(void); bool lp_ldap_delete_dn(void); int lp_ldap_replication_sleep(void); -- cgit