Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/groupdb/mapping_ldb.c

    r414 r454  
    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.