Simon wrote:

Hi all,
I have a Samba problem which is driving me nuts. We have a number of Samba servers and generally share several 'drives' so we can do admin stuff easily from XP.
One server is behaving as expected, but I cannot get a RW share happening on another.
It is a FC3 server running Samba3 and uname -a gives these details:
Linux XXXXX.olmc.nsw.edu.au 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686 i686 i386 GNU/Linux
I am trying to setup a share that has RW access to specified domain users - the domain is a Samba 3 domain running on an e-smith server. I have even copied the smb.conf file from one server to the other and just changed the netbios name etc. But it still doesn't work!!!
There must be something obvious I am missing
Yes thje system has joined the domain:
Binding to domain with command /usr/bin/net join -U admin -S 10\.192\.0\.29 ..


admin's password: [2005/04/15 14:37:38, 0] utils/net_ads.c:ads_startup(186)
ads_connect: No results returned
Joined domain OLMC.


.. complete.
When I double click the good server in 'Network Places' it displays the list of shares as it should, when I do the same to the recalcitrant server it asks for a username password, none of which seem to work.
For the record this is the current smb.conf file:
[global]
workgroup = OLMC
realm = OLMC
server string = Samba Server XXXX
interfaces = eth*
security = SERVER


The above setting is one that's very obvious to me
without knowing more information about your setup.

Should be,

         security = DOMAIN

There are  requirements for Samba 3+ to join a
Domain successfully. E.g. what is your Primary Domain
Server. Is it NT4, ADS ? If ADS is your Samba compiled
with Kerberos5 and LDAP ?

If you have NT4 like PDS, security = server may work
with unpredictable results.


password server = 10.192.0.29
root directory = /
password level = 14
username level = 8
log file = /var/log/samba/log.%m
max log size = 50
announce as = win95
name resolve order = lmhosts win broadcast
os level = 10
preferred master = No
local master = No
wins support = Yes
default service = rootdir
remote announce = 10.192.0.0/OLMC 10.192.1.0/OLMC
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind cache time = 50
winbind enum users = No
winbind enum groups = No
winbind use default domain = Yes
winbind trusted domains only = Yes
admin users = simon, sbryan, stse, atan, agustin
read only = No
[homes]
comment = Home Directories
browseable = no
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
[CDS]
public = yes
guest only = yes
path = /home/installcds
[html]
writeable = yes
path = /var/www/moodle
[rootdir]
comment = Root Directory on XXXX
path = /
write list = sbryan
hide dot files = No
*Simon Bryan*
/IT Manager/ *OLMC*
LMB 14
North Parramatta
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
tel:
fax:
mobile: 96833300
98901466
0414238002




/Add me to your address book.../ <https://www.plaxo.com/add_me?u=25770894370&v0=2169515&k0=-1248673624> /Want a signature like this?/ <http://www.plaxo.com/signature>



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to