• Vincent Pelletier's avatar
    mkdirectory: Do not restrict permissions by default. · 3fdf491e
    Vincent Pelletier authored
    Partition root should be used to control overall permissions, which is
    typically a safe-enough 0750 (depending on slapformat and sysadmin).
    umask is applied at libc mkdir level, so this typically results in 0755
    actual permission.
    More restrictive permissions should only be used when really needed.
    3fdf491e
mkdirectory.py 1.7 KB