Re: [Samba] Samba 2.2.8 is failing on change machine account password

2003-03-30 Thread Hansjoerg Maurer
Andrew Bartlett wrote:


If you run 'smbpasswd -t' it should do it on demand.

Hi,

thank you for the information.
It makes testing easier.
But unfortunatlly I get the same error.
I had performed several tests concerning the case sensitiv writing of 
the domainname, but I got no solution.
(attached the matrix of values I have tested)
I removed the samba host (printserver3) each time from the domain unsing 
the servermanager und added ist (with servermanger)
First join with
smbpasswd -j NTROBOTIC -r ROBPDC2
works
second try with
smbpasswd -t NTROBOTIC
2003/03/31 08:24:56 : change_trust_account_password: Failed to change 
password f
or domain NTROBOTIC.
fails.

printserver3 is a test system only, so I can use it for testing until 
the end of the next week.
If I can supply further testing/information, please let me know.

Thank you

Hansjörg

smb.confsmbpasswd   Servermanager   Result
NTROBOTIC   NTROBOTIC   NTROBOTIC   n
ntrobotic   ntrobotic   ntrobotic
NTROBOTIC   ntrobotic   ntrobotic   17.03.2003 18:00 Uhr
Netbios/smb.conf Workgroup/smb.conf Domain/smbpasswd PDC/smbpaswd 
Servermanager/del Servermanager/add   dateResult
---  NTROBOTIC  NTROBOTICROBPDC2  
Y Y   25.03 8:30  bad
PRINTSERVER3 NTROBOTIC  NTROBOTICROBPDC2  
Y Y   25.03 16:30 bad
printserver3 NTROBOTIC  NTROBOTICROBPDC2  
Y Y   26.03 10:30 bad
printserver3 NTROBOTIC  NTROBOTICrobpdc2  
Y Y   26.03 15:30 bad
PRINTSERVER3 NTROBOTIC  NTROBOTICrobpdc2  
Y Y   26.03 17:00 bad
---  NTROBOTIC  NTROBOTICrobpdc2  
Y Y   26.03 17:50 bad
---  ntrobotic  NTROBOTICROBPDC2  
Y Y   27.03 8:30  bad
PRINTSERVER3 ntrobotic  NTROBOTICROBPDC2  
Y Y   27.03 16:30
printserver3 ntrobotic  NTROBOTICROBPDC2  
Y Y   27.03 10:30
--   NTROBOTIC  NTROBOTICROBPDC2  
Y Y (passwd server*)  27.03 10:30 bad
printserver3 ntrobotic  ntroboticrobpdc2  
Y Y   27.03 15:30



Andrew Bartlett





--
_
Dr.  Hansjoerg Maurer   | LAN- & System-Manager
   |
Deutsches Zentrum   | DLR Oberpfaffenhofen
 f. Luft- und Raumfahrt e.V.   |
Institut f. Robotik |
Postfach 1116   | Muenchner Strasse 20
82230 Wessling  | 82234 Wessling
Germany |
   |
Tel: 08153/28-2431  | E-mail: [EMAIL PROTECTED]
Fax: 08153/28-1134  | WWW: http://www.robotic.dlr.de/
__
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Change userrights in Windows

2003-03-30 Thread Gerd Müller
Hello,
is there a possibility to change userrights of files/folders in Windows 
with Samba 2.2.1a ?

Gerd Mueller

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


[Samba] Samba + LDAP + FreeBSD + a HOWTO

2003-03-30 Thread Adam Smith

Hi all!  I am having some trouble with the above equation.  Firstly:

Samba   == samba-2.2.8
LDAP== openldap21-2.1.12
   pam_ldap-1.6.1
FreeBSD == FreeBSD 5.0
HOWTO   == http://samba.idealx.org

I have been following the HOWTO at samba.idealx.org, and so far I've found
it extremely informative for someone who wants to get LDAP up and running
with Samba, and who has never used LDAP before.

On page 13 (lucky for some) of this HOWTO, I ran into problems.  It began
talking about using the smbldap-tool kit which I had installed on my
system.  The following command ran correctly:

smbldap-useradd.pl -m testuser1

This command failed:

smbldap-passwd.pl testuser1

Returning:

Can't return outside a subroutine at /usr/local/sbin/smbldap-passwd.pl line
165,  line 2.

Is this an issue with the toolkit, with FreeBSD, or with something else?  I
do not know Perl well enough to begin troubleshooting this problem either,
unfortunately.  Is there anyone who has had experience with this setup that
can assist me in working out what is going wrong?

Thankyou :)


-- 
Adam Smith
Information Technology Officer
SAGE Automation Ltd.

[EMAIL PROTECTED]
http://www.sageautomation.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] cant set up a no password login

2003-03-30 Thread Brian Wiese
By default, samba disallows null passwords.  man smb.conf
So you might want to set:

null passwords = yes

hth, peace
Brian

On Sun, 30 Mar 2003 09:42:41 -0500
Joel Hammer <[EMAIL PROTECTED]> wrote:

|You might make this work with just:
|
|guest account = nobody
|
|in [global]
|
|You could use other users like root (not very secure but it all depends
|on your needs) or any regular user you have defined on this server.
|
|Joel
|
|On Sun, Mar 30, 2003 at 10:59:05AM +0200, julius wrote:
|> hi
|> have problems to get an samba server up that offers shares for all 
|> without a password
|> 
|> heres my smb.conf file located under /usr/local/samba/lib/smb.conf
|> 
|> [global]
|> netbios name = DEATHB
|> server string = Samba pv on (pL)
|> workgroup = LANSTRIKE
|> encrypt passwords = yes
|> security = share
|> 
|> [homes]
|> browseable = no
|> 
|> [mp3]
|> comment = lmh
|> path = /var/glftpd/site/mp3/lame.r3mix/
|> browseable = yes
|> read only = yes
|> guest ok = yes
|> 
|> has anybody an idea ?
|> -- 
|> 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
|


  Brian Wiese | [EMAIL PROTECTED] | aim: unolinuxguru
--
  GnuPG/PGP key 0xF3220030 | "FREEDOM!" - Braveheart 
--  
This is not about Napster or DVDs. It's about your Freedom.
  I'll see your DMCA and raise you a First Amendment.
  http://www.anti-dmca.org
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: How to verify the domain secret is good or bad?

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 30 Mar 2003, Joey Collins wrote:

> Why does Samba do this?  Does the secret expire after a certain period
> of time or is this done as a safety precaution?

See the "machine password timeout" smb.cinf(5) parameter.




cheers, jerry



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h7VnIR7qMdg1EfYRApCMAJ9kTmBqb4ILG8iFcu3FQmWSRf18IQCfeIob
y9fw2uvjAFoAbRf33myoaFY=
=grx5
-END PGP SIGNATURE-

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


[Samba] Remote Client Printing using CUPS

2003-03-30 Thread Mike Hannigan
I'm getting an error in my CUPS error log when I try to print from a WIN98 client to a 
HP2500C printer defined as LP on the host.  The error is as follows.

Unable to print file to lp - client-error-document-format-not-supported

I have tried printing just ASCII text with the same error.

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


Re: [Samba] Citrix reports no more connections to samba server

2003-03-30 Thread Ken McCord
We have this happen for us.  To work around the problem, I just set up a 
cron job to restart the Samba service at 4am every day.

Ken

Phil Hale wrote:

Hi All

I have a Win2K server with Citrix Metaframe XPe installed on the network and
uses mapped network drives to a Samba file server. The Citrix server is
locking users out of the mapped network drive on the samba server.
Citrix has 125 concurrent licences and Terminal services licences of the
same amount
Samba version is 2.2.3a  Running on a Redhat 7.3 box.
Please advise if more into is required and what is required.

Has this been seen before and what is the possible solution.

Thanx in advance

Phil Hale
Technology Services Manager
Holiday Coast Credit Union - "It's were you belong"
http://www.hccu.com.au
mailto:[EMAIL PROTECTED]
You don't need technology to think outside the square



NOTICE
The information contained in this e-mail is confidential. Any views or
opinions expressed in this communication are those of the individual sender,
except where the sender specifically states that the views or opinions are
those of Holiday Coast Credit Union Ltd.
This communication is intended to be solely for the use of the addressee(s)
and may contain copyright and / or legally privileged information.
If you are not an authorised recipient of this e-mail, please contact
Holiday Coast Credit Union Ltd immediately by return e-mail or by telephone
on 61-2-65808222.
If you are not an authorised recipient of this e-mail you should destroy all
copies of this e-mail or any attachments. Any review, retransmission,
dissemination, copying or other use of, or taking any action in reliance
upon, this information by persons or entities other than the intended
recipient is prohibited.
You should only re-transmit, distribute or commercialise the material if you
are authorisedto do so.
As Internet communications are capable of data corruption, Holiday Coast
Credit Union Ltd does not guarantee the security of any information
electronically transmitted and does not accept responsibility for any
improper or incomplete transmission of the information contained in this
communication, nor for any delay in its receipt.
This notice should not be removed.
 



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


[Samba] W2K Explorer security propagation prob in 2.2.8 and Samba-3's and HEAD

2003-03-30 Thread Grant Bigham




I've have an NT4 PDC with Samba-2.2.8 joined as a domain member. When using
Explorer in W2K to change security settings on Samba shares, the security
settings are not propagted down the the directory tree - yes I have ticked
the "Reset perms on all child.". I also see "CREATOR OWNER" and
"CREATOR GROUP" as accounts defined to all directories.

2.2.7a exhibits none of these issues, but 3 (Alpha 21) and HEAD both do.

BTW, I've tested on different Linux distribs (RedHat, SuSE and Debian) on
s390 and I686 arcs. One important point is that Samba is running
with-acl-support enabled on POSIX ACL enabled Kernels at 2.4.19 and 2.4.20.

Any help would be greatly appreciated.

Cheers, Grant

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


RE: [Samba] Password when connecting

2003-03-30 Thread Elijah Savage
Look into smbpasswd -a

Or man smbpasswd 

Should be all you need.

-Original Message-
From: Brian Ronk [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 28, 2003 3:05 PM
To: [EMAIL PROTECTED]
Subject: [Samba] Password when connecting

I just got Samba up and running on my RH 7.2 machine (installed 
from source) and can finally see it.  The problem is that it's asking 
for a password to access the computer.  I thought I commented out 
all the parts pertaining to passwords, but I must have commented 
something I should have, or missed one.  What I am trying to access 
is a public r/w share.  Can someone give me a hint.  Thanks.

Brian Ronk
-- 
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] Citrix reports no more connections to samba server

2003-03-30 Thread Phil Hale
Hi All

I have a Win2K server with Citrix Metaframe XPe installed on the network and
uses mapped network drives to a Samba file server. The Citrix server is
locking users out of the mapped network drive on the samba server.

Citrix has 125 concurrent licences and Terminal services licences of the
same amount
Samba version is 2.2.3a  Running on a Redhat 7.3 box.

Please advise if more into is required and what is required.

Has this been seen before and what is the possible solution.

Thanx in advance

Phil Hale
Technology Services Manager
Holiday Coast Credit Union - "It's were you belong"
http://www.hccu.com.au
mailto:[EMAIL PROTECTED]

You don't need technology to think outside the square




NOTICE
The information contained in this e-mail is confidential. Any views or
opinions expressed in this communication are those of the individual sender,
except where the sender specifically states that the views or opinions are
those of Holiday Coast Credit Union Ltd.

This communication is intended to be solely for the use of the addressee(s)
and may contain copyright and / or legally privileged information.

If you are not an authorised recipient of this e-mail, please contact
Holiday Coast Credit Union Ltd immediately by return e-mail or by telephone
on 61-2-65808222.

If you are not an authorised recipient of this e-mail you should destroy all
copies of this e-mail or any attachments. Any review, retransmission,
dissemination, copying or other use of, or taking any action in reliance
upon, this information by persons or entities other than the intended
recipient is prohibited.

You should only re-transmit, distribute or commercialise the material if you
are authorisedto do so.

As Internet communications are capable of data corruption, Holiday Coast
Credit Union Ltd does not guarantee the security of any information
electronically transmitted and does not accept responsibility for any
improper or incomplete transmission of the information contained in this
communication, nor for any delay in its receipt.

This notice should not be removed.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Password when connecting

2003-03-30 Thread Brian Ronk
I just got Samba up and running on my RH 7.2 machine (installed 
from source) and can finally see it.  The problem is that it's asking 
for a password to access the computer.  I thought I commented out 
all the parts pertaining to passwords, but I must have commented 
something I should have, or missed one.  What I am trying to access 
is a public r/w share.  Can someone give me a hint.  Thanks.

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


[Samba] Re: How to verify the domain secret is good or bad?

2003-03-30 Thread Joey Collins


"Gerald (Jerry) Carter" wrote:
> 

[snip]

> > Also, sometimes I saw problems like "wbinfo -t" just says "secret is bad",
> > when all the daemons were running.  It sure was good at some point before.
> 
> Samba periodially changes the password on the server.  secrets.tdb should
> be in sync with this.

Hi,

Why does Samba do this?  Does the secret expire after a certain period
of time or is this done as a safety precaution?

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


Re: [Samba] Shares with long names not accessible from winNT...

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 21 Mar 2003, Satish K. Pagare wrote:

> Hi All,
> 
>  I have the following section in my smb.conf file:
> [Satish' Hindi Alltime Hits - Gems]
> path= /mnt/d-drive/Music/Satish' Hindi Alltime Hits 
>Gems
> browseable  = yes
> public  = yes
> readonly= yes
> guest ok= yes
> 
> I am able to browse this share through win2k but not from winNT.
> But If I change the share name to [Satish] , basically a short name
> I am able to browse it thru winnt as well. Is this expected behaviour?
> Any workaround, solutions ?

It's a bug in WinNT due to the fact that Samba 2.2 doesn't support 
UNICODE.  Samba 3.0 fixes this.





cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
--John Cusack - "Grosse Point Blank" (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h4VGIR7qMdg1EfYRAkq8AKDglI0SZ4JsaCRoVDccESjwSPDtKACglnr3
oBHvnlGXvWGS0A0V7JtncsU=
=cNrv
-END PGP SIGNATURE-

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


Re: [Samba] minor man page update (2.2.8)

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 21 Mar 2003, Nathan Ehresman wrote:

> Just a friendly note about a minor man page update to the smb.conf in 
> 2.2.8 (and beyond I would assume).  The variable substitution %a now 
> substitutes in WinXP as well as the documented Samba, WfWg, Win95, 
> WinNT, and Win2k substitutions.

Yeah.  This was a small thing I missed during the release.  I'll update it 
now.  Thanks for reminding me.





cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h4J9IR7qMdg1EfYRAtbZAKDVu54eMnT+eyKZPxpjx9sfSanccACgtxSf
DCxh6INFTpsAbYe+CjXYCM4=
=4t6F
-END PGP SIGNATURE-

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


Re: [Samba] WinXP DFS problems

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 21 Mar 2003, Eric Horst wrote:

> I can confirm this.  Upgrading from 2.2.7a to 2.2.8 breaks Dfs.  I've
> upgraded and reverted several times and it's certain.  I've been looking
> at logs, source and diffs between 2.2.7a and 2.2.8 all day.  I don't
> know what changed between the two versions to break it.  I'm continuing
> to look.
> 
> Is msdfs actually working for anybody in 2.2.8?  Has those of you who
> have had trouble found any additional clues?

This is fixed in the SAMBA_2_2 cvs code in case you missed the commit 
message.  Only affect WinXP and .NET clients.




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
--John Cusack - "Grosse Point Blank" (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h4JAIR7qMdg1EfYRAu3lAJ40apktbuGmwahvRErOYrK0xXOtTwCff+UA
4t+T3Trja3D16tj9502ZopU=
=ZG1G
-END PGP SIGNATURE-

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


Re: [Samba] BUG report: smbclient

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 30 Mar 2003, Piero Filippin wrote:

> This is present in both 2.2.7 and 2.2.8. It worked on 2.2.5  (I
> installed it from RPMs on a Mandrake 9.1 system) 
>  
> If I try to send a message to an host, it seems that smbclient appends a
> "#0x3" to host name, so it cannot resolve it
>  
> Here an example:
>  
> [EMAIL PROTECTED] root]# smbclient -M condor
> added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
> Cannot resolve name condor#0x3

In this case, smbclient has to resolve the netbios name 
(not DNS name) of the messenger service.  This is not a bug.
If you correct the problems with your netbuios name resolution, 
this will work fine.



cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
--John Cusack - "Grosse Point Blank" (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h4CAIR7qMdg1EfYRAtioAKC2HuD1Ko3Do5dvFKHaKIs6yqT17wCfWq8s
6W6yWwOEYLWjRkS7n/6hbnE=
=f496
-END PGP SIGNATURE-

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


Re: [Samba] Re: Winbind broken after 2.2.8 upgrade

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 27 Mar 2003, Andrew Bartlett wrote:

> Winbind doens't *require* libnss_winbind - there are actually situations
> where it is used without it.  That said, I've implemented some extensive
> version checks from the client side - we certainly won't connect to a
> winbind with a different protocol version any more.

in Samba 2.2, if you are running winbind and smbd you must install the
NSS winbind library as well.   The reason is for the getpwnam() lookups.




cheers, jerry

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h3YOIR7qMdg1EfYRAm5BAKCqLzMbFKDSgQy2hE1U5IgcGZaBfQCbB2PE
kYTwKTMV6ydHbeSnhzr93yg=
=nq3l
-END PGP SIGNATURE-

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


Re: [Samba] WARNING: The "printer driver location"option isdeprecated

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 26 Mar 2003, Andre Dieball wrote:

> After upgrade to 2.2.8-1 woody fom 2.2.7a I get (apart from other
> problems) the following error message:
> 
> WARNING: The "printer driver location"option is deprecated

This parameter has been marked as deprecated for several versions
now.  This is not a recent change.  

> As I use the Samba server only for printing, I'm not sure, what this
> means to me, as I have the follwoing in my smb.conf:

See the printing chapter in the Samba-HOWTO-Collection.




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
--John Cusack - "Grosse Point Blank" (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h3TuIR7qMdg1EfYRAq0lAJsGnHk1frQyThOr9N1ttSihozzPngCgoBQy
Cczc2WedxPwfKeu3ph6GwTc=
=vJzy
-END PGP SIGNATURE-

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


[Samba] Samba problems

2003-03-30 Thread Allen Smith
Umm.. I think i should make one thing clear because I'm getting alot of 
replies saying I should do smbpasswd -a username.  I just want to let you 
guys know that I have done this, I added the users I was testing out, ie. 
fred, root.  this is not the problem.  Also I'm using a newly installed 
version of redhat 8.0 and trying to make it work with samba2.2.8

Thanks for all your help so far





_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

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


RE: [Samba] Samba joins win2k domain but can't authenticate

2003-03-30 Thread Elijah Savage
Because I never got answers from anyone I figured it might be a good
idea to post this resolution. It was very simple and I feel stupid for
not figuring it out sooner. Well my wife has a win2k machine that join
the domain fine but anytime she tried to access any of the files on the
samba server it would ask for user name and password. After verifying
that I had a good config and redoing everything many times I looked in
the logs which I should have done earlier hehehehe. Well here is the log
error

[2003/03/30 13:54:29, 0] smbd/password.c:domain_client_validate(1605)
  domain_client_validate: unable to validate password for user wife in
domain MOM to Domain controller cartman. Error was
NT_STATUS_NO_SUCH_USER.


Looking at this log I went wait a minute I know this machine joined the
domain because I did it and everything went ok. When my wife had
patience to sit and troubleshoot with me I had her logging in, and
wouldn't you know she was logging in locally to the machine which is
named MOM and not the domain. I go over to her machine and switch it to
log in to the domain and everything works perfectly. Hope this keeps
someone else from making the same stupid mistake I did. FreeBSD and
Samba great file server especially since I upgraded to gigabit. I got a
4 port hawkings gigabit switch and a cnet gigabit 32/64 gigabit card
which came with freebsd drivers installed no problem. This thing ROCKS.



-Original Message-
From: Elijah Savage 
Sent: Friday, March 28, 2003 7:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [Samba] Samba joins win2k domain but can't authenticate

Yes the users do have accounts on the box just not smb accounts, but
looks like I might have to create them seems to be the only way I can
get it to work.

-Original Message-
From: Elijah Savage 
Sent: Friday, March 28, 2003 6:37 PM
To: [EMAIL PROTECTED]
Subject: [Samba] Samba joins win2k domain but can't authenticate

All I got my samba server to join my win2k domain without any problems.
But if I change the config to read security=domain it prompts the user
for a username and password. If I change it to security=server it does
not prompt for user names. I did some searching in the list came up with
a few emails and this website
http://www.sugoi.org/bits/index.php?bit_id=10 but still no change. In
the /etc/host file I put the pdc name and address and made sure I could
ping it by name. Using Freebsd 4.7 and Samba 2.2.6. I have rebooted the
client and the PDC and also stopped and started samba a few times. Any
help would be appreciated, and thank you for even taking the time to
read my post.

 

# Samba config file created using SWAT
# from dad (192.168.11.5)
# Date: 2003/03/28 18:25:30
 
# Global parameters
[global]
workgroup = DIGITALRAGE
netbios name = SKYWALKER
server string = Samba
security = DOMAIN
encrypt passwords = Yes
password server = cartman
socket options = TCP_NODELAY SO_RCVBUF=4096 SO_SNDBUF=4096
IPTOS_LOWDELAY
preferred master = False
local master = No
domain master = False
wins server = 192.168.11.1

 

-- 
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]

2003-03-30 Thread James Yale
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba,возможно мы недавно встречались?

2003-03-30 Thread mike maxim
Привет Samba!

Я нашел статью в Интернете, там написано про Samba. Этот ник показался мне знакомым.
Посмотри фото и, может быть, ты меня вспомнишь.

Ссылка на статью: 
http://[EMAIL PROTECTED]/cgi-bin/gazeta/print.pl?s=w&name=Samba&[EMAIL PROTECTED]

Фото: 
http://humor.rin.ru/cgi-bin/photo.pl?c=n&s=w&n=Samba


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


Re: [Samba] cant set up a no password login

2003-03-30 Thread Joel Hammer
One thing you could do is set up a user on your server that belongs only to
his own unique group (user and group as mp3user, for example).
Then chmod mp3user.mp3user /var/glftpd/site/mp3/lame.r3mix
And, make guest acccount = mp3user.

guest account can be in the share, not just in the gloal section, methinks.
Read man smb.conf.

BTW, I haven't tried this.

Joel
 



On Sun, Mar 30, 2003 at 10:59:05AM +0200, julius wrote:
> hi
> have problems to get an samba server up that offers shares for all 
> without a password
> 
> heres my smb.conf file located under /usr/local/samba/lib/smb.conf
> 
> [global]
> netbios name = DEATHB
> server string = Samba pv on (pL)
> workgroup = LANSTRIKE
> encrypt passwords = yes
> security = share
> 
> [homes]
> browseable = no
> 
> [mp3]
> comment = lmh
> path = /var/glftpd/site/mp3/lame.r3mix/
> browseable = yes
> read only = yes
> guest ok = yes
> 
> has anybody an idea ?
> -- 
> 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] Difficulty with Samba 2.2.8 and native CUPS PS drivers

2003-03-30 Thread David F. Severski
On Sun, Mar 30, 2003 at 06:55:36AM -0800, David F. Severski wrote:
> Drivers tree.  Attached are two gzipped log files, smb-desktop.log and 
> smb-laptop.log.  
> 
> smb-desktop.log is an XP SP1 machine that is 
> joined to the domain and logged in with an account that has write 
> privileges to the print$ share.  The desktop had just been rebooted, logged 
> in, the existing printer deleted, and the driver removed from the system 
> via the Server Properties function.  No other printers or drivers were 
> installed.
> 
> smb-laptop.log is an XP SP1 laptop that is not part of the domain.  From a 
> command prompt, I connected to the print$ share as root before deleting the 
> existing printer connection, removing the printer driver via Server 
> Properties, then reconnected to the printer.

It looks like my attachments got stripped.  I've posted the log files 
up at  for reference.  Thanks again!

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


Re: [Samba] Difficulty with Samba 2.2.8 and native CUPS PS drivers

2003-03-30 Thread David F. Severski
Kurt,

First of all, thank you very much for your time and assistance here.  I greatly 
appreciate the effort.  Below are my results and some further information.

On Sun, Mar 30, 2003 at 12:14:01AM +0100, Kurt Pfeifle wrote:

> >I've recently attempted to convert from the Adobe PostScript drivers for 
> >my Canon BJC=2110 printer over to the native CUPS Windows PS drivers
> 
> You can only do this if your CUPS version is sufficiently new.
> Check by reading "man cupsaddsma". Does it already relate to the
> CUPS PostScript drivers?

The cupsaddsmb man page does mention the native CUPS drivers.  Sorry, I should 
have specified the CUPS version previously.  This is CUPS 1.1.18 running on 
a FreeBSD 4.8-RC (STABLE) machine.  Samba is, again, 2.2.8 and is compiled with 
the Recycle and SSL options.  Samba, CUPS, and the supporting gimp-print 
systems were all compiled from source via the FreeBSD ports system.

> You might need to restart Samba to get it to work (if you have the printer
> "Canon_BJC", or any other, newly installed).

I've done a full stop of Samba, verifying that all smbd and nmbd processes have 
shut down, then restarted Samba.

> 
> If this doesn't help, let root do a
> 
>"smbcontrol smbd debug 3"
> 
> and then watch
> 
>"tail -f /var/log/samba/log.smbd"(or appropriate path)
> 
> while you try to connect to Samba from XP.

No luck there, I'm afraid.  In tests with two machines, both generated the 
error message about missing driver files, even though the properties of the 
connection show that a Windows NT/2000 driver is installed, and the CUPS 
native PS driver files are copied successfully into the Windows\System32\Spool\
Drivers tree.  Attached are two gzipped log files, smb-desktop.log and 
smb-laptop.log.  

smb-desktop.log is an XP SP1 machine that is 
joined to the domain and logged in with an account that has write 
privileges to the print$ share.  The desktop had just been rebooted, logged 
in, the existing printer deleted, and the driver removed from the system 
via the Server Properties function.  No other printers or drivers were 
installed.

smb-laptop.log is an XP SP1 laptop that is not part of the domain.  From a 
command prompt, I connected to the print$ share as root before deleting the 
existing printer connection, removing the printer driver via Server 
Properties, then reconnected to the printer.
> 
> Make sure the connection is as a user who can write to the [print$] share.
> Check which user you are from Samba's point of view, by asking for
> 
>"smbstatus"

Verified to be either root (for the laptop), or my privileged login account 
for the desktop.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] cant set up a no password login

2003-03-30 Thread Joel Hammer
You might make this work with just:

guest account = nobody

in [global]

You could use other users like root (not very secure but it all depends
on your needs) or any regular user you have defined on this server.

Joel

On Sun, Mar 30, 2003 at 10:59:05AM +0200, julius wrote:
> hi
> have problems to get an samba server up that offers shares for all 
> without a password
> 
> heres my smb.conf file located under /usr/local/samba/lib/smb.conf
> 
> [global]
> netbios name = DEATHB
> server string = Samba pv on (pL)
> workgroup = LANSTRIKE
> encrypt passwords = yes
> security = share
> 
> [homes]
> browseable = no
> 
> [mp3]
> comment = lmh
> path = /var/glftpd/site/mp3/lame.r3mix/
> browseable = yes
> read only = yes
> guest ok = yes
> 
> has anybody an idea ?
> -- 
> 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] RES: Winbind broken after 2.2.8 upgrade

2003-03-30 Thread FRANCO

hello,  
  
thank you very much for the answer. I should say that my version is to 2.3a
that it comes with the distribution CONECTIVA. Before posting the messages I
make several tests and I place the maximum of information that I possess. If
my messages not answered they leave the frustrated people it is because many
of them pass for the same as me. So that you answered me I had to take
advantage of SUBJECT of a message. Excuse for that.

>> I hve 3 installations with problems... I never saw this I think that 
>> Im not a god SAMBA Administrator but I did read all the doc I 
>> dont have any troubles with other soft, but with samba ehehehehehe

>Samba is a complex peice of software.  It's interactions with (often
>separately maintained) Windows DCs is particularly complex.

>If it doesn't occur on all your DCs, then you should look at what is
>different.  This information should be present when you contact the 
>>list.


My intranets are composed by PDCs, the only thing that can be different it
is that plan them linux he/she has firewall installed in them. I/you had
been that everything it is inside of the pattern of installation of
MICROSOFT. I also ordered already the configurations of my firewall for you
with the messages. and I already made COUNTLESS TEST WITH AND WITHOUT
FIREWALL. I wait to be being very clear on this subject. I wait that my
translator (portugues/ingles) it is not causing confusion. ;-)


===
> FIRST INSTALATION:
> 
> Can yoiu help m?
> 
> [EMAIL PROTECTED] /etc]# smbpasswd -j surson -r cleo -U Administrator
> Password:
> Joined domain SURSON.
> [EMAIL PROTECTED] /etc]#
> 
> 
> [EMAIL PROTECTED] /etc]# smbclient //firewall/PUBLICO -UAdministrator
> added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0 
> Got a positive name query response from 192.168.1.2 ( 192.168.1.1 )
> Password:
> session setup failed: NT_STATUS_LOGON_FAILURE
> 
> When I try \\firewall\PUBLICO in the NT I receive a BOX to type USER
> and PASSWD
> 
> Joe log.cleo
> 
> [2003/03/25 04:38:27, 0]
> smbd/password.c:connect_to_domain_password_server(1307)
>   connect_to_domain_password_server: machine CLEO rejected the tconX
> on the IPC$ share. Error was : NT_STATUS_ACCESS_DENIED. [2003/03/25 
> 04:38:27, 0]
> smbd/password.c:domain_client_validate(1554)
>   domain_client_validate: Domain password server not available.
[2003/03/25

This looks like an issue with your PDC, not with Samba.

Your PDC is has 'restrict anonymous = 2' set.  The two options are to set a
username for Samba to use (wbinfo -Auser%pass), or to disable it. 
==

The webinfo -u works. The one that doesn't work is SMBCLIENT for the SAMBA
from within of LINUX and the connections comings of the NT. That that left
me was perplexed. He/she/you seems that PAM not this allowing the auth or
thing of the type. The smb_auth that I use in my SQUID makes everything
right.


==
If you already have a username/pw set (by wbinfo -A), then I would suspect
that you have SMB signing required, on a 'fixed' DC (MS did not used to
enforce this).
==

I don't know more than to do, therefore I already read countless documents
to I respect. If you want I give him/her the password of the ssh for that
you among in the system and verify. I am very depressed, because they are 2
facilities with the same problem.  
  
[]s

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 25/3/2003
 

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


Re: [Samba] cant set up a no password login

2003-03-30 Thread Michael Piko
Off the top of my head...

you need/should have this in the global section.
guest account = pcguest

you need to create an account named "pcguest"
useradd pcguest 
and then add a smbpasswd for that account.
smbpasswd -a pcguest



- Original Message - 
From: "julius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 30, 2003 6:59 PM
Subject: [Samba] cant set up a no password login


> hi
> have problems to get an samba server up that offers shares for all 
> without a password
> 
> heres my smb.conf file located under /usr/local/samba/lib/smb.conf
> 
> [global]
> netbios name = DEATHB
> server string = Samba %v on (%L)
> workgroup = LANSTRIKE
> encrypt passwords = yes
> security = share
> 
> [homes]
> browseable = no
> 
> [mp3]
> comment = lmh
> path = /var/glftpd/site/mp3/lame.r3mix/
> browseable = yes
> read only = yes
> guest ok = yes
> 
> has anybody an idea ?
> -- 
> 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] cant set up a no password login

2003-03-30 Thread julius
hi
have problems to get an samba server up that offers shares for all 
without a password

heres my smb.conf file located under /usr/local/samba/lib/smb.conf

[global]
netbios name = DEATHB
server string = Samba %v on (%L)
workgroup = LANSTRIKE
encrypt passwords = yes
security = share
[homes]
browseable = no
[mp3]
comment = lmh
path = /var/glftpd/site/mp3/lame.r3mix/
browseable = yes
read only = yes
guest ok = yes
has anybody an idea ?
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] cant set up a server without password :(

2003-03-30 Thread julius
hi
have problems to get an samba server up that offers shares for all 
without a password

heres my smb.conf file located under /usr/local/samba/lib/smb.conf

[global]
netbios name = DEATHB
server string = Samba %v on (%L)
workgroup = LANSTRIKE
encrypt passwords = yes
security = share
[homes]
browseable = no
[mp3]
comment = lmh
path = /var/glftpd/site/mp3/lame.r3mix/
browseable = yes
read only = yes
guest ok = yes
has anybody an idea ?

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


Re: [Samba] Am I reading this dump correctly?

2003-03-30 Thread Andrew Bartlett
On Wed, 2003-03-26 at 09:39, Barry, Christopher wrote:
> All,
> 
> This debug level 5 snippet looks like it tries several 
> authentication protocols before settling on the NT LM 0.12 
> version. Am I correct in my thinking? 

See www.ubiqx.org/cifs for a good description of the protocol, and what
is happening here.

> Since we run with no less than Win2K in our shop, is there 
> a way to specify the auth to use? The reason I ask, is some of my
> users are having problems - not all of the time - but enough to get
> them annoyed. They will get locked out of a share (or shares). A
> client reboot seems to correct the problem, but I'm having a hell of a
> time figuring this one out. We use msdfs with security = server. 

This is probably your problem.  Never use 'security=server' if you can
help it.  Use 'security=domain'.

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


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