mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
Merge create/delete domain user samr calls from HEAD.
This commit is contained in:
@@ -78,4 +78,9 @@ extern PyObject *samr_error;
|
||||
/* The following definitions are from py_samr_conv.c */
|
||||
|
||||
BOOL py_from_acct_info(PyObject **array, struct acct_info *info, int num_accts);
|
||||
BOOL py_from_SAM_USER_INFO_10(PyObject **dict, SAM_USER_INFO_10 *info);
|
||||
BOOL py_to_SAM_USER_INFO_10(SAM_USER_INFO_10 *info, PyObject *dict);
|
||||
BOOL py_from_SAM_USER_INFO_21(PyObject **dict, SAM_USER_INFO_21 *info);
|
||||
BOOL py_to_SAM_USER_INFO_21(SAM_USER_INFO_21 *info, PyObject *dict);
|
||||
|
||||
#endif /* _PY_SAMR_H */
|
||||
|
||||
Reference in New Issue
Block a user