1
0

- Update to version 1675179058.924c983:

* Fix debug option incorrect for smbd

OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/samba-ad-server?expand=0&rev=5
This commit is contained in:
David Mulder 2023-01-31 15:33:06 +00:00 committed by Git OBS Bridge
parent 3c99a5ee63
commit feac0dbe69
3 changed files with 9 additions and 3 deletions

View File

@ -35,7 +35,7 @@ RUN ln -sf /usr/share/sambacc/examples/addc.json /etc/samba/container.json
ENV SAMBACC_CONFIG="/etc/samba/container.json:/etc/samba/users.json"
ENV SAMBA_CONTAINER_ID="demo"
ENV SAMBA_SPECIFICS="$SAMBA_SPECIFICS"
ENV SAMBA_SPECIFICS="daemon_cli_debug_output"
ENTRYPOINT ["samba-dc-container"]
CMD ["run", "--setup=provision", "--setup=populate"]

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/samba-container.git</param>
<param name="changesrevision">602a44991137144e1cda297069fdb961268ef499</param>
<param name="changesrevision">924c983f879afa0ecc8daed3af737f660b84052c</param>
</service>
</servicedata>
</servicedata>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 31 15:32:40 UTC 2023 - dmulder@suse.com
- Update to version 1675179058.924c983:
* Fix debug option incorrect for smbd
-------------------------------------------------------------------
Mon Jan 30 17:49:37 UTC 2023 - dmulder@suse.com