]> git.sur5r.net Git - openldap/commitdiff
safer defaults ...
authorPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 21:23:36 +0000 (21:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 21:23:36 +0000 (21:23 +0000)
servers/slapd/daemon.c

index 9b5f5ae4c63e33f807f52876cef4bc5ac6cc6d64..07a7d6e22a109e88382ce16c248bd8ad90d514bd 100644 (file)
@@ -679,7 +679,7 @@ static int slap_open_listener(
        if ( lud->lud_exts ) {
                err = get_url_perms( lud->lud_exts, &l.sl_perms, &crit );
        } else {
-               l.sl_perms = S_IRWXU;
+               l.sl_perms = S_IRWXU | S_IRWXO;
        }
 #endif /* LDAP_PF_LOCAL || SLAP_X_LISTENER_MOD */