mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
safer defaults ...
This commit is contained in:
parent
8f02ca49b6
commit
f6c1079cff
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue