Changeset 454 for trunk/server/source3/groupdb
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/groupdb/mapping_ldb.c
r414 r454 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.