Samba help needed please....

I want to create a share for a select group of users so that only they can access the share. I would also like for them to be presented with the pop-up login box asking them to authenticate to the share. I have Samba 3.0.10 running on a Solaris 9 server and the clients will be authenticating to the share via Windows XP. Below is what I have in my smb.conf file:

# Global parameters

[global]

server string = Samba Server

security = SHARE

log file = /usr/local/samba/var/log.%m

max log size = 50

os level = 0

lm announce = No

preferred master = No

local master = No

domain master = No

dns proxy = No

[Managers]

comment = Managers

path = /some/share

valid users = jdoe,juser,ssmith

force group = mgrs

read only = No

Currently, if I add a new samba user using smbpasswd, the user is allowed to go directly into the share without any visible authentication. How can I get the pop-up window to request the user to login with their account and password ?

The pop-up window I am referring to is the one that appears when an unauthenticated person attempts to access the share and the pop-up window has grayed out the servername\guest and is asking for a password.

Secondly, not all of the users are in the same NT domain, I would like to link to this share from a web page my team administers that is accessible across the company....are there any issues regarding trying to do something like this that I need to be aware of or plan for in my smb.conf file ? Any help would be greatly appreciated.

Sunny

[1636 byte] By [sunsysadm2003] at [2007-11-26 10:36:28]
# 1

I don't know if this helps but this is our smb.conf file and all users get asked for their user name and password.

Regards

Anna

[global]

# ldap

ldap server = xxxx.xxxx.columbia.edu

ldap port = 389

ldap suffix = ou=People,dc=xxxx,dc=columbia,dc=edu

ldap admin dn = uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot

ldap ssl = no

# logging

log level = 2

log file = /var/samba/log/log.%m

max log size = 500

# domain

workgroup = fmrildap

preferred master = no

domain master = no

domain logons = no

netbios name = samba

server string = fmri samba server

os level = 255

#socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# authentication

security = user

encrypt passwords = yes

wins support = yes

locking = yes

dns proxy = no

[netlogon]

comment = network logon service

path = /etc/fmri/samba/netlogon

guest ok = yes

share modes = no

[homes]

path = /home/%u

comment = home directories

read only = no

create mode = 0750

directory mode = 0750

case sensitive = no

follow symlinks = no

[data_export]

comment = data directories

path = /export/data

read only = no

create mode = 0775

directory mode = 0775

case sensitive = no

follow symlinks = yes

annib70 at 2007-7-7 2:47:25 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Hi Anna,Thanks for your response, unfortunately, we are not using LDAP and using SECURITY=USER isn't an option for me since we have multiple domains and we have one manager that is out-of-state and in a different domain. Any other suggestions out there ?
sunsysadm2003 at 2007-7-7 2:47:25 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...