From 53d7c4c7a27ec351638b35458919c8a267b794db Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 31 Dec 2009 18:17:23 +0100 Subject: Fix permissions - net subcommand modules don't need to be executable. --- source4/scripting/python/samba/netcmd/enableaccount.py | 0 source4/scripting/python/samba/netcmd/newuser.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 source4/scripting/python/samba/netcmd/enableaccount.py mode change 100755 => 100644 source4/scripting/python/samba/netcmd/newuser.py diff --git a/source4/scripting/python/samba/netcmd/enableaccount.py b/source4/scripting/python/samba/netcmd/enableaccount.py old mode 100755 new mode 100644 diff --git a/source4/scripting/python/samba/netcmd/newuser.py b/source4/scripting/python/samba/netcmd/newuser.py old mode 100755 new mode 100644 -- cgit