1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

s4-python: Remove env from non-executable netcmd scripts.

This commit is contained in:
Andreas Schneider
2012-03-13 11:35:03 +01:00
committed by Andreas Schneider
parent 3c9238e1b9
commit 82c2bca89b
21 changed files with 0 additions and 44 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2009-2011
# Copyright (C) Theresa Halloran <theresahalloran@gmail.com> 2011

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# common functions for samba-tool python commands
#
# Copyright Andrew Tridgell 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Samba4 AD database checker
#
# Copyright (C) Andrew Tridgell 2011

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# delegation management
#
# Copyright Matthieu Patou mat@samba.org 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# DNS management tool
#
# Copyright (C) Amitay Isaacs 2011-2012

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# domain management
#
# Copyright Matthias Dieter Wallnoefer 2009

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# implement samba_tool drs commands
#
# Copyright Andrew Tridgell 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Manipulate ACLs on directory objects
#
# Copyright (C) Nadezhda Ivanova <nivanova@samba.org> 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Changes a FSMO role owner
#
# Copyright Nadezhda Ivanova 2009

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# implement samba_tool gpo commands
#
# Copyright Andrew Tridgell 2010

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Adds a new user to a Samba4 server
# Copyright Jelmer Vernooij 2008
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Unix SMB/CIFS implementation.
# A command to compare differences of objects and attributes between
# two LDAP servers both running at the same time. It generally compares

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2011
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Manipulate file NT ACLs
#
# Copyright Matthieu Patou 2010 <mat@matws.net>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# rodc related commands
#
# Copyright Andrew Tridgell 2010

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
#
# sites management
#
# Copyright Matthieu Patou <mat@matws.net> 2011

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# spn management
#
# Copyright Matthieu Patou mat@samba.org 2010

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# vim: expandtab ft=python
#
# Unix SMB/CIFS implementation.
# Test validity of smb.conf
# Copyright (C) 2010-2011 Jelmer Vernooij <jelmer@samba.org>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# time
#
# Copyright Jelmer Vernooij 2010 <jelmer@samba.org>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# user management
#
# Copyright Jelmer Vernooij 2010 <jelmer@samba.org>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Vampire
#
# Copyright Jelmer Vernooij 2010 <jelmer@samba.org>