s4:dsdb: Implement msDS-ManagedPassword attribute
[Samba.git] / source4 / dsdb / samdb / ldb_modules / managed_pwd.h
blob4750ea537984718ad2880f9833131edb2ff0fff0
1 /*
2 Unix SMB/CIFS implementation.
3 msDS-ManagedPassword attribute for Group Managed Service Accounts
5 Copyright (C) Catalyst.Net Ltd 2024
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <https://www.gnu.org/licenses/>.
21 #ifndef DSDB_SAMDB_LDB_MODULES_MANAGED_PWD_H
22 #define DSDB_SAMDB_LDB_MODULES_MANAGED_PWD_H
24 #include <ldb.h>
26 struct ldb_module;
27 int constructed_msds_managed_password(struct ldb_module *module,
28 struct ldb_message *msg,
29 enum ldb_scope scope,
30 struct ldb_request *parent,
31 struct ldb_reply *ares);
33 #endif /* DSDB_SAMDB_LDB_MODULES_MANAGED_PWD_H */