jdvilla
10-13-2003, 06:08 PM
ok, I set up a Red Hat Linux computer to be part of a domain. So anyone can browse the network and when they "click" on the linux machine, an account is added for them. It's added to /etc/passwd and they have a home directory...
What I am looking to do is to allow people to log onto this machine so long as they belong to the windows domain I can go to any Windows machine on our network and login. I would like this to happen for the Linux machine as well.
I wonder if I should have selected smb type authentication during the installation process.
I am also aware that windows encryption differs from Unix
What steps do I need to look into?
Here is my current smb.conf file.
[global]
workgroup = OURDOMAINNAME
security = domain
password server = OURPWDSERVERWHICHISAWIN2KBOX
encrypt passwords = YES
add user script = /usr/sbin/useradd %u
hosts allow = 192.168.X. 127.
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0700
directory mode = 0775
What I am looking to do is to allow people to log onto this machine so long as they belong to the windows domain I can go to any Windows machine on our network and login. I would like this to happen for the Linux machine as well.
I wonder if I should have selected smb type authentication during the installation process.
I am also aware that windows encryption differs from Unix
What steps do I need to look into?
Here is my current smb.conf file.
[global]
workgroup = OURDOMAINNAME
security = domain
password server = OURPWDSERVERWHICHISAWIN2KBOX
encrypt passwords = YES
add user script = /usr/sbin/useradd %u
hosts allow = 192.168.X. 127.
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0700
directory mode = 0775