Re: [Samba] DNS and DHCP setup

2003-12-15 Thread Jonathan Villa
I think you can find some info at

http://isc.org/

You can download BIND and DHCP from there as well.

Tarjei Huse wrote:
Hi,

Does anyone know of a document that gives details on how to set up Bind 
9 and DHCPD 3.x so that dns is updated when clients log on?
I saw this is not in the howto collection 
(http://www.bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was 
kind of hoping someone else has some notes.

I would be greatfull for any tips and links.

Tarjei

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


Re: [Samba] I joined this list today

2003-11-03 Thread Jonathan Villa
Most of these lists are unmonitored in regards to a someone guarding 
what comes in... (this list may be different but it's true for most 
others).  I'm receiving mail from about 13+ mailing lists, so I get tons 
of that junk...

just create some filters in your client.

Linda Normann wrote:

I joined this mailing list today, and after I few minutes I was getting the
SWEN virus
emailed to me.  I unsubscribed  from the list and I'm still getting this
virus.
Do you know of anyway to clear this up?


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


[Samba] Error: Cannot find KDC for requested realm

2003-10-16 Thread Jonathan Villa
>From searching the web, I found that many people have encountered this
problem.  The fixes the suggested don't seem to work for me...

My smb.conf file looks like this

[global]
workgroup = OURDOMAIN
security = ADS
realm = OURDOMAIN.com
password server = OURSERVER
encrypt passwords = yes
add user script = /usr/sbin/useradd %u
hosts allow = 192.168.X. 127.
winbind uid = 1-2
winbind gid = 1-2

[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0700
directory mode = 0775


When I try to join the domain I do the following:

./net ads join -w OURDOMAIN -U administrator

and the response is this

kerberos_kinit_password [EMAIL PROTECTED] failed: Cannot
find KDC for requested realm

Any solutions/ideas?

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


[Samba] Receiving error: NT_STATUS_ACCESS_DENIED

2003-10-03 Thread Jonathan Villa
I'm set this up before, but now I'm having some problems setting Samba
up in W2k domain.

System: Red Hat Linux 8

In smb.conf I have the following

[global]
netbios name = THEMACHINESNAME
workgroup = OURDOMAINNAME
password server = OURPASSWORDSERVER
security = domain

I shutdown smb via 'service smb stop'... then I 

#smbpasswd -j OURDOMAINNAME -r OURPASSWORDSERVER

but I get 

cli_net_auth2: Error NT_STATUS_ACCESS_DENIED
cli_nt_setup_creds: auth2 challenge failed
modify_trust_password: unable to setup the PDC credentials to machine
OURPASSWORDSERVER. Error was : NT_STATUS_ACCESS_DENIED.
2003/10/03 14:43:19 : change_trust_account_password: Failed to change
password for domain OURDOMAINNAME.
Unable to join domain OURDOMAINNAME.

I'm pretty sure I was able to get to work before


Oh yeah, I also added the netbios name of the computer to the network. 
I can see it and open the machine from Network Neighborhood, but before
I was able to set up where you would login into your own dir.


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


[Samba] Samba over the Internet...

2003-07-30 Thread Jonathan Villa
Is it possible to allow login into one of my machines over the internet.
I currently have Samba running as PDC and from my house, I can access
the computer just fine when I'm using WinXP.  There are no problems with
that, when I'm at home, the specific directory I want is mapped to a
drive letter.  However I would like to be able to do the same from work.
Is this possible?  In other words, I would like be able to access a
specific directory remotely and map it.
 
I've searched the google for "Samba over the Internet" and have found
that it is possible, but not how to do it.
 
When mapping I try
 
\\xxx.xxx.xx.xxx\homeDir  
\\xxx.xxx.xx.xxx\sharedDir  
 
and both of them prompt me for username and password.  It asks for 
 
username: \\xxx.xxx.xx.xxx\username  
password:
 
any ideas experience with this?
 
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Remote Logins.

2003-07-28 Thread Jonathan Villa
I need help with an explanation how to allow remote logins and mounting
for one one of samba shares...

I understand that this is not best practice for security... but I am
allowing someone to log into my machine for only about 3 days.  The IP
they are using only leads to the machine in which they log into and does
not have any access to the network whatsoever.

Basically I am looking to allow them to mount their user directory as
well as a common public share to their Windows 2000 machine.  I am
running Samba on a Red Hat linux machine and have no clue how to do
this...

Any help would be greatly appreciated.

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


[Samba] Problems accessing dirs using Konqueror...

2003-07-10 Thread Jonathan Villa
My company's network is entirely Microsoft.  They just decided to start
looking into what Open Source has to offer (I'm the only "Open Source
person" here) so there are a lot of questions.

Anyway

We installed Samba on a Red Hat 8.0 system.  Samba was installed via the
default RPM installation.  This is the current smb.conf file (I created
my own instead of using the default)

***
[global]
workgroup = OURDOMAINSNAME
netbios name = opensource
server string = Samba running %v
security = domain
encrypt passwords = yes
password server = SERVERWITHPASSWORDSONIT

[homes]
comment = Home Directories
browseable = no
writeable = yes
[Share]
comment = Shared Dir
writeable = yes
guest ok = yes
path = /home/share

***

The way it works right now, anyone on the company's domain can access
this server, and once they get to it (after authenticating) they can
access their directory, if they exist on the server.  For example, 

there are 3 users

jvilla - account on Linux box and company domain
mbaker - account on Linux box and company domain
jcolgan - account on Linux box and company domain

we can all access accounts just fine.

My question concerns the ability to access dirs on samba server.

If I try to access it via a terminal, everything is fine...

smbclient //192.168.0.51/jvilla -U OURDOMAINNAME/jvilla

This works great...

as well as accessing the share dir.

Now, if I use Konqueror, I type 

smb://192.168.0.51/jvilla 

and when prompted I type

username: OURDOMAINNAME/jvilla
password: password

and it seems as if I "got in" because I am no longer prompted for a
username and password, however, if I don't use OURDOMAINNAME before my
username, I am continuously prompted for username/password.

Is there a Samba reason for this, or is this related to Konqueror.  If
the latter, thanks for taking the time to read this and I'll pursue this
on a more relevant list.

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


[Samba] Samba/XP accessing remotely.

2003-06-05 Thread Jonathan Villa

This is what I have been told:

There are 5 developers, four running windows 2000 and one running
windows XP.

When at the office, they can all access the Samba share (running on
UNIX) without a problem.

The Windows 2000 users say that they can access the Samba Share from
home while the XP user says he cannot.

Any ideas?


---> Jonathan
 
 
 


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