Re: [Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-04-01 Thread Tony Earnshaw
John H Terpstra:

[...]

 Next time you come back and write: I used the official Samba HOWTO
 Collection to configure and it didn't work.


 Like that's what I mostly did when I first started with Samba, it
 works, so I have no particular questions (apart from ACLs, which refuse
 to work at all), it all works as documented.

 I am adding ACLs documentation to the HOWTO so as to help clarify this
 black-art area. :-) Just give me a few days to get it together.

Actually, the ACL doco in the HOWTO collection is pretty good and
shouldn't need augmenting. Things on my XP workstation work slightly
differently (i.e. buttons appear in other places than described, etc.). I
can modify DOS )?) file attributes, but I can't modify group file ACLs.
The thing doesn't refuse me by saying Access denied, it just doesn't
modify anything. In short:

1: I can do all the (RHAS3) command line setfacl etc and that works;
2: after Jerry's correction (on the list) to my faulty rpm spec ./configure
parameter, my smbd -b output is as it should be (so Samba here supports
ACLs).
3: The only thing left is, that some part of my smb.conf has to be wrong.
SWAT says that I have nt acl support, I've 

WAIT A MINUTE!

IT WORKS NOW! Changing AC Ls from my XP machine works now!

While I was writing this, I hauled all the ACL lines (3 of them) from my
[global] smb.conf section, leaving nt acl support = Yes by default And
then it all started working :))) Amazing.

Now I can go about adding ACL directives to each share to see what happens
to individual shares.

Thanks, John!

--Tonni

--
mail: [EMAIL PROTECTED]
http://www.billy.demon.nl


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


[Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-03-31 Thread Cristian Thiago Moecke
I am trying to install a File server using samba on a NT 4.0 domain.
I will call the domain DOMAIN, the pec PDC, the samba file server SAMBA,
and so on... :D

The linux is an updated Fedora Core 3, and the samba version is 3.0.10-1.fc3

I used SWAT to configure. Here is some lines of my smb.conf:

workgroup = DOMAIN
server string = SAMBA
interfaces = eth
security = domain

Then i looked on the interrnet how to add it to a domain, and found that:
# net join member -S IP_OF_PDC -U moecke
[2005/03/31 15:44:45, 0] lib/interface.c:load_interfaces(220)
  WARNING: no network interfaces found
moecke's password:
[2005/03/31 15:44:53, 0] utils/net_ads.c:ads_startup(186)
  ads_connect: Argumento inválido
[2005/03/31 15:44:53, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
  cli_nt_setup_creds: request challenge failed
[2005/03/31 15:44:54, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
  cli_nt_setup_creds: request challenge failed
[2005/03/31 15:44:54, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(319)
  Error domain join verification (reused connection):
NT_STATUS_INVALID_COMPUTER_NAME

Unable to join domain LMP.

I get this errors... I found many things about it on internet, but nothing
helped me. What should I do???

Thanks
Cristian

-- 
Cristian Thiago Moecke
CPD do Laboratório de Mecânica de Precisão - UFSC



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


RE: [Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-03-31 Thread daniel.jarboe
 workgroup = DOMAIN
 server string = SAMBA
 interfaces = eth
 security = domain

 Then i looked on the interrnet how to add it to a domain, and found
that:
 # net join member -S IP_OF_PDC -U moecke
 [2005/03/31 15:44:45, 0] lib/interface.c:load_interfaces(220)
   WARNING: no network interfaces found


This is probably your first problem:

interfaces = eth

My guess is you want something like
interfaces = eth0

or maybe interfaces = eth* 127.0.0.1/24 or leave it blank

~ Daniel

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


Re: [Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-03-31 Thread Tony Earnshaw
Cristian Thiago Moecke:

 I am trying to install a File server using samba on a NT 4.0 domain.
 I will call the domain DOMAIN, the pec PDC, the samba file server SAMBA,
 and so on... :D

 The linux is an updated Fedora Core 3, and the samba version is
 3.0.10-1.fc3


 I used SWAT to configure. Here is some lines of my smb.conf:

Sorry, but as soon as you write just that, my mind goes blank.

Next time you come back and write: I used the official Samba HOWTO
Collection to configure and it didn't work.

Like that's what I mostly did when I first started with Samba, it works,
so I have no particular questions (apart from ACLs, which refuse to work
at all), it all works as documented.

SWAT is only useful for seeing what you have and could have. Never use it
as a shortcut to a configuration.

That's my opinion and I'm sticking to it ;)

--Tonni

-- 
mail: [EMAIL PROTECTED]
http://www.billy.demon.nl


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


Re: [Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-03-31 Thread John H Terpstra
On Thursday 31 March 2005 12:08, Tony Earnshaw wrote:
 Cristian Thiago Moecke:
  I am trying to install a File server using samba on a NT 4.0 domain.
  I will call the domain DOMAIN, the pec PDC, the samba file server SAMBA,
  and so on... :D
 
  The linux is an updated Fedora Core 3, and the samba version is
  3.0.10-1.fc3
 
 
  I used SWAT to configure. Here is some lines of my smb.conf:

 Sorry, but as soon as you write just that, my mind goes blank.

 Next time you come back and write: I used the official Samba HOWTO
 Collection to configure and it didn't work.

 Like that's what I mostly did when I first started with Samba, it works,
 so I have no particular questions (apart from ACLs, which refuse to work
 at all), it all works as documented.

I am adding ACLs documentation to the HOWTO so as to help clarify this 
black-art area. :-) Just give me a few days to get it together.


 SWAT is only useful for seeing what you have and could have. Never use it
 as a shortcut to a configuration.

 That's my opinion and I'm sticking to it ;)

Me too! :-/)

- John T.


 --Tonni

 --
 mail: [EMAIL PROTECTED]
 http://www.billy.demon.nl

-- 
John H Terpstra
Samba-Team Member
Phone: +1 (650) 580-8668

Author:
The Official Samba-3 HOWTO  Reference Guide, ISBN: 0131453556
Samba-3 by Example, ISBN: 0131472216
Hardening Linux, ISBN: 0072254971
Other books in production.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba