diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
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[] = { |