r15932: Remove per request creds
[kai/samba-autobuild/.git] / source4 / lib / ldb / include / ldb.h
index 9f0613feaadaa4ab1beb48e76fa86f43e81f2220..8f21aec046afdf63ef3d788368425cf99c2bd073 100644 (file)
@@ -561,8 +561,6 @@ struct ldb_control {
        void *data;
 };
 
-struct ldb_credentials;
-
 enum ldb_request_type {
        LDB_REQ_SEARCH,
        LDB_REQ_ADD,
@@ -659,7 +657,6 @@ struct ldb_request {
        } op;
 
        struct ldb_control **controls;
-       struct ldb_credentials *creds;
 
        struct {
                void *context;