Skip to content
Snippets Groups Projects
Commit 648ea6aa authored by Mathieu Parent's avatar Mathieu Parent
Browse files

Check smb.conf in samba-common-bin.postinst (Closes: #816301)

NB: This won't find all errors (for example an unknown entry in 'dcerpc endpoint servers')
parent 2e07ed4f
No related branches found
No related tags found
No related merge requests found
Pipeline #3933 failed with stage
in 0 seconds
#!/bin/sh
set -e
echo "Checking smb.conf"
samba-tool testparm -d1 --suppress-prompt > /dev/null
echo "Done"
#DEBHELPER#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment