LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-13-2006, 08:44 AM   #1
jaxd
LQ Newbie
 
Registered: Jul 2006
Distribution: sme v7
Posts: 14

Rep: Reputation: 0
sme server samba configuration = need help


I red many docs from

us1.samba.org/samba/docs

but i do not find docs to configure samba logon with an sme server.It's already install and running with my sme version 7.
I'm looking for an example of smbconf file with few users and logon access.
many thanks for your help
jaxd
 
Old 11-15-2006, 12:45 AM   #2
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
sme server? Small Medium Enterprise Server? Or what?
 
Old 11-15-2006, 07:42 AM   #3
jaxd
LQ Newbie
 
Registered: Jul 2006
Distribution: sme v7
Posts: 14

Original Poster
Rep: Reputation: 0
hi
sorry for the delay but the sme server is the new name
of the e-smith linux distribution
thanks for your help
 
Old 11-15-2006, 07:17 PM   #4
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
Please explain more on this:-
Quote:
configure samba logon with an sme server
I on't know what u want actually.
Ks
 
Old 11-16-2006, 01:24 AM   #5
jaxd
LQ Newbie
 
Registered: Jul 2006
Distribution: sme v7
Posts: 14

Original Poster
Rep: Reputation: 0
thanks for your reply.
As I said I do have a linux e-smith server V7, when I install the server
samba has been installed as well.
I set DHCP for the internal home network.
The server has been configured with a dsl internet access.
All users have access to internet without login on the server.
I want to implement a login and password for each user.
I know that I have to modify the smb.conf file.
I'd like to avoid complexity and make it as simple as it is possible.
(I'm not an expert)
jaxd
 
Old 11-16-2006, 12:18 PM   #6
jaxd
LQ Newbie
 
Registered: Jul 2006
Distribution: sme v7
Posts: 14

Original Poster
Rep: Reputation: 0
This is my smb.conf file
thankx for your help
jaxd

Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Processing section "[print$]"
Processing section "[Primary]"
Processing section "[movies]"
Processing section "[sharefiles]"
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions

# Global parameters
[global]
dos charset = 850
unix charset = UTF8
display charset = ISO8859-1
workgroup = TEAMNET
server string = SME Server
interfaces = 127.0.0.1, 192.168.1.1/255.255.255.0
passdb backend = smbpasswd:/etc/samba/smbpasswd
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
check password script = /sbin/e-smith/samba_check_password
unix password sync = Yes
log file = /var/log/samba/log.%m
max log size = 50
smb ports = 139
name resolve order = wins lmhosts bcast
deadtime = 10080
printcap name = /etc/printcap
add machine script = /sbin/e-smith/signal-event machine-account-create '%u'
logon script = netlogon.bat
logon path =
domain logons = Yes
os level = 65
domain master = Yes
dns proxy = No
wins support = Yes
admin users = admin
printer admin = admin
hosts allow = 127.0.0.1, 192.168.1.0/255.255.255.0
printing = lprng
print command = /usr/bin/lpr -b -h -r -P%p %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j
lppause command = lpc hold '%p' %j
lpresume command = lpc release '%p' %j
queuepause command = lpc stop '%p'
queueresume command = lpc start '%p'
case sensitive = No
strict locking = No

[homes]
comment = Home directory
path = /home/e-smith/files/users/%S/home
read only = No
create mask = 0660
force create mode = 0660
directory mask = 0770
force directory mode = 0770
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
use client driver = Yes
browseable = No

[netlogon]
comment = Network Logon Service
path = /home/e-smith/files/samba/netlogon
browseable = No

[print$]
comment = Printer drivers
path = /home/e-smith/files/samba/printers
guest ok = Yes
use client driver = Yes

[Primary]
comment = Primary i-bay
path = /home/e-smith/files/ibays/Primary
read only = No
create mask = 0640
inherit permissions = Yes
 
Old 11-16-2006, 06:51 PM   #7
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
due to I never try sme server before, so I not sure whether the doc is inside there or not. Normally you can find good samba documentation inside /usr/share/doc/samba****
And, in order to use samba control others windows pc, you need to ask windows PC join into samba domain.
Tell me if you can't see the documentation.
Ks
 
Old 11-17-2006, 02:43 AM   #8
jaxd
LQ Newbie
 
Registered: Jul 2006
Distribution: sme v7
Posts: 14

Original Poster
Rep: Reputation: 0
thanks kstan, I found all the docs on my server
I hope I will be able to setup this logon on my server for all users
sheers
jaxd
 
Old 11-17-2006, 03:00 AM   #9
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
ok, good luck and enjoy...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
just looking for some inforimtion about sme server paul_mat Linux - Newbie 1 12-11-2005 06:31 PM
Dedicated Server Distros (SME server and Censornet) Sugga Linux - General 2 09-22-2005 03:15 AM
SME Server mobassir Linux - Networking 0 08-05-2004 12:49 AM
WinXP losing gateway configuration to SME 5.6 after IP Config Change edward57 Linux - Networking 0 05-27-2004 07:11 AM
SME Server anyone? is it ok? matthewhardwick Linux - Networking 2 11-19-2003 03:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration