summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-10-26 12:11:59 +0100
committerKarolin Seeger <kseeger@samba.org>2009-10-26 12:11:59 +0100
commitf381faa8d6fc2c4205e7d59c91f00324f70ca8b9 (patch)
treeb8045086dff2d2eedd02a0dfc63f6834c2473dae /source3/include/proto.h
parent35dc481289c28a77f354dd76193d6298de32c66d (diff)
downloadsamba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.tar.gz
samba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.tar.bz2
samba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.zip
s3: Rename new parameter "ldap ref follow" to "ldap follow referral".
This parameter will be introduced with Samba 3.5.0. Karolin
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
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);