diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-27 05:57:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:22 -0500 |
commit | 4c3b07b654f4eb9041da0e9a84bc60d667901fe5 (patch) | |
tree | 9313c76ded12df3eef7b1a9053f126ca03f3be3e /source4/lib/ldb/include/ldb.h | |
parent | 4e7c9367a7f885b685d7d1476c359e5848356f83 (diff) | |
download | samba-4c3b07b654f4eb9041da0e9a84bc60d667901fe5.tar.gz samba-4c3b07b654f4eb9041da0e9a84bc60d667901fe5.tar.bz2 samba-4c3b07b654f4eb9041da0e9a84bc60d667901fe5.zip |
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
ldb_set_umask() (which is what we had discussed) as it doesn't
actually set the umask (in effect it sets the inverse of the umask -
the perms to be used for the file)
(This used to be commit 7e2ec875908c112d5c3b0f6d18f9a8bbacf33539)
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index cf4a1f282b..82da9df0dd 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -781,6 +781,7 @@ int ldb_wait(struct ldb_handle *handle, enum ldb_wait_type type); int ldb_set_timeout(struct ldb_context *ldb, struct ldb_request *req, int timeout); int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq); +void ldb_set_create_perms(struct ldb_context *ldb, unsigned int perms); /** Initialise ldbs' global information |