summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-12-11 11:56:26 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-11 11:56:26 +0100
commit5dd86c7394abb61163af6befda575e4fb8969771 (patch)
tree03ccb4f5f9f33d45204d38ff585ca65efbc2ed3d /source3
parent31321ac868885762fdf5f566e8f79806a4ab4a8a (diff)
downloadsamba-5dd86c7394abb61163af6befda575e4fb8969771.tar.gz
samba-5dd86c7394abb61163af6befda575e4fb8969771.tar.bz2
samba-5dd86c7394abb61163af6befda575e4fb8969771.zip
s3:loadparm: Change the "ldap deref" value "defualt" to "auto".
That's an established value. Default is a bit confusing. Karolin
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index de31e91249..bd70ee1828 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -758,7 +758,7 @@ static const struct enum_list enum_ldap_deref[] = {
{SAMBA_LDAP_DEREF_SEARCHING, "searching"},
{SAMBA_LDAP_DEREF_FINDING, "finding"},
{SAMBA_LDAP_DEREF_ALWAYS, "always"},
- {-1, "default"}
+ {-1, "auto"}
};
static const struct enum_list enum_ldap_passwd_sync[] = {