Displaying 5 results from an estimated 5 matches for "alias3".
Did you mean:
alias
2003 Jul 08
1
Help Samba Virtual Servers (Host aliases) configuration problem
...FILESERVER share,
everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share
due to include mechanism...) and so on.
This is part of my actual "smb.conf" file on /etc/samba directory:
[global]
workgroup = WORKGROUP
netbios name = FILESERVER
netbios aliases = ALIAS1 ALIAS2 ALIAS3
include = /etc/samba/smb.conf.%L
server string = SAMBA %v on %h
[SHARE]
comment = FILESERVER share
path = /home/share
printable = no
writable = yes
valid users = @filesharing
write list = @filesharing
...then I have edited three separate smb.conf.%L (%L substituted with each
alias NetBIOS name) u...
2003 Jun 27
0
Samba Virtual Servers (Host aliases) configuration problem
...FILESERVER share,
everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share
due to include mechanism...) and so on.
This is part of my actual "smb.conf" file on /etc/samba directory:
[global]
workgroup = WORKGROUP
netbios name = FILESERVER
netbios aliases = ALIAS1 ALIAS2 ALIAS3
include = /etc/samba/smb.conf.%L
server string = SAMBA %v on %h
[SHARE]
comment = FILESERVER share
path = /home/share
printable = no
writable = yes
valid users = @filesharing
write list = @filesharing
...then I have edited three separate smb.conf.%L (%L substituted with each
alias NetBIOS name) u...
2001 Feb 10
0
Changing the font used by dialog boxes in Wine
...uot;-monotype-times new roman-"
"DefaultSansSerif" = "-monotype-arial-"
"Alias0" = "System, -monotype-andale mono-"
"Alias1" = "Fixed, -monotype-andale mono-"
"Alias2" = "MS Serif, -monotype-times new roman-"
"Alias3" = "MS Sans Serif, -monotype-arial-"
If anyone could tell me what the default font used by dialog boxes is, so I
can alias a different font to it, it would be greatly appreciated. Thanks!
Daniel
2009 May 15
0
broken swat when using socket address=xxx.xxx.xxx.xxx, v3.2.8
...ts and continues to run.
However, the swat status tab shows nmbd as "not running" when it IS running.
Is this a known issue or can we "configure" around it.
Our v3.2.8 globals:
[global]
workgroup = OUR_WORKGROUP
realm = SOMEWHERE.EDU
netbios aliases = ALIAS3
server string = Our File Server
interfaces = lo, 127.0.0.1, eth0:2
bind interfaces only = Yes
security = DOMAIN
password server = xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx
log level = 0
syslog = 0
syslog only = Yes
max log size = 50000...
2003 Dec 01
0
No subject
...amba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
If you have an /etc/printcap with multiple printer entries of
the form:
alias1|alias2|alias3|alias...
Samba exports the sharenames incorrectly in the following fashion:
Entry# sharename
1 alias1
2 alias2
3 alias3
I have attached my printcap, smb.conf and "smbclient -L server -U%"
output to demonstrate the error.
The error is also evident when browsi...