provision: Only give the "no posix ACLs" exception if we could not set the SD
authorAndrew Bartlett <abartlet@samba.org>
Sun, 9 Sep 2012 07:08:49 +0000 (17:08 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 11 Sep 2012 14:25:36 +0000 (16:25 +0200)
commit6fbce905db5bc4ea5463727a13ea063811556db7
treee9ebd9f49b2b359cc3fb680f8788489388bd40df
parent1a3d6de20aa4e45dd1c5a8ed6f8b5193efa52167
provision: Only give the "no posix ACLs" exception if we could not set the SD

This will allow us to run make test on all platforms again, as we emululate the posix ACLs using the fake_acls
module.  By then testing smbd.have_posix_acls() we gain a more specific error message.

Andrew Bartlett
source4/scripting/python/samba/provision/__init__.py