<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Samba Configuration Issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048068#M48550</link>
    <description>SELinux was already disabled. &lt;BR /&gt;&lt;BR /&gt;Could it be something to do with the Windows domain I am in ? Why does it mention a loop ?</description>
    <pubDate>Mon, 21 May 2007 08:45:44 GMT</pubDate>
    <dc:creator>Raymond Brennan_3</dc:creator>
    <dc:date>2007-05-21T08:45:44Z</dc:date>
    <item>
      <title>Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048064#M48546</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to configure samba on RH Linux 5.0 I can see the server on the Windows network, but can't access any of the shares. Instead, I get a box popping up asking me about Printers.&lt;BR /&gt;&lt;BR /&gt;For information, my Windows login is "brennanr", the Windows domain I am in is "logica-uk" and the name of the Linux server is "inis".&lt;BR /&gt;&lt;BR /&gt;Here is my smb.conf file : &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# This is the main Samba configuration file. You should read the&lt;BR /&gt;# smb.conf(5) manual page in order to understand the options listed&lt;BR /&gt;# here. Samba has a huge number of configurable options (perhaps too&lt;BR /&gt;# many!) most of which are not shown in this example&lt;BR /&gt;#&lt;BR /&gt;# For a step to step guide on installing, configuring and using samba,&lt;BR /&gt;# read the Samba-HOWTO-Collection. This may be obtained from:&lt;BR /&gt;#  &lt;A href="http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf" target="_blank"&gt;http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;# Many working examples of smb.conf files can be found in the&lt;BR /&gt;# Samba-Guide which is generated daily and can be downloaded from:&lt;BR /&gt;#  &lt;A href="http://www.samba.org/samba/docs/Samba-Guide.pdf" target="_blank"&gt;http://www.samba.org/samba/docs/Samba-Guide.pdf&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;# Any line which starts with a ; (semi-colon) or a # (hash)&lt;BR /&gt;# is a comment and is ignored. In this example we will use a #&lt;BR /&gt;# for commentry and a ; for parts of the config file that you&lt;BR /&gt;# may wish to enable&lt;BR /&gt;#&lt;BR /&gt;# NOTE: Whenever you modify this file you should run the command "testparm"&lt;BR /&gt;# to check that you have not made any basic syntactic errors.&lt;BR /&gt;#&lt;BR /&gt;#======================= Global Settings =====================================&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH&lt;BR /&gt;        workgroup = logica-uk&lt;BR /&gt;&lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;        server string = RPC Samba Server&lt;BR /&gt;&lt;BR /&gt;# Security mode. Defines in which mode Samba will operate. Possible&lt;BR /&gt;# values are share, user, server, domain and ads. Most people will want&lt;BR /&gt;# user level security. See the Samba-HOWTO-Collection for details.&lt;BR /&gt;        security = user&lt;BR /&gt;&lt;BR /&gt;# This option is important for security. It allows you to restrict&lt;BR /&gt;# connections to machines which are on your local network. The&lt;BR /&gt;# following example restricts access to two C class networks and&lt;BR /&gt;# the "loopback" interface. For more examples of the syntax see&lt;BR /&gt;# the smb.conf man page&lt;BR /&gt;;   hosts allow = 192.168.1. 192.168.2. 127.&lt;BR /&gt;&lt;BR /&gt;# If you want to automatically load your printer list rather&lt;BR /&gt;# than setting them up individually then you'll need this&lt;BR /&gt;;       load printers = yes&lt;BR /&gt;&lt;BR /&gt;# you may wish to override the location of the printcap file&lt;BR /&gt;;   printcap name = /etc/printcap&lt;BR /&gt;&lt;BR /&gt;# on SystemV system setting printcap name to lpstat should allow&lt;BR /&gt;# you to automatically obtain a printer list from the SystemV spool&lt;BR /&gt;# system&lt;BR /&gt;;   printcap name = lpstat&lt;BR /&gt;&lt;BR /&gt;# It should not be necessary to specify the print system type unless&lt;BR /&gt;# it is non-standard. Currently supported print systems include:&lt;BR /&gt;# bsd, cups, sysv, plp, lprng, aix, hpux, qnx&lt;BR /&gt;;   printing = cups&lt;BR /&gt;&lt;BR /&gt;# This option tells cups that the data has already been rasterized&lt;BR /&gt;;       cups options = raw&lt;BR /&gt;&lt;BR /&gt;# Uncomment this if you want a guest account, you must add this to /etc/passwd&lt;BR /&gt;# otherwise the user "nobody" is used&lt;BR /&gt;;  guest account = pcguest&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;        log file = /var/log/samba/%m.log&lt;BR /&gt;&lt;BR /&gt;# Put a capping on the size of the log files (in Kb).&lt;BR /&gt;        max log size = 50&lt;BR /&gt;&lt;BR /&gt;# Use password server option only with security = server&lt;BR /&gt;# The argument list may include:&lt;BR /&gt;#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]&lt;BR /&gt;# or to auto-locate the domain controller/s&lt;BR /&gt;#   password server = *&lt;BR /&gt;;   password server = &lt;NT-SERVER-NAME&gt;&lt;BR /&gt;# Use the realm option only with security = ads&lt;BR /&gt;# Specifies the Active Directory realm the host is part of&lt;BR /&gt;;   realm = MY_REALM&lt;BR /&gt;&lt;BR /&gt;# Backend to store user information in. New installations should&lt;BR /&gt;# use either tdbsam or ldapsam. smbpasswd is available for backwards&lt;BR /&gt;# compatibility. tdbsam requires no further configuration.&lt;BR /&gt;        passdb backend = tdbsam&lt;BR /&gt;&lt;BR /&gt;# Using the following line enables you to customise your configuration&lt;BR /&gt;# on a per machine basis. The %m gets replaced with the netbios name&lt;BR /&gt;# of the machine that is connecting.&lt;BR /&gt;# Note: Consider carefully the location in the configuration file of&lt;BR /&gt;#       this line.  The included file is read at that point.&lt;BR /&gt;;   include = /usr/local/samba/lib/smb.conf.%m&lt;BR /&gt;&lt;BR /&gt;# Configure Samba to use multiple interfaces&lt;BR /&gt;# If you have multiple network interfaces then you must list them&lt;BR /&gt;# here. See the man page for details.&lt;BR /&gt;;   interfaces = 192.168.12.2/24 192.168.13.2/24&lt;BR /&gt;&lt;BR /&gt;# Browser Control Options:&lt;BR /&gt;# set local master to no if you don't want Samba to become a master&lt;BR /&gt;# browser on your network. Otherwise the normal election rules apply&lt;BR /&gt;;   local master = no&lt;BR /&gt;&lt;BR /&gt;# OS Level determines the precedence of this server in master browser&lt;BR /&gt;# elections. The default value should be reasonable&lt;BR /&gt;;   os level = 33&lt;BR /&gt;&lt;BR /&gt;# Domain Master specifies Samba to be the Domain Master Browser. This&lt;BR /&gt;# allows Samba to collate browse lists between subnets. Don't use this&lt;BR /&gt;# if you already have a Windows NT domain controller doing this job&lt;BR /&gt;;   domain master = yes&lt;BR /&gt;&lt;BR /&gt;# Preferred Master causes Samba to force a local browser election on startup&lt;BR /&gt;# and gives it a slightly higher chance of winning the election&lt;BR /&gt;;   preferred master = yes&lt;BR /&gt;&lt;BR /&gt;# Enable this if you want Samba to be a domain logon server for&lt;BR /&gt;# Windows95 workstations.&lt;BR /&gt;;   domain logons = yes&lt;BR /&gt;&lt;BR /&gt;# if you enable domain logons then you may want a per-machine or&lt;BR /&gt;# per user logon script&lt;BR /&gt;# run a specific logon batch file per workstation (machine)&lt;BR /&gt;;   logon script = %m.bat&lt;BR /&gt;# run a specific logon batch file per username&lt;BR /&gt;;   logon script = %U.bat&lt;BR /&gt;&lt;BR /&gt;# Where to store roving profiles (only for Win95 and WinNT)&lt;BR /&gt;#        %L substitutes for this servers netbios name, %U is username&lt;BR /&gt;#        You must uncomment the [Profiles] share below&lt;BR /&gt;;   logon path = \\%L\Profiles\%U&lt;BR /&gt;&lt;BR /&gt;# Windows Internet Name Serving Support Section:&lt;BR /&gt;# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server&lt;BR /&gt;;   wins support = yes&lt;BR /&gt;&lt;BR /&gt;# WINS Server - Tells the NMBD components of Samba to be a WINS Client&lt;BR /&gt;#       Note: Samba can be either a WINS Server, or a WINS Client, but NOT both&lt;BR /&gt;;   wins server = w.x.y.z&lt;BR /&gt;&lt;BR /&gt;# WINS Proxy - Tells Samba to answer name resolution queries on&lt;BR /&gt;# behalf of a non WINS capable client, for this to work there must be&lt;BR /&gt;# at least one  WINS Server on the network. The default is NO.&lt;BR /&gt;;   wins proxy = yes&lt;BR /&gt;&lt;BR /&gt;# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names&lt;BR /&gt;# via DNS nslookups. The default is NO.&lt;BR /&gt;;       dns proxy = no&lt;BR /&gt;        encrypt passwords = yes&lt;BR /&gt;        password server = inis&lt;BR /&gt;;       security = server&lt;BR /&gt;;       guest ok = no&lt;BR /&gt;;       guest account = nobody&lt;BR /&gt;;       guest ok = no&lt;BR /&gt;;       guest account = nobody&lt;BR /&gt;&lt;BR /&gt;# These scripts are used on a domain controller or stand-alone&lt;BR /&gt;# machine to add or delete corresponding unix accounts&lt;BR /&gt;;  add user script = /usr/sbin/useradd %u&lt;BR /&gt;;  add group script = /usr/sbin/groupadd %g&lt;BR /&gt;;  add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /&lt;BR /&gt;bin/false %u&lt;BR /&gt;;  delete user script = /usr/sbin/userdel %u&lt;BR /&gt;;  delete user from group script = /usr/sbin/deluser %u %g&lt;BR /&gt;;  delete group script = /usr/sbin/groupdel %g&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#============================ Share Definitions ==============================&lt;BR /&gt;;[homes]&lt;BR /&gt;;       comment = Home Directories&lt;BR /&gt;;       browseable = no&lt;BR /&gt;;       writeable = yes&lt;BR /&gt;&lt;BR /&gt;# Un-comment the following and create the netlogon directory for Domain Logons&lt;BR /&gt;; [netlogon]&lt;BR /&gt;;   comment = Network Logon Service&lt;BR /&gt;;   path = /usr/local/samba/lib/netlogon&lt;BR /&gt;;   guest ok = yes&lt;BR /&gt;;   writable = no&lt;BR /&gt;;   share modes = no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Un-comment the following to provide a specific roving profile share&lt;BR /&gt;# the default is to use the user's home directory&lt;BR /&gt;;[Profiles]&lt;BR /&gt;;    path = /usr/local/samba/profiles&lt;BR /&gt;;    browseable = no&lt;BR /&gt;;    guest ok = yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# NOTE: If you have a BSD-style print system there is no need to&lt;BR /&gt;# specifically define each individual printer&lt;BR /&gt;;[printers]&lt;BR /&gt;;       comment = All Printers&lt;BR /&gt;;       path = /usr/spool/samba&lt;BR /&gt;;       browseable = no&lt;BR /&gt;# Set public = yes to allow user 'guest account' to print&lt;BR /&gt;;       guest ok = no&lt;BR /&gt;;       writeable = no&lt;BR /&gt;        printable = yes&lt;BR /&gt;&lt;BR /&gt;# This one is useful for people to share files&lt;BR /&gt;[tmp]&lt;BR /&gt;        comment = Temporary file space&lt;BR /&gt;        path = /tmp&lt;BR /&gt;        writeable = yes&lt;BR /&gt;;       printable = no&lt;BR /&gt;        write list = brennanr&lt;BR /&gt;;       browseable = yes&lt;BR /&gt;        guest ok = yes&lt;BR /&gt;&lt;BR /&gt;# A publicly accessible directory, but read only, except for people in&lt;BR /&gt;# the "staff" group&lt;BR /&gt;[public]&lt;BR /&gt;        comment = Public Stuff&lt;BR /&gt;        path = /home/samba&lt;BR /&gt;        guest ok = yes&lt;BR /&gt;        writeable = yes&lt;BR /&gt;;       printable = no&lt;BR /&gt;        write list = @staff&lt;BR /&gt;&lt;BR /&gt;# Other examples.&lt;BR /&gt;#&lt;BR /&gt;# A private printer, usable only by fred. Spool data will be placed in fred's&lt;BR /&gt;# home directory. Note that fred must have write access to the spool directory,&lt;BR /&gt;# wherever it is.&lt;BR /&gt;;[fredsprn]&lt;BR /&gt;;   comment = Fred's Printer&lt;BR /&gt;;   valid users = fred&lt;BR /&gt;;   path = /homes/fred&lt;BR /&gt;;   printer = freds_printer&lt;BR /&gt;;   public = no&lt;BR /&gt;;   writable = no&lt;BR /&gt;;   printable = yes&lt;BR /&gt;&lt;BR /&gt;# A private directory, usable only by fred. Note that fred requires write&lt;BR /&gt;# access to the directory.&lt;BR /&gt;&lt;BR /&gt;;[fredsdir]&lt;BR /&gt;;   comment = Fred's Service&lt;BR /&gt;;   path = /usr/somewhere/private&lt;BR /&gt;;   valid users = fred&lt;BR /&gt;;   public = no&lt;BR /&gt;;   writable = yes&lt;BR /&gt;;   printable = no&lt;BR /&gt;&lt;BR /&gt;# a service which has a different directory for each machine that connects&lt;BR /&gt;# this allows you to tailor configurations to incoming machines. You could&lt;BR /&gt;# also use the %U option to tailor it by user name.&lt;BR /&gt;# The %m gets replaced with the machine name that is connecting.&lt;BR /&gt;;[pchome]&lt;BR /&gt;;  comment = PC Directories&lt;BR /&gt;;  path = /usr/pc/%m&lt;BR /&gt;;  public = no&lt;BR /&gt;;  writable = yes&lt;BR /&gt;&lt;BR /&gt;# A publicly accessible directory, read/write to all users. Note that all files&lt;BR /&gt;# created in the directory by users will be owned by the default user, so&lt;BR /&gt;# any user with access can delete any other user's files. Obviously this&lt;BR /&gt;# directory must be writable by the default user. Another user could of course&lt;BR /&gt;# be specified, in which case all files would be owned by that user instead.&lt;BR /&gt;;[public]&lt;BR /&gt;;   path = /usr/somewhere/else/public&lt;BR /&gt;;   public = yes&lt;BR /&gt;;   only guest = yes&lt;BR /&gt;;   writable = yes&lt;BR /&gt;;   printable = no&lt;BR /&gt;&lt;BR /&gt;# The following two entries demonstrate how to share a directory so that two&lt;BR /&gt;# users can place files there that will be owned by the specific users. In this&lt;BR /&gt;# setup, the directory should be writable by both users and should have the&lt;BR /&gt;# sticky bit set on it to prevent abuse. Obviously this could be extended to&lt;BR /&gt;# as many users as required.&lt;BR /&gt;;[myshare]&lt;BR /&gt;;   comment = Mary's and Fred's stuff&lt;BR /&gt;;   path = /usr/somewhere/shared&lt;BR /&gt;;   valid users = mary fred&lt;BR /&gt;;   public = no&lt;BR /&gt;;   writable = yes&lt;BR /&gt;;   printable = no&lt;BR /&gt;;   create mask = 0765&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[testlv]&lt;BR /&gt;        comment = test Folder&lt;BR /&gt;        path = /testlv&lt;BR /&gt;        guest ok = yes&lt;BR /&gt;        writeable = yes&lt;BR /&gt;;       browseable = yes&lt;BR /&gt;        write list = brennanr&lt;BR /&gt;        valid users = brennanr&lt;BR /&gt;;       printable = no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is wrong with my configuration ? &lt;BR /&gt;&lt;BR /&gt;Thanks for any help/pointers&lt;/NT-SERVER-NAME&gt;</description>
      <pubDate>Mon, 21 May 2007 05:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048064#M48546</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-21T05:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048065#M48547</link>
      <description>Since security=user, &lt;BR /&gt;you need to add the user with:&lt;BR /&gt;smbpasswd -a &lt;USERNAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 21 May 2007 08:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048065#M48547</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-05-21T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048066#M48548</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;However, I am now getting the following in the Samba log for the server inis : &lt;BR /&gt;&lt;BR /&gt;[root@inis samba]# cat inis.log&lt;BR /&gt;[2007/05/16 15:39:21, 1] auth/auth_server.c:server_cryptkey(61)&lt;BR /&gt;  Password server loop - disabling password server INIS&lt;BR /&gt;[2007/05/16 15:39:21, 0] auth/auth_server.c:server_cryptkey(83)&lt;BR /&gt;  password server not available&lt;BR /&gt;[2007/05/16 15:39:21, 1] auth/auth_server.c:check_smbserver_security(252)&lt;BR /&gt;  password server is not connected (cli not initilised)&lt;BR /&gt;[2007/05/16 15:39:38, 1] auth/auth_server.c:server_cryptkey(61)&lt;BR /&gt;  Password server loop - disabling password server INIS&lt;BR /&gt;[2007/05/16 15:39:38, 0] auth/auth_server.c:server_cryptkey(83)&lt;BR /&gt;  password server not available&lt;BR /&gt;[2007/05/16 15:39:38, 1] auth/auth_server.c:check_smbserver_security(252)&lt;BR /&gt;  password server is not connected (cli not initilised)&lt;BR /&gt;[2007/05/16 15:40:07, 1] auth/auth_server.c:server_cryptkey(61)&lt;BR /&gt;  Password server loop - disabling password server INIS&lt;BR /&gt;[2007/05/16 15:40:07, 0] auth/auth_server.c:server_cryptkey(83)&lt;BR /&gt;  password server not available&lt;BR /&gt;[2007/05/16 15:40:07, 1] auth/auth_server.c:check_smbserver_security(252)&lt;BR /&gt;  password server is not connected (cli not initilised)&lt;BR /&gt;[2007/05/16 15:42:28, 1] auth/auth_server.c:server_cryptkey(61)&lt;BR /&gt;  Password server loop - disabling password server INIS&lt;BR /&gt;[2007/05/16 15:42:28, 0] auth/auth_server.c:server_cryptkey(83)&lt;BR /&gt;  password server not available&lt;BR /&gt;[2007/05/16 15:42:28, 1] auth/auth_server.c:check_smbserver_security(252)&lt;BR /&gt;  password server is not connected (cli not initilised)&lt;BR /&gt;[root@inis samba]#&lt;BR /&gt;&lt;BR /&gt;Is this what it is supposed to do ?</description>
      <pubDate>Mon, 21 May 2007 08:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048066#M48548</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-21T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048067#M48549</link>
      <description>Looks like selinux messages?&lt;BR /&gt;try to issue the following command:&lt;BR /&gt;setenforce 0&lt;BR /&gt;&lt;BR /&gt;If this will help, then you'll need to edit the file /etc/sysconfig/selinux and make sure there's a line &lt;BR /&gt;SELINUX=disabled&lt;BR /&gt;</description>
      <pubDate>Mon, 21 May 2007 08:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048067#M48549</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-05-21T08:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048068#M48550</link>
      <description>SELinux was already disabled. &lt;BR /&gt;&lt;BR /&gt;Could it be something to do with the Windows domain I am in ? Why does it mention a loop ?</description>
      <pubDate>Mon, 21 May 2007 08:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048068#M48550</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-21T08:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048069#M48551</link>
      <description>IMHO, password server should be used if security = [ads|domain|server]&lt;BR /&gt;comment this line.</description>
      <pubDate>Mon, 21 May 2007 08:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048069#M48551</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-05-21T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048070#M48552</link>
      <description>Hello Alex,&lt;BR /&gt;&lt;BR /&gt;This has left things worse. When I try to access inis now, it tries to authenticate me via the Windows domain rather than via inis itself. &lt;BR /&gt;&lt;BR /&gt;Any other suggestions ?</description>
      <pubDate>Mon, 21 May 2007 09:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048070#M48552</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-21T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048071#M48553</link>
      <description>How do you want your users to be authenticated, you have some mix of configurations:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; The Windows domain I am in is "logica-uk" and the name of the Linux server is "inis".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Security = user&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; encrypt passwords = yes&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; password server = inis&lt;BR /&gt;&lt;BR /&gt;If you want your user to be authenticated via AD, you should use security = server or security = ADS, and set the password server to the Windows Domain controller depending of your security selection.&lt;BR /&gt;&lt;BR /&gt;If you use security = ADS, you must configure also kerberos. Check the samba 3 howto collection.&lt;BR /&gt;&lt;BR /&gt;If you want to be authenticated just by the SAMBA server, remove the password server option, set security = user and use smbpasswd to add the user account to samba.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 May 2007 10:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048071#M48553</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-21T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048072#M48554</link>
      <description>Thanks, Ivan. That has done the trick.</description>
      <pubDate>Tue, 22 May 2007 04:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048072#M48554</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-22T04:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Configuration Issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048073#M48555</link>
      <description>problem solved.</description>
      <pubDate>Tue, 22 May 2007 04:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issues/m-p/5048073#M48555</guid>
      <dc:creator>Raymond Brennan_3</dc:creator>
      <dc:date>2007-05-22T04:32:19Z</dc:date>
    </item>
  </channel>
</rss>

