Ignore:
Timestamp:
Jun 12, 2009, 5:09:59 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

ldb init fix (by diver) in 3.3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/groupdb/mapping_ldb.c

    r206 r263  
    8181        /* force the permissions on the ldb to 0600 - this will fix
    8282           existing databases as well as new ones */
     83#ifndef __OS2__
    8384        if (chmod(db_path, 0600) != 0) {
    8485                goto failed;
    8586        }
     87#endif
    8688
    8789        if (!existed) {
Note: See TracChangeset for help on using the changeset viewer.