Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
[samba.git] / source3 / param / loadparm.c
index de31e9124966fa9c623301569e8bbdd18ba3eed4..5bac25c43362a32a166f9a9f6271624ad1ffb2e1 100644 (file)
@@ -606,7 +606,7 @@ static struct service sDefault = {
        True,                   /* bLevel2OpLocks */
        False,                  /* bOnlyUser */
        True,                   /* bMangledNames */
-       True,                   /* bWidelinks */
+       false,                  /* bWidelinks */
        True,                   /* bSymlinks */
        False,                  /* bSyncAlways */
        False,                  /* bStrictAllocate */
@@ -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[] = {