Changeset 201 for branches/samba-3.2.x/source/groupdb
- Timestamp:
- May 20, 2009, 3:42:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/groupdb/mapping_ldb.c
r133 r201 75 75 goto failed; 76 76 } 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 78 84 if (!existed) { 79 85 /* initialise the ldb with an index */
Note:
See TracChangeset
for help on using the changeset viewer.