diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-19 18:54:40 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-19 18:54:40 +0000 |
commit | 389bf06cde17871fe4d8ef4cecc1cf92ef91e6be (patch) | |
tree | f906048c1c7b03833835d92e0cda03718e7ff033 /examples/LDAP | |
parent | 54b5bbb57aac951b5ee06833be6d69c66431d9bb (diff) | |
download | samba-389bf06cde17871fe4d8ef4cecc1cf92ef91e6be.tar.gz samba-389bf06cde17871fe4d8ef4cecc1cf92ef91e6be.tar.bz2 samba-389bf06cde17871fe4d8ef4cecc1cf92ef91e6be.zip |
insert missing sh-bang
(This used to be commit fe2b6317cbda34c2d00194884847642789f40e75)
Diffstat (limited to 'examples/LDAP')
-rwxr-xr-x | examples/LDAP/smbldap-tools/smbldap-groupmod.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/LDAP/smbldap-tools/smbldap-groupmod.pl b/examples/LDAP/smbldap-tools/smbldap-groupmod.pl index 7b5a46b06e..4a891a2772 100755 --- a/examples/LDAP/smbldap-tools/smbldap-groupmod.pl +++ b/examples/LDAP/smbldap-tools/smbldap-groupmod.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # This code was developped by IDEALX (http://IDEALX.org/) and # contributors (their names can be found in the CONTRIBUTORS file). # |