Ignore:
Timestamp:
May 20, 2009, 3:42:09 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update to Samba 3.2.3

File:
1 edited

Legend:

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

    r133 r201  
    7575                goto failed;
    7676        }
    77        
     77
     78        /* force the permissions on the ldb to 0600 - this will fix
     79           existing databases as well as new ones */
     80        if (chmod(db_path, 0600) != 0) {
     81                goto failed;
     82        }
     83
    7884        if (!existed) {
    7985                /* initialise the ldb with an index */
Note: See TracChangeset for help on using the changeset viewer.