diff options
| author | David Mulder <dmulder@suse.com> | 2020-09-18 11:27:24 -0600 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2020-10-23 03:25:34 +0000 |
| commit | 895c729ce36107af44ce8564f8ef9bcf46d98b70 (patch) | |
| tree | 880c5cbd30c26acb1d138faa5151619adf81bcf8 /python/samba/__init__.py | |
| parent | 8f66ce0a3d106082c9580f359f581a9e3e70ff18 (diff) | |
| download | samba-895c729ce36107af44ce8564f8ef9bcf46d98b70.tar.gz | |
py3: Add is_ad_dc_built option to python glue
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/__init__.py')
| -rw-r--r-- | python/samba/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/__init__.py b/python/samba/__init__.py index 0341cb36dfe..fa047a813e2 100644 --- a/python/samba/__init__.py +++ b/python/samba/__init__.py @@ -379,6 +379,7 @@ strcasecmp_m = _glue.strcasecmp_m strstr_m = _glue.strstr_m is_ntvfs_fileserver_built = _glue.is_ntvfs_fileserver_built is_heimdal_built = _glue.is_heimdal_built +is_ad_dc_built = _glue.is_ad_dc_built NTSTATUSError = _glue.NTSTATUSError HRESULTError = _glue.HRESULTError |
