Re: [Samba] net rpc vampire still not working

2004-01-02 Thread Beast
Saturday, January 3, 2004, 12:41:52 PM, Beast wrote:


> 6. edit  /usr/local/sbin/smbldap_conf.pm :

> # Default User (POSIX and Samba) GID
> $_defaultUserGid = 550; # MUST be same as gid of smbnobody

sorry, it should be same with domainuser group





--beast 

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


[Samba] If i can make a request...

2004-01-02 Thread Beast
Well, i'm just ordinary samba user, but if i can make a request for
next samba release:

1. Samba should support ldap referral and has appropriate waiting
slave database synchronized. ie, in smb.con we can give:

passdb backend = ldapsam:"ldap://slave1 ldap://slave2  ldap://master";
sync timout = 10

or user shoud manually tell where is the master and slave:

ldap master server = ldap://master
ldap slave server =  ldap://slave1

this way, samba will search for master when need to write access to ldap.


These feature is important for multi site accross wan.

Tks.
  


--beast

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


Re: [Samba] net rpc vampire still not working

2004-01-02 Thread Beast
Saturday, January 3, 2004, 12:04:31 PM, Darren wrote:

> Hi Craig,

> smbd & nmbd not running and domain master = no. I have included the rest 
> of the smb.conf for troubleshooting. Joined domain ok. 'net rpc testjoin' 
> returns OK. Still receive same errors when migrating users. Groups migrate 
> ok.

Hi, me myself did not like vampiring. I perefr run pwdump and then
change ldif as needed.

> Can't call method "get_value" on an undefined value at 
> /opt/local/samba/sbin/smbldap-useradd.pl line 152,  line 283.
> [2004/01/03 15:51:47, 1] utils/net_rpc_samsync.c:fetch_account_info(445)
>   fetch_account: Running the command 
> `/opt/local/samba/sbin/smbldap-useradd.pl -a -m "Administrator"' gave 29

1. create necessary container for user, group and computer.
2. create posix account :
  - smbnobody (or whatever in "guest account").
  - administrator (with uid=0,gid=0 sid=500,grid=512)
3. create posixgroup :
  - smbnobody
  - domainadmin (gid=0)
  - domainuser (gid=550)
  - computergroup (gid=551)
4. run smbpasswd -w secret
5. run :
net groupmap add ntgroup="Domain Admins" unixgroup=domainadmin rid=512
net groupmap add ntgroup="Domain Users" unixgroup=domainuser rid=513
net groupmap add ntgroup="Domain Guests" unixgroup=smbnobody rid=514

6. edit  /usr/local/sbin/smbldap_conf.pm :

# Default User (POSIX and Samba) GID
$_defaultUserGid = 550; # MUST be same as gid of smbnobody
# Default Computer (Samba) GID
$_defaultComputerGid = 551;

7. test with manually running :
/usr/local/sbin/smbldap-useradd.pl usertest
/usr/local/sbin/smbldap-useradd.pl -w pctest

make sure there's no error.
8. delet test account.

9. run net rpc vampire...

10. get back to the list and tell that it works :-)


--beast 

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


Re: [Samba] Networking Fun

2004-01-02 Thread Thomas Spuhler
Alan:

It seems you just want to play a little. Let's devide your fun into two
separate projects:
1. Use modem on Linux box to access the WEB.
2. Seeing the linux box on the network neighborhood

These are two different animals.

1. Can you already access the WEB (Linmodem problem many have
difficulties with)? If yes, next you need to give WEB access to others.
The easiest to accomplish this is to use the Wizzards in the Mandrake
Control Center. You may also want to install a firewall, so the good and
bad guys on the WEB cannot see your W98 and ME boxes and do bad thing to
them. It's a while since I used 8.1, (currently using 9.2) but I believe
the standard firewall that Mandrake installs is Shorewall. It is text
based but not too difficult to configure when you understand what it is
doing. I can send you the config files and then you go from there and
make adjustments.

I think the Wizard will also configure a dhcp server. This will make
things really easy on the Windows boxes. You just configure them to use
dynamically assigned IP address, using DHCP.
The dhcp server on the Linux box then tells the windows boxes where the
gateway is (the IP address of the Linux box such as 192.168.0.1).

You may want to get this resolved first because it gives you what you
want.

2. You configure the samba using SWAT. This is the simplest way and it
has a graphic interface. You need to install SWAT and turn it on in
Mandrake Control Center in Services.
Samba basically allows you to setup your linux box as a file server for
your Windows folks. That is the main reason.

Good luck
Tom



On Fri, 2004-01-02 at 07:51, Alan Ryland wrote:
> Hi.
> I am using Mandrake 8.1, and the version of Samba is 2.2.
> I have a small network, using a pc with win 98, a laptop using ME, and
> the linux machine.
> The network "pings" each other ok.
> I have read just about most things as to how to get the network to see
> each other but, I cannott get any machine to see the Linux machine at all.
> 
> I would like to set up the Linux machine to : use the modem for
> internet.
> : use the local printer as the network printer.
> 
> Samba states that it is running.
> 
> Please point me in the right direction to get this working.
> 
> Alan Ryland



signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] net rpc vampire still not working

2004-01-02 Thread Chew, Darren
Hi Craig,

smbd & nmbd not running and domain master = no. I have included the rest 
of the smb.conf for troubleshooting. Joined domain ok. 'net rpc testjoin' 
returns OK. Still receive same errors when migrating users. Groups migrate 
ok.

Can't call method "get_value" on an undefined value at 
/opt/local/samba/sbin/smbldap-useradd.pl line 152,  line 283.
[2004/01/03 15:51:47, 1] utils/net_rpc_samsync.c:fetch_account_info(445)
  fetch_account: Running the command 
`/opt/local/samba/sbin/smbldap-useradd.pl -a -m "Administrator"' gave 29

Thanks for the suggestions and help received.

Darren

[global]
workgroup = SAMBA
security = DOMAIN
passdb backend = ldapsam
add user script = /sbin/smbldap-useradd.pl -a -m "%u"
delete user script = /sbin/smbldap-userdel.pl -r "%u"
add user to group script = /sbin/smbldap-groupmod.pl -m "%u" "%g"
delete user from group script = /sbin/smbldap-groupmod.pl -x "%u" "%g"
set primary group script = /sbin/smbldap-usermod.pl -g "%g" "%u"
add group script = /sbin/smbldap-groupadd.pl -a -p "%g"
delete group script = /sbin/smbldap-userdel.pl "%g"
add machine script = /sbin/smbldap-useradd.pl -w -d /dev/null -g nobody -c 
"Machine Account" -s /bin/false "%u"
domain logons = Yes
preferred master = No
local master = No
domain master = No
wins support = Yes
ldap suffix = dc=samba,dc=org
ldap machine suffix = ou=Computers
ldap user suffix = ou=People
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
ldap filter = (&(uid=%u)(objectclass=sambaSamAccount))
ldap admin dn = cn=root,ou=People,dc=samba,dc=org
ldap ssl = no
ldap passwd sync = Yes
idmap backend = ldap:ldap://localhost
idmap uid = 1-2
idmap gid = 1-2
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
template shell = /usr/bin/bash
printer admin = ntadmin

[netlogon]
path = /opt/local/samba/lib/netlogon
write list = ntadmin
locking = No

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


[Samba] Connect to W2K share from Linux

2004-01-02 Thread Walls Rob W Contr 75 CS/SCBS
Having trouble connecting to a share on a windows machine from a linux
machine. 
I have been using samba for years to map from linux to windows, but no luck
the other way around.
I've read lots of how-to's but none of them work and don't even mention the
problem I'm having. I always get access denied errors. Tried the samba
troubleshooting guide which does talk about access errors, but nothing I do
makes the windows machine accept a connection from samba. (I have no problem
connecting from the win machine to the linux machine, though.) I am admin on
both machines.

Linux machine is running redhat 9 and samba 3.0.1pre3 (using user security)
also tried it on redhat 7.2 with samba 2.0.10 
Windows machine is running W2K Server SP4 
both machines are currently on the same subnet.

Set up share named smbtest on W2K. 
set up mount point /mnt/smbtest in Linux.
set up hosts entry on Linux to point winnetbiosname to IP address to
eliminate any DNS or WINS problems
set up samba credentials file containing:
username=someuser
password=somepassword
set up fstab with 
//winnetbiosname/smbtest /mnt/smbtest smbfs
credentials=/etc/samba/smbtest,uid=someuid
W2K permissions - share:everyone, NTFS: tried AD user, AD group, local Win
user and even local Win everyone group

also tried using the smbmount command, but get same result: "unknown
username or bad password" in W2K event log and "28511: session setup failed:
ERRDOS - ERRnoaccess (Access denied.)" from samba on Linux box.
I AM prompted for a password using smbmount, BTW.

The W2K machine is a member server in Active Directory. I've tried using
domain-name\user.name. I've also setup a local user on the W2K box and tried
to connect using that as well, same, same, same...grr...

Do the win and linux accounts have anything to do with each other?
Can you use dots and dashes in usernames? My domain requires first.last
usernames and passwords must contain special chars.
How do you delimit passwords that contain special chars? I've tried using
double quotes, but again, same error.
Can you make samba use AD for auth instead of a NT4 domain controller? Our
domain does not have any NT4 domain controllers. I'll use a local win user
on the win machine if necessary, but would rather not.

Any idea?
Thanks, 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] domain admins no longer recognized after reboot?

2004-01-02 Thread Brett Dikeman
Ok- very odd behavior here.  Our Samba 3.0.0 server was happy as a clam, 
domain admins were recognized by client systems.

We rebooted the server recently- the only real change we've made to it- 
and now, domain admins aren't recognized.  However,  I was able to use a 
user who is supposed to be a domain admin to join a machine to the 
domain(!)  Imagine my surprise when Windows Update said "Administrators 
Only!"  Same thing on an 'old' box; it no longer recognizes me as a 
domain admin.

The RID for Domain Administrator matches- 512, according to 'net 
groupmap list'.  From a Win2k Server, using usrmgr, I can verify that 
the groups exist, and the users I'm expecting to be in the admin 
group(s) are.  What else should I check?  We've got System Operators, 
Domain Admins, and Administrators all mapped to the unix group domadm, 
and this setup was working fine.  I'm stumped...

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


RE: [Samba] Issues with SMBFS

2004-01-02 Thread Mitch Crane
> Hi, I am using samba version 2.2.3 on a Red Hat Linux machine with kernel
> version 2.4.18. When I use smbfs to map a Windows share, I cannot list all
> the files in the directory. ls -l does not return anything and ls returns
> some files not all. Can you please let me know what the issue might be or
> how I should go about troubleshooting this?
> 
> Thanks in Advance.
> 
> Rashmi

Hi Rashmi,

I've been having a similar problem with smbfs mounts (see: "Missing
Directory Entries (SMBFS)"). Are you running antivirus software on the
Windows machine? After running out of ideas, I've been wondering if my
Norton AV's autoprotect feature may be causing problems.


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


[Samba] Missing Directory Entries (SMBFS)

2004-01-02 Thread Mitch Crane
SuSE 9.0 Pro - Kernel 2.4.21 - Samba 2.2.8a and 3.0.1-14

Here's my problem:

On a box runninng XP, I have a shared folder which contains 130+
subdirectories. This share is mounted on my linux box from '/etc/smbfstab',
but some directories do not show up in directory listings. It's never more
than one, and which one varies, but generally seems to be in or near the
last half of the listing. As a test, I can do 'ls -l | wc -l' and the number
will frequently be 1 less than it should be. The same test on a directory
with over 700 files in it I gave as many as 9 missing entries.

When I first noticed the problem I was running Redhat 9. Now I'm running
SuSE 9 and the problem persists. I've also tried Samba 3.0.1, but that
didn't seem to make any difference.

I'm guessing this is an issue with smbfs mounts, because I can do
'smbclient //some-server/blah -U user%pass -c dir' and I don't get any
missing directories or files.

Here appear to be similar reports, but no solutions:
http://marc.theaimsgroup.com/?l=samba&m=102458988807544&w=2
http://www.ussg.iu.edu/hypermail/linux/kernel/9603.1/0579.html
http://marc.free.net.ph/message/20030811.020338.5e7083b5.html
http://lists.samba.org/archive/samba-technical/2002-November/025587.html

Some of the above reports are pretty old which makes me wonder why more
people haven't run into the problem or if there's some kind of weird system
combinations which cause it.

What I know:

Directories with fewer items don't have this problem.
The larger the directory, the more missing entries.

Update:

I actually wrote this a few days ago and never sent it because through my
twiddling the problem mysteriously vanished (or so I thought). Now I find
that it's still happening, but much more rarely than before. I stopped some
Norton Antivirus related services on the Windows machine and then (after
that didn't help) I restarted them and I also did a Norton update. Maybe
it's related to NAV activity on the XP box, but I can't say for certain. Now
that it happens so infrequently it's difficult to even test.

So I'm just wondering if anyone else has seen this kind of thing and looking
for advice. 

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


[Samba] Cannot lockout W2K users when SAMBA PDC is down

2004-01-02 Thread Hoferer, Patrick K. (Space Systems)
I have a SAMBA 2.2.8a PDC authenticating to a Sun One Directory Server. I
can lockout the user using the smbpasswd command with the "-d" option, but
local policies on my W2K client download (or create) a local profile once
authenticated. After that initial log the user has free reign of the system
even after the account is locked.

Has anyone else got around this problem? I was thinking that I will have to
create a logoff script that erases the profile in "Documents and Settings"
since the user cannot log in without their profile. There must be a better
way in local security policies though. I had tried to disable local login,
but that seems to completely lockout the user for the system which is a bad
thing.

Any suggestions?

Thanks in advanced,
Patrick
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Ian Colley
Hello again

Your comment about the smbpasswd file got me thinking so I deleted the 
user 'ian' and re-created him using 'smbpasswd -x ian' and 'smbpasswd -a 
ian ' and next time i tried to view the share it worked a 
treat - didn't even prompt for a password - just used the default 
windows one.  I had originally created the user 'ian' using a 
samba-webmin module before moving over to cmd-line tools and neglected 
to delete and re-create the user.  I can only assume that I had set some 
option wrong when using webmin hence your observation of the unusual 
character.

Many thanks for your help - I certainly couldn't have got round this 
problem without it.

Ian

P.S.  I deciced to reset requiresignorseal to '1' and reboot - I was 
still able to successfully access the share.

William Jojo wrote:

ok so you matched the uid entries to your /etc/passwd entries. was there
really an 'N' in your snip of smbpasswd? i've not seen that before.
the share you're trying to viewwhat does it's stanza look like? and
what is the error message you receive?


On Fri, 2 Jan 2004, Ian Colley wrote:

 

Hi - You're right in saying that i'm not joined to a domain - nor do I
wish to be - I just want to be able to see the share (using user level
access).  I have just turned of requiresignorseal and it has not made
any difference.  The relevant parts of my smbpasswd:
*smbpasswd*

   

ian:1000:7811449B365C58F693E28745B8BF4BA6:B2CA3D5E470FC029B60537DF5FFBBE7E:[UN 0
 

]:LCT-3FF32833
SHUTTLE$:1:B3253CB2EB67F48CAAD3B435B51404EE:3FDF2334A1CA68AA9F918F31DD9A0475:[W
]:LCT-3FF5C8ED:
William Jojo wrote:

   

when you say you tried them both, could you be more specific, I have now
idea what you typed and no idea what your smbpasswd entries look like.
also did you turn off requiresignorseal in regedit? there's a reg file
with the 2.2.8a distro.
you're obviously not joined to the domain; is this what you are trying to
achieve? or do you simply want to see a share? the former being
athentication against a DC...
On Fri, 2 Jan 2004, Ian Colley wrote:



 

Thanks for your reply

I tried both of these to no avail - nothing is recorded in the logs either.

William Jojo wrote:



   

try:

smbpasswd -a -m SHUTTLE$ shuttle$

to add the machine acount

also did you add a user to smbpasswd with

smbpasswd -a userid userpassword

after you created their unix acount?

Bill

On Fri, 2 Jan 2004, Ian Colley wrote:





 

Okay - I've tried adding machine account as suggested but still no joy -
same symptoms as before.  Also tried changing security to 'share' - this
time I can see the share in windows explorer but it asks for a password
under the username of 'Guest' (greyed out) when i try to access it - no
passwords work (including null).
*/etc/passwd*
**
SHUTTLE$:x:1:100:Machine Account:/dev/null:/bin/false
*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = user
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian
Jason Balicki wrote:





   

Make sure the XP box has a machine account on the samba server.

do this by adding a user (however you do it on your host OS) of machine$
(make sure the dollar sign is there)
then you can add this account to samba by doing:

smbpasswd -a -m machine

(note the _lack_ of a dollar sign.  you know this, but replace "machine"
with the actual name of the machine.)
HTH,

--J(K)







 

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
a.org] On Behalf Of Ian Colley
Sent: Friday, January 02, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: [Samba] XP Pro client cannot access stand-alone linux
samba server
Hi, I am trying to set up my internet connection sharing linux
box as a
stand-alone samba server.  When i try to access the server from a
Windows XP Pro client using \\192.168.0.1 i get a dialog box
asking for
a username and password.  I duly enter this and the dialog box
immediately re-appears without connecting me to the share.
There exists
both a samba and linux account with the same password which is
also the
same as the XP Pro logon.
The XP Pro box is not set up to logon to a domain, both of the
boxes are
on the same workgroup.  I can get samba to work using share-level
security but only for a guest account.
Would appreciate any suggestions

*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = users
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian


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






   



 

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




   

 

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

Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Ian Colley
Hi - You're right in saying that i'm not joined to a domain - nor do I 
wish to be - I just want to be able to see the share (using user level 
access).  I have just turned of requiresignorseal and it has not made 
any difference.  The relevant parts of my smbpasswd:

*smbpasswd*

ian:1000:7811449B365C58F693E28745B8BF4BA6:B2CA3D5E470FC029B60537DF5FFBBE7E:[UN 
]:LCT-3FF32833
SHUTTLE$:1:B3253CB2EB67F48CAAD3B435B51404EE:3FDF2334A1CA68AA9F918F31DD9A0475:[W  
]:LCT-3FF5C8ED:

William Jojo wrote:

when you say you tried them both, could you be more specific, I have now
idea what you typed and no idea what your smbpasswd entries look like.
also did you turn off requiresignorseal in regedit? there's a reg file
with the 2.2.8a distro.
you're obviously not joined to the domain; is this what you are trying to
achieve? or do you simply want to see a share? the former being
athentication against a DC...
On Fri, 2 Jan 2004, Ian Colley wrote:

 

Thanks for your reply

I tried both of these to no avail - nothing is recorded in the logs either.

William Jojo wrote:

   

try:

smbpasswd -a -m SHUTTLE$ shuttle$

to add the machine acount

also did you add a user to smbpasswd with

smbpasswd -a userid userpassword

after you created their unix acount?

Bill

On Fri, 2 Jan 2004, Ian Colley wrote:



 

Okay - I've tried adding machine account as suggested but still no joy -
same symptoms as before.  Also tried changing security to 'share' - this
time I can see the share in windows explorer but it asks for a password
under the username of 'Guest' (greyed out) when i try to access it - no
passwords work (including null).
*/etc/passwd*
**
SHUTTLE$:x:1:100:Machine Account:/dev/null:/bin/false
*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = user
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian
Jason Balicki wrote:



   

Make sure the XP box has a machine account on the samba server.

do this by adding a user (however you do it on your host OS) of machine$
(make sure the dollar sign is there)
then you can add this account to samba by doing:

smbpasswd -a -m machine

(note the _lack_ of a dollar sign.  you know this, but replace "machine"
with the actual name of the machine.)
HTH,

--J(K)





 

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
a.org] On Behalf Of Ian Colley
Sent: Friday, January 02, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: [Samba] XP Pro client cannot access stand-alone linux
samba server
Hi, I am trying to set up my internet connection sharing linux
box as a
stand-alone samba server.  When i try to access the server from a
Windows XP Pro client using \\192.168.0.1 i get a dialog box
asking for
a username and password.  I duly enter this and the dialog box
immediately re-appears without connecting me to the share.
There exists
both a samba and linux account with the same password which is
also the
same as the XP Pro logon.
The XP Pro box is not set up to logon to a domain, both of the
boxes are
on the same workgroup.  I can get samba to work using share-level
security but only for a guest account.
Would appreciate any suggestions

*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = users
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian


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




   



 

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


   

 

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

 



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


[Samba] Issues with SMBFS

2004-01-02 Thread Tall Girl

Hi, I am using samba version 2.2.3 on a Red Hat Linux machine with kernel version 
2.4.18. When I use smbfs to map a Windows share, I cannot list all the files in the 
directory. ls -l does not return anything and ls returns some files not all. Can you 
please let me know what the issue might be or how I should go about troubleshooting 
this?

Thanks in Advance.

Rashmi


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Ian Colley
Thanks for your reply

I tried both of these to no avail - nothing is recorded in the logs either.

William Jojo wrote:

try:

smbpasswd -a -m SHUTTLE$ shuttle$

to add the machine acount

also did you add a user to smbpasswd with

smbpasswd -a userid userpassword

after you created their unix acount?

Bill

On Fri, 2 Jan 2004, Ian Colley wrote:

 

Okay - I've tried adding machine account as suggested but still no joy -
same symptoms as before.  Also tried changing security to 'share' - this
time I can see the share in windows explorer but it asks for a password
under the username of 'Guest' (greyed out) when i try to access it - no
passwords work (including null).
*/etc/passwd*
**
SHUTTLE$:x:1:100:Machine Account:/dev/null:/bin/false
*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = user
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian
Jason Balicki wrote:

   

Make sure the XP box has a machine account on the samba server.

do this by adding a user (however you do it on your host OS) of machine$
(make sure the dollar sign is there)
then you can add this account to samba by doing:

smbpasswd -a -m machine

(note the _lack_ of a dollar sign.  you know this, but replace "machine"
with the actual name of the machine.)
HTH,

--J(K)



 

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
a.org] On Behalf Of Ian Colley
Sent: Friday, January 02, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: [Samba] XP Pro client cannot access stand-alone linux
samba server
Hi, I am trying to set up my internet connection sharing linux
box as a
stand-alone samba server.  When i try to access the server from a
Windows XP Pro client using \\192.168.0.1 i get a dialog box
asking for
a username and password.  I duly enter this and the dialog box
immediately re-appears without connecting me to the share.
There exists
both a samba and linux account with the same password which is
also the
same as the XP Pro logon.
The XP Pro box is not set up to logon to a domain, both of the
boxes are
on the same workgroup.  I can get samba to work using share-level
security but only for a guest account.
Would appreciate any suggestions

*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = users
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian


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


   



 

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

 



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


Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Ian Colley
Okay - I've tried adding machine account as suggested but still no joy - 
same symptoms as before.  Also tried changing security to 'share' - this 
time I can see the share in windows explorer but it asks for a password 
under the username of 'Guest' (greyed out) when i try to access it - no 
passwords work (including null).

*/etc/passwd*
**
SHUTTLE$:x:1:100:Machine Account:/dev/null:/bin/false
*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = user
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian
Jason Balicki wrote:

Make sure the XP box has a machine account on the samba server.

do this by adding a user (however you do it on your host OS) of machine$
(make sure the dollar sign is there)
then you can add this account to samba by doing:

smbpasswd -a -m machine

(note the _lack_ of a dollar sign.  you know this, but replace "machine"
with the actual name of the machine.)
HTH,

--J(K)

 

-Original Message-
From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
a.org] On Behalf Of Ian Colley
Sent: Friday, January 02, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: [Samba] XP Pro client cannot access stand-alone linux 
samba server

Hi, I am trying to set up my internet connection sharing linux 
box as a 
stand-alone samba server.  When i try to access the server from a 
Windows XP Pro client using \\192.168.0.1 i get a dialog box 
asking for 
a username and password.  I duly enter this and the dialog box 
immediately re-appears without connecting me to the share.  
There exists 
both a samba and linux account with the same password which is 
also the 
same as the XP Pro logon.

The XP Pro box is not set up to logon to a domain, both of the 
boxes are 
on the same workgroup.  I can get samba to work using share-level 
security but only for a guest account.

Would appreciate any suggestions

*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = users
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian


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



 



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


Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Sundaram Ramasamy
can you change

 security = shared

restart samba and try to access the share.

SR

> Hi, I am trying to set up my internet connection sharing linux box as a
> stand-alone samba server.  When i try to access the server from a
> Windows XP Pro client using \\192.168.0.1 i get a dialog box asking for
> a username and password.  I duly enter this and the dialog box
> immediately re-appears without connecting me to the share.  There exists
> both a samba and linux account with the same password which is also the
> same as the XP Pro logon.
>
> The XP Pro box is not set up to logon to a domain, both of the boxes are
> on the same workgroup.  I can get samba to work using share-level
> security but only for a guest account.
>
> Would appreciate any suggestions
>
> *smb.conf*
> [global]
> workgroup = WORKGROUP
> netbios name = SAMBA
> server string = Samba server in user level
> security = users
> encrypt passwords = yes
>
> [Logs]
> path= /var/log
> valid user = ian
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>

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


Re: [Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Arturo Busleiman
On Fri, 2 Jan 2004, Ian Colley wrote:

> Would appreciate any suggestions
>
> *smb.conf*
> [global]
> workgroup = WORKGROUP
> netbios name = SAMBA
> server string = Samba server in user level
> security = users
> encrypt passwords = yes

Wouldn't it be "security = user" instead of "security = users" ?

-- 
Arturo   Busleiman   -  [ i n t r a R e d e s   s r l ]
Piedras 264 - 2 A (C1070AAF) - Buenos Aires - ARGENTINA
Te.: (54 11) 4342-0049   -   http://www.intraredes.com/
mailto:[EMAIL PROTECTED]

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


[Samba] XP Pro client cannot access stand-alone linux samba server

2004-01-02 Thread Ian Colley
Hi, I am trying to set up my internet connection sharing linux box as a 
stand-alone samba server.  When i try to access the server from a 
Windows XP Pro client using \\192.168.0.1 i get a dialog box asking for 
a username and password.  I duly enter this and the dialog box 
immediately re-appears without connecting me to the share.  There exists 
both a samba and linux account with the same password which is also the 
same as the XP Pro logon.

The XP Pro box is not set up to logon to a domain, both of the boxes are 
on the same workgroup.  I can get samba to work using share-level 
security but only for a guest account.

Would appreciate any suggestions

*smb.conf*
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba server in user level
security = users
encrypt passwords = yes
[Logs]
path= /var/log
valid user = ian


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


RE: [Samba] samba resolves wrong wins ip address

2004-01-02 Thread John Russell
On Fri, 2004-01-02 at 12:51, Jason Balicki wrote:
> >I'm not using samba as a wins server.  It is a client to another WINS
> >server to which I do not have access.  However, I don't think that the
> >database is corrupt as _every_ windows machine is able to resolve the
> >address of machine 1 (see original email).  Only machine 2 gets the ip
> >address of the wrong interface.  That's what confuses me.
> >Thanks for the idea.
> 
> Hmmm.  Let's see what everyone else is saying.  Do this (from machine 2):
> 
> arp -a
> 
> and then
> 
> nmblookup "nameofvmwareguest"
> 
> and then
> 
> nmblookup "nameofvmwarehost"
> 
> and then
> 
> half order of kung po chicken
> 
> and then
berlioz:/home/jorussel# arp -a
bxb2-bb-hsrp.cisco.com (161.44.79.1) at 00:00:0C:07:AC:01 [ether] on
eth0
? (161.44.79.176) at 00:02:8A:36:63:87 [ether] on eth0
? (161.44.79.220) at 00:0C:29:46:EE:9A [ether] on eth0

berlioz:/home/jorussel# nmblookup jorussel-w2ks  <--vmware guest name
querying jorussel-w2ks on 161.44.79.255
161.44.79.220 jorussel-w2ks<00>

berlioz:/home/jorussel# nmblookup mendelssohn <--vmware host and machine
1
querying mendelssohn on 161.44.79.255
161.44.79.176 mendelssohn<00> <-- this is the CORRECT address.  

berlioz:/home/jorussel# ping mendelssohn  
PING mendelssohn (192.168.35.1) 56(84) bytes of data. <-- this is the 
WRONG address  AAGGH!!  So what is ping doing?

--- mendelssohn ping statistics ---
21 packets transmitted, 0 received, 100% packet loss, time 20012ms

berlioz:/home/jorussel# m kung po chicken
bash: m: command not found


> what should be the current ip of machine 1 and machine 2 and the vmware
> guest (machine v?)
> 

machine 1 161.44.79.176
machine 2 161.44.79.31 (not important I think)
machine v (guest on machine 1) 161.44.79.220
because the guest is in bridged mode, it gets its own ip address on the
network and looks like a normal machine.  however, the host communicates
with it through a network interface (vmnet8) 

on machine 1: 
mendelssohn:~> /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:02:8A:36:63:87  
  inet addr:161.44.79.176  Bcast:255.255.255.255 
Mask:255.255.255.0
  UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2845610 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1032601 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:2076416902 (1980.2 Mb)  TX bytes:134805682 (128.5 Mb)
  Interrupt:11 Base address:0x8000 Memory:d020-d0200038 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:37006 errors:0 dropped:0 overruns:0 frame:0
  TX packets:37006 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:19646754 (18.7 Mb)  TX bytes:19646754 (18.7 Mb)

vmnet8Link encap:Ethernet  HWaddr 00:50:56:C0:00:08  
  inet addr:192.168.35.1  Bcast:192.168.35.255 
Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:835 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


So it is this vmnet8 address that machine 2 is getting.  I'm so
confused. Thanks a lot for your help.

John

> and then
> 
> Send me the results, if you would please. :)
> 
> --J(K)
-- 
If you're not part of the solution, you're part of the precipitate.

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


[Samba] How do I use LPRNG and Samba to setup printing to a network print er?

2004-01-02 Thread David Baker
How do I use LPRNG and Samba to setup printing to a network printer?
 
Here is my smb.conf..
 
# Global parameters
[global]
workgroup = DOMAIN
server string = rh1
encrypt passwords = Yes
max log size = 0
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain admin group = root
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
logon script = login.bat
logon path = \\%L\profiles\%U
logon home = \\%L\%U\.profile
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
dns proxy = No
printing = lprng

[netlogon]
comment = The domain logon service
path = /etc/samba
browseable = No

[profiles]
path = /profiles
read only = No
create mask = 0600
directory mask = 0700

[public]
comment = Public
path = /public
read only = No

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No

[printers]
path = /tmp
guest ok = Yes
printable = Yes
browseable = No

Here is my /etc/printcap.local..
 
Last login: Fri Jan  2 11:29:08 2004 from 192.168.0.118
[EMAIL PROTECTED] root]# cat /etc/printcap.local
# printcap.local
#
# This file is included by printconf's generated printcap,
# and can be used to specify custom hand edited printers.
 
netlp1:\
:sh:\
:sd=/var/spool/lpd/netlp1:\
:rm=192.168.0.110:\
:rp=raw:
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] How do I use LPRNG and Samba to setup printing to a network print er?

2004-01-02 Thread David Baker
How do I use LPRNG and Samba to setup printing to a network printer?
 
Here is my smb.conf..
 
# Global parameters
[global]
workgroup = DOMAIN
server string = rh1
encrypt passwords = Yes
max log size = 0
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain admin group = root
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
logon script = login.bat
logon path = \\%L\profiles\%U
logon home = \\%L\%U\.profile
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
dns proxy = No
printing = lprng

[netlogon]
comment = The domain logon service
path = /etc/samba
browseable = No

[profiles]
path = /profiles
read only = No
create mask = 0600
directory mask = 0700

[public]
comment = Public
path = /public
read only = No

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No

[printers]
path = /tmp
guest ok = Yes
printable = Yes
browseable = No

Here is my /etc/printcap.local..
 
Last login: Fri Jan  2 11:29:08 2004 from 192.168.0.118
[EMAIL PROTECTED] root]# cat /etc/printcap.local
# printcap.local
#
# This file is included by printconf's generated printcap,
# and can be used to specify custom hand edited printers.
 
netlp1:\
:sh:\
:sd=/var/spool/lpd/netlp1:\
:rm=192.168.0.110:\
:rp=raw:
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Cups and Samba Access Denied

2004-01-02 Thread jared


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jared
Raddigan
Sent: Friday, January 02, 2004 9:51 AM
To: 'John H Terpstra'
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Cups and Samba Access Denied


I was just going over these emails again and I noticed something.

>you should install the printer as if it is attached to a parallel port or
>via USB. Then when that has finished installing, do not print a test page!
>Immediately close the printer configuration dialog, reopen it, click on
>the Printer item on the menu bar, click Properties, click the Ports tab.

>Now add a local port. When prompted, add the UNC name of the printer like
>this:
>   \\server\printer


This is exactly what I do to get it working and this has been the only way
to get it to work from the beginning. I just skip a couple of steps by going
to the add printer screen, then choosing local, then choose the bottom
option "Create a Port", it then asks for a port name and I put in
\\server\printer and it works without having to go back to the properties.
So I do have the printer working in this way and I have since before I sent
to the mailing list, but I cannot get it to work in a normal NT way. The
main issue this causes is that I cannot add the printer with login scripts.
Also I have to add all the printers myself and log on as admin since normal
users do not have the right to add local printers. What I really need to
know is that if this is the only way to add printers with samba and cups.
Are the shares technically unusable in the network neighborhood and in
"network printer" option. This will at least confirm that I am trying to
push an immovable wall.

Thanks again for every bodies replies,

Jared


-Original Message-
From: John H Terpstra [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 31, 2003 2:10 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Cups and Samba Access Denied


On Wed, 31 Dec 2003 [EMAIL PROTECTED] wrote:

> Thanks for the response pretty cool getting a reply from the author of the
> book you were just reading!
>
> >I recommend that you update to CUPS 1.1.18 or later and make sure that
> >your Samba-3.0.1 is linked specifically with its libraries. That will
help
> >resolve some of your issues.
> I was afraid of that, I will see how far I get compiling the binary on my
> woody system, but that may be my problem.
>
> >Given that you are using CUPS the "print command" will not be issued
since
> >Samba will print direct via he cups libraries.
> I removed the line and it did not break my work around so at least I am
> cleaning out the junk.
>
> >By specifying "use client driver" you prevent the upload of the driver
> >files.
> Good to know, I made the driver share when I could not connect the normal
> way thinking that it was the problem.
>
> >Also, did you make sure that you uncommented the lines in the /etc/mime.*
> >files that have?
> >
> >application/octet-stream ...
> >
> >That will permit CUPS to print fully pre-processed jobs that your client
> >driver file prepared to go directly to the printer.
> Yes I did and after I did that I added the print command thinking I had to
> force cups to print raw. I also added the directive to allow anybody to
> print incase that was causing my issue:
> 
>   AuthType None
>   Order Deny,Allow
>   Deny From None
>   Allow From All
> 
> But still I was getting the access denied.

FWIW, here is the extract from my /etc/cupsd.conf file:


AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.*



Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.*


These are my only changes from the default file.

>
> I can get a printer to add by creating a "local" port but I cannot seem to
> get ahold of the share without access denied. This prevents me from adding
a

You must have a Microsoft network user account. You can add it using:

smbpasswd -a 'username'

Where 'username' is already in the /etc/passwd file.

You should install the printer as if it is attached to a parallel port or
via USB. Then when that has finished installing, do not print a test page!
Immediately close the printer configuration dialog, reopen it, click on
the Printer item on the menu bar, click Properties, click the Ports tab.

Now add a local port. When prompted, add the UNC name of the printer like
this:

\\server\printer

You should do this as the local Windows client machine Administrator. That
way the printer will be ready for all users to use it.

Hope this helps.

Cheers,
John T.

> printer with a logon script. Thats not normal right? I mean you are
supposed
> to be able to add the printer with the share correct, If it's working like
> normal will the printer show up when you choose network printer in the
> printer menu and then click browse? Either way I will try to make a new
> cupsys binary with woodies libaries. Thanks for the book it's really nice
to
> 

RE: [Samba] Cups and Samba Access Denied

2004-01-02 Thread Jared Raddigan
I was just going over these emails again and I noticed something.

>you should install the printer as if it is attached to a parallel port or
>via USB. Then when that has finished installing, do not print a test page!
>Immediately close the printer configuration dialog, reopen it, click on
>the Printer item on the menu bar, click Properties, click the Ports tab.

>Now add a local port. When prompted, add the UNC name of the printer like
>this:
>   \\server\printer


This is exactly what I do to get it working and this has been the only way
to get it to work from the beginning. I just skip a couple of steps by going
to the add printer screen, then choosing local, then choose the bottom
option "Create a Port", it then asks for a port name and I put in
\\server\printer and it works without having to go back to the properties.
So I do have the printer working in this way and I have since before I sent
to the mailing list, but I cannot get it to work in a normal NT way. The
main issue this causes is that I cannot add the printer with login scripts.
Also I have to add all the printers myself and log on as admin since normal
users do not have the right to add local printers. What I really need to
know is that if this is the only way to add printers with samba and cups.
Are the shares technically unusable in the network neighborhood and in
"network printer" option. This will at least confirm that I am trying to
push an immovable wall.

Thanks again for every bodies replies,

Jared


-Original Message-
From: John H Terpstra [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 31, 2003 2:10 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Cups and Samba Access Denied


On Wed, 31 Dec 2003 [EMAIL PROTECTED] wrote:

> Thanks for the response pretty cool getting a reply from the author of the
> book you were just reading!
>
> >I recommend that you update to CUPS 1.1.18 or later and make sure that
> >your Samba-3.0.1 is linked specifically with its libraries. That will
help
> >resolve some of your issues.
> I was afraid of that, I will see how far I get compiling the binary on my
> woody system, but that may be my problem.
>
> >Given that you are using CUPS the "print command" will not be issued
since
> >Samba will print direct via he cups libraries.
> I removed the line and it did not break my work around so at least I am
> cleaning out the junk.
>
> >By specifying "use client driver" you prevent the upload of the driver
> >files.
> Good to know, I made the driver share when I could not connect the normal
> way thinking that it was the problem.
>
> >Also, did you make sure that you uncommented the lines in the /etc/mime.*
> >files that have?
> >
> >application/octet-stream ...
> >
> >That will permit CUPS to print fully pre-processed jobs that your client
> >driver file prepared to go directly to the printer.
> Yes I did and after I did that I added the print command thinking I had to
> force cups to print raw. I also added the directive to allow anybody to
> print incase that was causing my issue:
> 
>   AuthType None
>   Order Deny,Allow
>   Deny From None
>   Allow From All
> 
> But still I was getting the access denied.

FWIW, here is the extract from my /etc/cupsd.conf file:


AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.*



Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.*


These are my only changes from the default file.

>
> I can get a printer to add by creating a "local" port but I cannot seem to
> get ahold of the share without access denied. This prevents me from adding
a

You must have a Microsoft network user account. You can add it using:

smbpasswd -a 'username'

Where 'username' is already in the /etc/passwd file.

You should install the printer as if it is attached to a parallel port or
via USB. Then when that has finished installing, do not print a test page!
Immediately close the printer configuration dialog, reopen it, click on
the Printer item on the menu bar, click Properties, click the Ports tab.

Now add a local port. When prompted, add the UNC name of the printer like
this:

\\server\printer

You should do this as the local Windows client machine Administrator. That
way the printer will be ready for all users to use it.

Hope this helps.

Cheers,
John T.

> printer with a logon script. Thats not normal right? I mean you are
supposed
> to be able to add the printer with the share correct, If it's working like
> normal will the printer show up when you choose network printer in the
> printer menu and then click browse? Either way I will try to make a new
> cupsys binary with woodies libaries. Thanks for the book it's really nice
to
> have and I got Roaming profiles working on Samba something we could never
> get to work on NT so that has to say something!
>
> Cheers,
>
> Jared
>
>
>
>
> -Original Message-
> From: John H Terpstra [mailto:[EMAIL PROTECTED]
> Sent

Re: [Samba] samba resolves wrong wins ip address

2004-01-02 Thread John Russell

> wins provides NETBIOS names - not fqdn names. 
> 
> DHCP & BIND should be capable of resolving / registering dns names of
> dynamically assigned addresses if configured to do so. 'man dhcpd.conf'
> 
> Craig

nsswitch.conf entry on linux machine
 hosts:   files dns wins   

ping attempt to windows machine with DHCP address

mendelssohn:/home/jorussel# ping jorussel-w2ks
PING jorussel-w2ks (161.44.79.220) 56(84) bytes of data.
64 bytes from 161.44.79.220: icmp_seq=1 ttl=128 time=0.503 ms
64 bytes from 161.44.79.220: icmp_seq=2 ttl=128 time=0.798 ms

--- jorussel-w2ks ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1008ms
rtt min/avg/max/mdev = 0.503/0.650/0.798/0.149 ms


remove wins entry in nsswitch.conf
hosts:   files dns 

mendelssohn:/home/jorussel# ping jorussel-w2ks
ping: unknown host jorussel-w2ks

replace wins entry in nsswitch.conf
hosts:   files dns wins 

mendelssohn:/home/jorussel# ping jorussel-w2ks
PING jorussel-w2ks (161.44.79.220) 56(84) bytes of data.
64 bytes from 161.44.79.220: icmp_seq=1 ttl=128 time=0.489 ms
64 bytes from 161.44.79.220: icmp_seq=2 ttl=128 time=0.403 ms

--- jorussel-w2ks ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 0.403/0.446/0.489/0.043 ms


No other changes were made.  


However, this is not really my question, but I would like to clear it up.

John

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


RE: [Samba] Cups and Samba Access Denied

2004-01-02 Thread Jared Raddigan
I should have mentioned I changed /home/spooler to 777 when I first starting
getting the error. I also put guest ok = yes but same issue. I am really
starting to think it's my version of cups.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of himhim
Sent: Thursday, January 01, 2004 5:42 PM
To: [EMAIL PROTECTED]
Subject: RE: [Samba] Cups and Samba Access Denied


Hi Jared,

You have already removed "print command" and "use client driver" lines
I would suggest you try to make it "guest ok = yes"
And also make /home/spooler chmod 777
I have the access denied message before and once I made the "printers" share
directory 777, the message is gone with the wind, worth a try

Good Luck, and Happy New Year

HimHim


>= Original Message From <[EMAIL PROTECTED]> =
>I purchased the Samba 3.0 book and it has gotten me pretty far but I
finally
>had to go to the mailing list for this problem.
>
>Here is the issue, I am running Debian (woody) with samba 3.0.1-2 and
cupsys
>1.1.14-5 I have also installed cupsys-bsd cupsys-client and smbclient
>foomatic-bin and as2ps follwing this
>http://excess.org/docs/linux_windows_printing.html advice. Samba is running
>in Domain mode and I can log on to the network and connect to file shares
>just fine.
>
>Here is the issue: My printer will show up if in my xp box if I browse the
>entire network, but if I double click it or right click on it, I get
>"Operation could not be completed. access denied". I have managed to
connect
>to this printer by adding a local printer in XP and choosing the create
port
>option. But if I choose network option it asks me for a user name and
>password and I get access denied. I have raw printing running and when I
>create the port it seems to be working fine but for some reason I cannot
>instlal it like a network printer on a NT box. Here the parts of my
smb.conf
>file:
>
>### 1.4 - Printing ###
>
>  printing = cups
>  printcap name = cups
>  load printers = yes
># If you want to automatically load your printer list rather
># than setting them up individually then you'll need this.
>
>  show add printer wizard = yes
>
>
>[printers]
>  comment = All Printers
>  browseable = yes
>  path = /home/spooler
>  printable = yes
>  public = yes
>  writable = no
>  guest ok = no
>  printer admin = jared, @IT
>  create mode = 0700
>  use client driver = yes
>  print command = lpr -r -oraw -P%p %s
>
>[print$]
># Some Windows clients will look for this share to hold
># printer drivers.
>  comment = Printer Drivers
>  path = /home/drivers
>  browseable = yes
>  read only = yes
>  guest ok = yes
>  read only = yes
>  write list = jared, @administrators
>
>I log in as jared for testing purposes. I have the print$ share up with all
>the proper directories but I do not have any drivers installed, this is
>becuase when I try to do it through XP I get "Operation could not be
>completed. access denied".
>
>
>Thanks for any insight and if you want my entire smb.conf let me know.
>
>
>--
>To unsubscribe from this list go to the following URL and read the
>instructions:  http://lists.samba.org/mailman/listinfo/samba


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

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


Re: [Samba] samba resolves wrong wins ip address

2004-01-02 Thread Craig White
On Fri, 2004-01-02 at 10:12, John Russell wrote:
> On Fri, 2004-01-02 at 12:04, tcg wrote:
> > On Friday 02 January 2004 11:46, John Russell wrote:
> > > Does anyone have any idea what is going on here and how I can convince
> > > machine 2 that machine 1's address is the one from eth0?
> > 
> > Why would "ping" resolve an address through WINS? It seems that DNS or hosts 
> > is a more likely prospect.
> 
> DNS and hosts file are not capable of resolving dynamic address assigned
> by DHCP.  When these machines come on line they register with the local
> WINS server so that their hostname can be resolved to their new dynamic
> address.  I have an entry in nsswitch.conf to add wins to the list of
> places to resolve hostnames.
> 
> e.g. from /etc/nsswitch.conf
> hosts:   files dns wins
> 
> without that last entry, I can't resolve any DHCP windows hosts.
---
wins provides NETBIOS names - not fqdn names. 

DHCP & BIND should be capable of resolving / registering dns names of
dynamically assigned addresses if configured to do so. 'man dhcpd.conf'

Craig

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


Re: [Samba] samba resolves wrong wins ip address

2004-01-02 Thread John Russell
On Fri, 2004-01-02 at 12:04, tcg wrote:
> On Friday 02 January 2004 11:46, John Russell wrote:
> > Does anyone have any idea what is going on here and how I can convince
> > machine 2 that machine 1's address is the one from eth0?
> 
> Why would "ping" resolve an address through WINS? It seems that DNS or hosts 
> is a more likely prospect.

DNS and hosts file are not capable of resolving dynamic address assigned
by DHCP.  When these machines come on line they register with the local
WINS server so that their hostname can be resolved to their new dynamic
address.  I have an entry in nsswitch.conf to add wins to the list of
places to resolve hostnames.

e.g. from /etc/nsswitch.conf
hosts:   files dns wins

without that last entry, I can't resolve any DHCP windows hosts.

John


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


[Samba] Problem with recycle.so (3.0.1)

2004-01-02 Thread Rudolf Kollien

Hallo to all,

i just downloaded and compiled samba 3.0.1 (on SuSE Linux 9.0, Intel-PC). As 
in Version 3.0.0 i'm not able to pass parameters to the recycle module. 
Always the default values (which do not suite my needs) are used by 
recycle.so.

Here a cut of my smb.conf:

...
[kolli]
   comment = Kollien Rudolf
   path = /u/samba/pc/kolli
   valid users = kolli root
   public = no
   writeable = yes
   printable = no
   nt acl support = yes
   vfs objects = recycle
   recycle: repository=.Papierkorb
   recycle: keeptree = yes
   browseable = yes
   guest ok = no

Neither the "repository" nor the "keeptree" parameter is recognized. Tried to 
write all params in one line like:

...
   vfs objects = recycle recycle: repository=.Papierkorb recycle: keeptree=yes

or 
   vfs objects = recycle:repository=.Papierkorb recycle:keeptree=yes

didn't change anything. "testparm -v" lists the parameters specified in the 
smb.conf file. So i assume, the right one is accessed. As a workaround i 
changed the default values inside "vfs_recycle.c" and compiled it again to 
suite my options. But i think, that's not the right way. Also i must apply 
the same options to all users using the recycle-option.

Any hint's? 

Regards
Rudolf

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


Re: [Samba] samba resolves wrong wins ip address

2004-01-02 Thread tcg
On Friday 02 January 2004 11:46, John Russell wrote:
> Does anyone have any idea what is going on here and how I can convince
> machine 2 that machine 1's address is the one from eth0?

Why would "ping" resolve an address through WINS? It seems that DNS or hosts 
is a more likely prospect.

-- 
Chris

Do not reply to the email address.
Please use the contact page below for any desired direct replies.
Apologies for the inconvenience.

realcomputerguy dot com slash contact dot html

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


[Samba] unknow problem

2004-01-02 Thread aldrich
version= samba-3.0.0-14.3E

LOG=
[2003/12/27 15:17:27, 0] lib/util_sock.c:read_socket_data(342)
  read_socket_data: recv failure for 4. Error = Connection reset by peer

-many times-
thx~!!
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: Re[2]: [Samba] Winbind login: has "DOMAIN+user", wants "user"

2004-01-02 Thread Tim Jordan
Try stopping all the related services: smbd, nmbd, winbindd then wait a
minute and restart them.  Try your getent passwd and see where you
stand.

Tim
On Wed, 2003-12-31 at 23:07, Sean Lee wrote:

> I stopped Samba, rm -rf /var/lib/samba/*tdb, edited the config file
> (winbind use default domain = yes), started Samba. 
> The situation is the same - "DOMAIN+john" can login, "john" cannot.
> "getend passwod" and "getent group" show Windows accounts with the
> domain portion, I don't get it - there is very little to configure until
> the "getent" step... Is it possible that I misconfigured something else?
> 
> [EMAIL PROTECTED] pam.d]# getent passwd | grep john
> DOMAIN+john:x:10004:1:john:/home/winnt/DOMAIN/john:/bin/bash
> [EMAIL PROTECTED] pam.d]# wbinfo -u
> DOMAIN+Administrator
> DOMAIN+Guest
> DOMAIN+john
> ...
> 
> Jan  1 23:52:50 redhat9 login(pam_unix)[30046]: check pass; user unknown
> Jan  1 23:52:50 redhat9 login(pam_unix)[30046]: authentication failure; logname= 
> uid=0 euid=0 tty=tty1 ruser= rhost=
> Jan  1 23:52:59 redhat9 pam_winbind[30046]: request failed: Unexpected information 
> received, PAM error was 4, NT error was NT_STATUS_INVALID_PARAMETER
> Jan  1 23:52:59 redhat9 pam_winbind[30046]: internal module error (retval = 4, user 
> = `john'
> Jan  1 23:52:59 redhat9 login(pam_unix)[30046]: check pass; user unknown
> Jan  1 23:53:01 redhat9 login[30046]: FAILED LOGIN 1 FROM (null) FOR john, 
> Authentication failure
> Jan  1 23:53:07 redhat9 pam_winbind[30046]: user 'DOMAIN+john' granted acces
> Jan  1 23:53:07 redhat9 pam_winbind[30046]: user 'DOMAIN+john' granted acces
> Jan  1 23:53:07 redhat9 login(pam_unix)[30046]: session opened for user DOMAIN+john 
> by (uid=0)
> Jan  1 23:53:07 redhat9  -- DOMAIN+john[30046]: LOGIN ON tty1 BY DOMAIN+john
> 
> Thanks & Happy New Year
> Sean
> 
> 
> On Wed, 31 Dec 2003 15:49:09 + (GMT)
> John H Terpstra <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, 31 Dec 2003, Sean Lee wrote:
> > 
> > > Hello,
> > >
> > > I'm using RH9 with latest Samba 3.0.x-x
> > >
> > > I configured winbind as per
> > > http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection.html#id2935561
> > > I use the default smb.conf with following (from URL above) added to its
> > > global section:
> > >
> > > winbind separator = +
> > > idmap uid = 1-2
> > > idmap gid = 1-2
> > > winbind enum users = yes
> > > winbind enum groups = yes
> > > use nss_winbind = yes
> > > template homedir = /home/winnt/%D/%U
> > > template shell = /bin/bash
> > 
> > Add:
> > 
> > winbind use default domain = Yes
> > 
> > >
> > > I cannot login using Active Directory's "username"; instead I must use
> > > login "DOMAIN+username" at login prompt as recommended at
> > > http://lists.samba.org/archive/samba/2002-June/045313.html, otherwise I
> > > get the same error as mentioned at this URL.
> > >
> > > Why is that? I want to auth SMTP users via winbind so I want to be able
> > > to use "user" instead of "DOMAIN+user".
> > 
> > If the above change does not work for you let me know.
> > 
> > PS: For this to work you must:
> > 1. Make the change shown
> > 2. Stop Samba
> > 3. Delete your existing /var/lib/samba/*tdb files
> > (could be in /var/cache/samba/*tdb or
> > /usr/local/samba/var/(tdb)
> > 4. Restart Samba
> > 
> > Make certain that: getent passwd
> > shows your accounts without the Domain name portion.
> > 
> > - John T.
> > -- 
> > John H Terpstra
> > Email: [EMAIL PROTECTED]
> 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba resolves wrong wins ip address

2004-01-02 Thread John Russell
Hello all,
This has been making me crazy for a while, but it seems like a really
easy fix.  I just can't figure out what it is.  Any ideas would be
greatly appreciated.

I have two Linux machines existing on a mostly MS network and have samba
running well on each.  However, one machine resolves the wrong ip
address of the other machine.  Here's the setup.

Machine 1: Laptop
uses DHCP to get dynamic address
uses samba-3.0.1 (wins server = a.b.c.d) to register name/ip address
with WINS server
so MS and samba machines on the network can resolve
its hostname to its dynamic address.
also runs vmware in bridged networking mode (read on)

Machine 2: Server
has static ip address
uses samba-2.2.7a (wins server = a.b.c.d) to resolve hostnames of hosts
with dynamic DHCP addresses, including machine 1.   


Both machine 1 and 2 resolve hostnames of hosts running MS Windows with
DHCP perfectly.   

However, when I try to ping machine 1 from machine 2, it pings the ip
address of the vmware network interface (vmnet0) and not eth0.  Its not
important if you know what vmware is or does I think. Basically machine
2 is pinging the address of the wrong network interface for machine 1.  

However, and this is the killer, all other (MS) machines on the network
ping machine 1 with the address for eth0,  the network interface that I
want.  Everything works fine.

Only machine 2 pings the wrong network interface (vmnet0) address.  

I'm guessing that this can be fixed with a configuration setting on
machine 1 (who may not be advertising its address properly and only
samba notices the problem).  However, I'm not sure about this.  Just
guessing.   

Does anyone have any idea what is going on here and how I can convince
machine 2 that machine 1's address is the one from eth0?  Thanks for any
help.

Sincerely,
John Russell 
-- 
If you're not part of the solution, you're part of the precipitate.

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


[Samba] samba resolves wrong wins ip address

2004-01-02 Thread John Russell
Hello all,
This has been making me crazy for a while, but it seems like a really
easy fix.  I just can't figure out what it is.  Any ideas would be
greatly appreciated.

I have two Linux machines existing on a mostly MS network and have samba
running well on each.  However, one machine resolves the wrong ip
address of the other machine.  Here's the setup.

Machine 1: Laptop
uses DHCP to get dynamic address
uses samba-3.0.1 (wins server = a.b.c.d) to register name/ip address
with WINS server
so MS and samba machines on the network can resolve
its hostname to its dynamic address.
also runs vmware in bridged networking mode (read on)

Machine 2: Server
has static ip address
uses samba-2.2.7a (wins server = a.b.c.d) to resolve hostnames of hosts
with dynamic DHCP addresses, including machine 1.   


Both machine 1 and 2 resolve hostnames of hosts running MS Windows with
DHCP perfectly.   

However, when I try to ping machine 1 from machine 2, it pings the ip
address of the vmware network interface (vmnet0) and not eth0.  Its not
important if you know what vmware is or does I think. Basically machine
2 is pinging the address of the wrong network interface for machine 1.  

However, and this is the killer, all other (MS) machines on the network
ping machine 1 with the address for eth0,  the network interface that I
want.  Everything works fine.

Only machine 2 pings the wrong network interface (vmnet0) address.  

I'm guessing that this can be fixed with a configuration setting on
machine 1 (who may not be advertising its address properly and only
samba notices the problem).  However, I'm not sure about this.  Just
guessing.   

Does anyone have any idea what is going on here and how I can convince
machine 2 that machine 1's address is the one from eth0?  Thanks for any
help.

Sincerely,
John Russell 


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


Book - (Was: Re: [Samba] Networking Fun)

2004-01-02 Thread Joe Cipale
Craig White wrote:
> 
> On Fri, 2004-01-02 at 07:51, Alan Ryland wrote:
> > Hi.
> > I am using Mandrake 8.1, and the version of Samba is 2.2.
> > I have a small network, using a pc with win 98, a laptop using ME, and
> > the linux machine.
> > The network "pings" each other ok.
> > I have read just about most things as to how to get the network to see
> > each other but, I cannott get any machine to see the Linux machine at all.
> >
> > I would like to set up the Linux machine to : use the modem for
> > internet.
> > : use the local printer as the network printer.
> >
> > Samba states that it is running.
> >
> > Please point me in the right direction to get this working.
> ---
> I would bet that there's documentation on Mandrake's web site...
> 
> Then there's always the 'The Linux Documentation Project'
> 
> 
> And of course some of the best man pages ever...
> man smb.conf
> 
> And last but certainly never least... has all the
> documentation.
> 
> Of course, you could always buy a book at the book store.
> 
> Craig
> 
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

I went out and bought "Linux Samba Server Administration" by Roderick
Smith. It seems to be pretty thorough in assisting me in working through
my issues.

Joe
-- 
#--#
#   Penguinix Consulting   #
#--#
#Software development, QA and testing. #
#Linux support and training.   #
#"Don't fear the penguin!" #
#--#
# Registered Linux user: #309247 http://counter.li.org #
#--#
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Networking Fun

2004-01-02 Thread Craig White
On Fri, 2004-01-02 at 07:51, Alan Ryland wrote:
> Hi.
> I am using Mandrake 8.1, and the version of Samba is 2.2.
> I have a small network, using a pc with win 98, a laptop using ME, and
> the linux machine.
> The network "pings" each other ok.
> I have read just about most things as to how to get the network to see
> each other but, I cannott get any machine to see the Linux machine at all.
> 
> I would like to set up the Linux machine to : use the modem for
> internet.
> : use the local printer as the network printer.
> 
> Samba states that it is running.
> 
> Please point me in the right direction to get this working.
---
I would bet that there's documentation on Mandrake's web site...

Then there's always the 'The Linux Documentation Project'


And of course some of the best man pages ever...
man smb.conf

And last but certainly never least... has all the
documentation.

Of course, you could always buy a book at the book store.

Craig

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


Re: [Samba] fstab mounting

2004-01-02 Thread Craig White
On Fri, 2004-01-02 at 07:46, Bruno Cochofel wrote:
> Hi there...
> I want to mount a windows share automatically in fstab but I get an error
> 
> When I try: mount -t smbfs //MSWinSMBServer/share /mnt/share, it works, 
> and even when I pass options like,
> 
> mount -t smbfs -o 
> username=bcochofel,workgroup=COCHOFEL,uid=bcochofel,gid=users
> 
> then, when asked, I type password...
> 
> The problem is when I do this in my fstab...
> 
> here's the line:
> 
> //MSWinSMBServer/mnt/sharesmbfsnoauto,user00
> 
Shouldn't the first part include the actual share?

//MSWinSMBServer/SHARE

Craig

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


Re: [Samba] SOLVED: Must a Samba PDC use LDAP for nss?

2004-01-02 Thread Craig White
On Thu, 2004-01-01 at 20:38, Chew, Darren wrote:
> Hi All,
> 
> It seems like Samba 3 does require the PDC to use LDAP for nss when using 
> ldapsam.
> 
> I reconfigured Solaris 9 to use nss_ldap and 'getent group' now shows the 
> posixGroups created by the 'net rpc vampire' operation. I then cleaned up 
> the LDAP database and ran vampire again. Each group is created 
> successfully with incrementing gidNumber 1 onward. 'net groupmap list' 
> also shows that all groups mappings were migrated too.
> 
> But my vampire bombed when migrating users. I really need help here. Any 
> help received is much appreciated.  
> 
> Can't migrate the users across still...
> 
> [EMAIL PROTECTED] /]# net rpc vampire -U DOMAIN\\Administrator -S NT4PDC -d 4
> 
> Can't call method "get_value" on an undefined value at 
> /opt/local/samba/sbin/smbldap-useradd.pl line 154,  line 283.
> [2004/01/02 14:13:41, 1] utils/net_rpc_samsync.c:fetch_account_info(445)
>   fetch_account: Running the command 
> `/opt/local/samba/sbin/smbldap-useradd.pl -a -m "Administrator"' gave 29
---
assuming that you joined the domain...

net rpc join -S NT4PDC -w DOMAIN -U Administrator%admin_password

then 

net rpc vampire -S NT4PDC -U Administrator%admin_password

should work provinding...

- smb.conf should say domain master = no
- smbd & nmbd daemons are NOT running

Craig

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


Re: [Samba] disabling user access to SWAT

2004-01-02 Thread Leong, James
The SWAT man pages (http://us1.samba.org/samba/docs/man/swat.8.html)
says not to use the -a option on a production server (which disables authentication).


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


[Samba] Networking Fun

2004-01-02 Thread Alan Ryland
Hi.
I am using Mandrake 8.1, and the version of Samba is 2.2.
I have a small network, using a pc with win 98, a laptop using ME, and
the linux machine.
The network "pings" each other ok.
I have read just about most things as to how to get the network to see
each other but, I cannott get any machine to see the Linux machine at all.

I would like to set up the Linux machine to : use the modem for
internet.
: use the local printer as the network printer.

Samba states that it is running.

Please point me in the right direction to get this working.

Alan Ryland

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


[Samba] fstab mounting

2004-01-02 Thread Bruno Cochofel
Hi there...
I want to mount a windows share automatically in fstab but I get an error
When I try: mount -t smbfs //MSWinSMBServer/share /mnt/share, it works, 
and even when I pass options like,

mount -t smbfs -o 
username=bcochofel,workgroup=COCHOFEL,uid=bcochofel,gid=users

then, when asked, I type password...

The problem is when I do this in my fstab...

here's the line:

//MSWinSMBServer/mnt/sharesmbfsnoauto,user00

I even tried,

//MSWinSMBServer/mnt/sharesmbfs
noauto,user,credentials=/home/bcochofel/.smbpassword00
//MSWinSMBServer/mnt/sharesmbfs
noauto,user,username=bcochofel,workgroup=COCHOFEL,uid=bcochofel,gid=users 
  00

but I get always this error:

mount error: Invalid argument
Please refer to the smb...
smbmnt failed: 255
What is wrong in my fstab?

--
Bruno Cochofel,
Tlm: +351 918921624
ICQ#: 314484707
[EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Several people on this mailing list have the W32/Swen@MM virus

2004-01-02 Thread Arturo Busleiman
Yes. Many. It an old issue.

-- 
Arturo   Busleiman   -  [ i n t r a R e d e s   s r l ]
Piedras 264 - 2 A (C1070AAF) - Buenos Aires - ARGENTINA
Te.: (54 11) 4342-0049   -   http://www.intraredes.com/
mailto:[EMAIL PROTECTED]

On Fri, 2 Jan 2004, Rob Taft wrote:

>
>
> Ever since I signed up for this mailing list and sent my first question, I have been 
> bombarded with the W32/[EMAIL PROTECTED] and the emails aren't all from the same 
> person.  Is anyone else experiencing this?
>
> Rob
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Several people on this mailing list have the W32/Swen@MM virus

2004-01-02 Thread Rob Taft


Ever since I signed up for this mailing list and sent my first question, I have been 
bombarded with the W32/[EMAIL PROTECTED] and the emails aren't all from the same 
person.  Is anyone else experiencing this?

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


[Samba] Samba 3.0.0 and OS/2 Ecomstations

2004-01-02 Thread Audun Ytterdal

I can't seem to get samba3.0 to talk nicely to OS/2

Samba 2.2 works flawlessly, but samba 3.0 on Redhat Enterprise 3.0 or
samba 3.0-final-0.b (from backports.org) on debian woody does not
work.

>From the servers point of view, everything seems ok

On the OS/2 client it, the share is mountet and looks good until you
you browse it in the GUI-filebrowser. It says 

"No objects were found that matched the specified"

and

"The system call level is incorrect"

using a OS/2 command shell seems to work nicely except that the
volume-name sometimes has garbage characters in the end of the string.
As it the string isn't \0'ed correctly

Any ideas? 

-- 
Audun


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


RE: [Samba] suse 8.2 Samba 3 LDAP Domain Join Error : Logon failu re: unknown user name or bad password

2004-01-02 Thread Heupink, Mourik Jan C.
dear list,

first of all: a very happy new year to all of you :)

2004 is going to be the year of our institute migrating from nt4 to a samba
domain Let's hope that move this will result in a good and successful year
for us... :)

and now for my two (small) questions...

> Yes. There is a bug there. I can give you RPMs for SuSE 8.2 
> that do work.
> You can download patched samba3-3.0.1 RPMs foe SuSE 8.2 (that 
> is what I
> run) from: http://samba.org/~jht/files/RPMS/

i have not yet installed these packages, i just looked at them with a text
editor, and noticed the following text:


Achtung!
This is samba3-3.0.1. Please do not run on production systems.
You have been warned.


question: i thought that samba 3.0.1 was the most up-to-date version of
samba, and that this version was really *the* version to use at the moment.
Am i wrong..? (or is 3.1 going to be the new, stable version of samba, and
should I use 3.0 for now..?)

And the second question... How are these (http://samba.org/~jht/files/RPMS/)
packages compiled..? For which suse version, and with what options? Looked
at the files again, but couldn't find it... Right now downloading the
.rsc.rpm, hope to get some of this info out of that file..?

thanks very much. Learned a lot from you guys already by simply reading this
list.. :)

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


[Samba] AIX

2004-01-02 Thread Alan Blockley
Hi All

I'm currently looking into installing samba on AIX and I'm reading some
horror stories about it :| 
Can anyone shed any light on what's needed to get samba running on AIX
and in particular getting shell users authing against a windows domain
controller.  

I have done this setup using Linux in the past using PAM, winbind and
samba but I'm really looking for any problems that I might encounter and
possible courses of action.

Any thoughts anyone ?

Regards,
 
Alan Blockley
APT Solutions Ltd.
Tel: (01952) 214000
Email: [EMAIL PROTECTED]
Web: http://www.aptsol.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba