summaryrefslogtreecommitdiff
path: root/source4/lib/policy/tests
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-20samba4: Add python bindings for samba.policy.get_gplink_options.Jelmer Vernooij1-0/+4
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20policy: Add samba.policy.get_gpo_flags binding.Jelmer Vernooij1-0/+31
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>