Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307175 Details for
Bug 449000
Samba server can't authenticate to NT domain after 2008-05-28 update
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
samba config file
smb.conf (text/plain), 2.14 KB, created by
Nathaniel Taylor
on 2008-05-30 09:07:21 UTC
(
hide
)
Description:
samba config file
Filename:
MIME Type:
Creator:
Nathaniel Taylor
Created:
2008-05-30 09:07:21 UTC
Size:
2.14 KB
patch
obsolete
># This is the main Samba configuration file. You should read the ># smb.conf(5) manual page in order to understand the options listed ># here. Samba has a huge number of configurable options (perhaps too ># many!) most of which are not shown in this example ># ># For a step to step guide on installing, configuring and using samba, ># read the Samba-HOWTO-Collection. This may be obtained from: ># http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf ># ># Many working examples of smb.conf files can be found in the ># Samba-Guide which is generated daily and can be downloaded from: ># http://www.samba.org/samba/docs/Samba-Guide.pdf ># ># Any line which starts with a ; (semi-colon) or a # (hash) ># is a comment and is ignored. In this example we will use a # ># for commentry and a ; for parts of the config file that you ># may wish to enable ># ># NOTE: Whenever you modify this file you should run the command "testparm" ># to check that you have not made any basic syntactic errors. ># >#======================= Global Settings ===================================== >[global] > > workgroup = EKC.KTH.SE > server string = ETS_Fileserver > ># security = server > security = domain > ># password server = * ># password server = PCBACKUP ># realm = MY_REALM > > hosts allow = 130.237. 127. > > load printers = no > > guest account = smbnobody > > log file = /var/log/samba/%m.log > max log size = 200 > > local master = no > os level = 15 > domain master = no > dns proxy = no > > preserve case = yes > case sensitive = no > >#============================ Share Definitions ============================== > >[homes] > comment = Home directory > browseable = no > read only = no > directory mode = 0755 > create mode = 0644 > >[public] > comment = ETS shared files > path = /srv/public > public = yes > read only = no > directory mode = 3775 > create mode = 0664 > >[webfiles] > comment = Webserver content > path = /srv/web > public = no > read only = no > directory mode = 3775 > create mode = 0664 > >[software] > comment = Software installation > path = /srv/sfw > public = no > read only = no > write list = peter, nt > directory mode = 3775 > create mode = 0664 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 449000
: 307175 |
307176
|
307202