- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring Samba Virtual Servers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 09:46 AM
08-26-2002 09:46 AM
Configuring Samba Virtual Servers
include = /etc/opt/samba/smb.conf.%L
When viewing the logs, the %L has no value and thus the include file is translatted to /etc/opt/samba/smb.conf. without the NetBIOS name (%L) being appended to it.
Any help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 09:57 AM
08-26-2002 09:57 AM
Re: Configuring Samba Virtual Servers
Do you have netbios aliases set??
http://www.oreilly.com/catalog/samba/chapter/book/ch04_01.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 10:34 AM
08-26-2002 10:34 AM
Re: Configuring Samba Virtual Servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 11:18 AM
08-26-2002 11:18 AM
Re: Configuring Samba Virtual Servers
netbios aliases = domain1 domain2 domain3
replacing your domain#'s with real names of course.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 12:58 PM
08-26-2002 12:58 PM
Re: Configuring Samba Virtual Servers
netbios name = domain1
netbios aliases = domain2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 07:54 AM
08-29-2002 07:54 AM
Re: Configuring Samba Virtual Servers
Here is the resolution to my problem:
- The %L variable does NOT
work with the "root" or
with the "root dir" or
with the "root directory"
options.
- The %L variable does work
with the "include" and the
"config file" options.
- Unique Samba config files
can be read, using the
"include" or "config file"
options combined with a
variable, such as; %m
for the client name or %L
for the NetBIOS name.
- Trying to perform a chroot
by using the "root", "root
dir", or "root directory"
option will ONLY work if
it is part of the initial
Samba config file that is
read.
- In order to utilize multi
unique config files based
on the NetBIOS name, you
have to run a pair of the
Samba daemons (smbd, nmbd)
for each of the NetBIOS
names associated with the
server that Samba is on.
Each daemon will need to
include the -s option
pointing to the correct
Samba config file for that
NetBIOS instance. The
option "lock directory"
will need to point to a
unique location (dir) as
well.
- A "jailed" area will need
to be created for each of
the config files that have
the "root", "root dir", or
"root directory" option
specified.
- The data that is to be
accessed will need to
reside within the "jailed"
area because links to data
outside of the "jailed"
area cannot be accessed.
This is true even with the
"follow symlinks" and the
"wide links" set to yes.
These are set to yes
by default.
Hopefully, this information will help anybody else that is trying to create a true Virtual Samba environment.
Brian King