blob: 8115ac0b793842f2b69e62d376827fb247bb0e73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** helpers/basic_auth/SMB/smb_auth.sh.orig Thu Feb 26 20:58:22 2004
--- helpers/basic_auth/SMB/smb_auth.sh Thu Feb 26 20:59:45 2004
***************
*** 17,22 ****
--- 17,24 ----
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ SAMBAPREFIX=${SAMBAPREFIX:-/usr/local/bin}
+
read DOMAINNAME
read PASSTHROUGH
read NMBADDR
|