Changeset 263 for branches/samba-3.3.x/source/groupdb
- Timestamp:
- Jun 12, 2009, 5:09:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/groupdb/mapping_ldb.c
r206 r263 81 81 /* force the permissions on the ldb to 0600 - this will fix 82 82 existing databases as well as new ones */ 83 #ifndef __OS2__ 83 84 if (chmod(db_path, 0600) != 0) { 84 85 goto failed; 85 86 } 87 #endif 86 88 87 89 if (!existed) {
Note:
See TracChangeset
for help on using the changeset viewer.