RE: [Samba] Unable to connect samba server using hostname

2005-11-16 Thread Timothy Dutton


-Original Message-
From: updatemyself . [mailto:[EMAIL PROTECTED] 
Sent: 15 November 2005 12:21
To: samba@lists.samba.org; [EMAIL PROTECTED]
Subject: [Samba] Unable to connect samba server using hostname

Hai All,

I am Unable to connect samba server using hostname
the thing is.. its happen only from few windows machine
in my network... but they can access the sambe share
using IPAddress.. as like all other machine

All the other Windows system in my network can access samba share
using both... IP Address and Hostname..
This creating a big headache for me.
please suggest some solution to solve this problems...


Here is my smb.conf file configuration...

#=== Global Settings

[global]

workgroup = MYDOMAIN
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 50
security = ads
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no


#=== Share Definitions
==
#ldap idmap suffix = ou=emplist,dc=dqe,dc=com
password server = 172.16.20.200 http://172.16.20.200
realm = MYDOMAIN.COM http://MYDOMAIN.COM
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/bash
template homedir = /home/%D/%U
allow trusted domains = no
idmap backend = idmap_rid:DQE=16777216-33554431
winbind use default domain = yes


[vol08]
path = /vol08_700
writable = yes
public = yes
nt acl support = yes
create mask = 0755
security mask = 0755
inherit permissions = yes
inherit acls = yes
force security mode = 0
directory security mask = 0777
force directory security mode = 0



=
Please Share Your knowledge to solve this problem...

Thank You in Advance,

Regards,
Jerrynikki.


Hi

Have you double checked that your hosts files on your windows machines?  It
may be that some of those need updating to reflect your network
configuration.

Tim

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] User Manager Tools and Automatic Profile creation

2005-11-08 Thread Timothy Dutton
Hi all

 

I have a problem when creating new users.

 

If I create the users directly on my linux box i.e useradd name and
smbpasswd -a name the profiles directories are set up automatically for
me.

 

However if I try to use the NT4 user manager to create the new users, I have
to manually set the up the profiles and user home directories.

 

Am I missing something here?

 

Tim

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Problems with roaming profile setup

2005-10-20 Thread Timothy Dutton
Hi all

 

When I set up my users directly on my server either on the server or through
ssh everything seems to work fine.

When I set up new users through Windows User Manager I have problems getting
the roaming profiles and home directories to work.  I have to set them
explicitly as I add each user.

 

Am I missing something here?  It is vexing to say the least.

 

Tim

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] authentication problem with WinXP clients

2005-10-07 Thread Timothy Dutton
Hi

Are you using your server as part of a domain if so I think that domain
master should be set to no

-Original Message-
From: Jouda Hrouda [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2005 15:01
To: samba@lists.samba.org
Subject: [Samba] authentication problem with WinXP clients

Hello,

we have problem with user authentication when accessing shared folders at 
standalone Samba server (security=share) from Windows XP. 

There is no problem accessing public folders (guest ok=yes and guest 
only=yes). But when trying to access non-public folders (guest ok=no 
with valid users definition), username / password dialog appears, but
username 
is always servername/Guest and is greyed out, so it can not be changed. 
Windows 2000 client is OK - user can enter whatever username in username
field.

I know the difference between share and user security modes, which might

cause the unchangeable username. But it works in Win2000 ... and based on
their 
specs none of them suits IMHO our objective: 
- to have public folders and folders with limited access on one server 
- don't annoy users with authentication when they want to access public
folders at all.
(username/password authentication should proceed only when clicking on
non-public folder).

Is this possible ? Like allow clients to send username in share mode or
don't 
require login to server in user mode first ? Or any other way ?

Thanks.

Charon

Just in case ... Samba version 3.0.20 and smb.conf:

--
[global]
server string = XX
netbios name = X
workgroup = XX
domain master = yes
local master = yes
preferred master = yes
os level = 127
wins support = yes

interfaces = eth0 lo
bind interfaces only = yes
hosts allow = 192.168.1. 127.
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
guest account = share

load printers = yes
printing = lprng
printcap name = /etc/printcap
max print jobs = 200
lpq cache time = 20
printer admin = user

syslog only = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
kernel oplocks = no

[printers]
comment = All printers
path = /var/spool/print/samba
guest ok = yes
writeable = no
browsable = no
printable = yes
print command = /usr/bin/lpr [EMAIL PROTECTED] -r -P%p %s
lpq command = /usr/bin/lpq [EMAIL PROTECTED] -P%p
lprm command = /usr/bin/lprm [EMAIL PROTECTED] -P%p %j
lppause command = /usr/bin/lpc [EMAIL PROTECTED] hold %p %j
lpresume command = /usr/bin/lpc [EMAIL PROTECTED] release %p %j
queuepause command = /usr/bin/lpc [EMAIL PROTECTED] stop %p
queueresume command = /usr/bin/lpc [EMAIL PROTECTED] start %p

#
# Default folders
#

# internet presentation
[Internet]
path = /var/share/internet
guest ok = no
writable = yes
printable = no
valid users = +admins
create mode = 0664
directory mode = 0775
vfs objects = netatalk

# intranet presentation
[Intranet]
path = /var/share/intranet
guest ok = no
writable = yes
printable = no
valid users = +share
create mode = 0664
directory mode = 0775
vfs objects = netatalk

# users shared data
[Z]
path = /var/share/public
guest ok = yes
guest only = yes
writable = yes
printable = no
vfs objects = netatalk

--


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Automating Creation Of Profile Directories For New Users

2005-10-04 Thread Timothy Dutton
Hi

This might seem to be a stupid question but here goes anyway.

 

I am running a samba server as a PDC with roaming profiles enabled.  My
profiles are stored on the linux box at /samba/profiles/username.

I tried setting a script to create the profile at the same time as adding
the new user

 

/usr/sbin/useradd -m u%

cd /samba/profiles

mkdir %u

 

When I tried adding the a new user I got the message user not found and
found that the script had created a folder %u in the profiles share.

Any thoughts as to where I might be going wrong here?

 

Is it possible to add the entries to the /etc/skel or do these only apply to
the home directory.

 

Thanks

 

Tim

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Activate HTML Pages

2005-09-10 Thread Timothy Dutton
You would be better off using apache server to display your web pages.

Tim

-Original Message-
From: Rajeev [mailto:[EMAIL PROTECTED] 
Sent: 10 September 2005 05:26
To: samba@lists.samba.org
Subject: [Samba] Activate HTML Pages

Hi All,

I have a design some html pages. Now I want to activate it throug Samba 
Server, infact I have no Idea, how active my page so that every user able to

access it.

It should be treated like a web pages.

Thanks
Rajeev


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Problems with tdbsam database

2005-08-11 Thread Timothy Dutton
Hi
I am trying to set up a PDC with a tdbsam backend.
I ran into problems and decided to try starting the smb user list afresh
deleting the contents of the private directory, adding the samba users and
converting the database using the command pdbedit -I smbpasswd -e tdbsam

I get the message for all but the client$ user: the name of my test machine
tdb_update_sam: Failing to store a SAM account for [username] without a
primary group RID.

Can anyone tell me what I have done wrong?

Thanks in advance

Tim

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba