LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-31-2003, 12:36 AM   #1
Syntax_Error
LQ Newbie
 
Registered: Oct 2002
Location: in my house
Distribution: RedHat, Suse, and Gentoo
Posts: 14

Rep: Reputation: 0
Question Help with PDC and Profiles


OK now this is most likely a really stupid question but I've joined the domain but it won't save the profiles to the linux PDC. If any would could you please tell me where to look that would be great. I think that it might be some secrity setting in linux but the profile dir. is 777 so I just don't know.
 
Old 01-31-2003, 07:41 AM   #2
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
Find your samba source files, the documentation for it should answer your question.

samba-2.2.7a/docs/htmldocs/Samba-PDC-HOWTO.html

if not then maytbe more specifics like who joined what domain and what specificially are "the profiles" ie user profiles, computer accounts, etc and from what OS ie XP, 2K, etc and what options are in your [profiles] and [general] sections of smb.conf. and how much of it is working already.
 
Old 01-31-2003, 09:16 AM   #3
Syntax_Error
LQ Newbie
 
Registered: Oct 2002
Location: in my house
Distribution: RedHat, Suse, and Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
Groovy I've got a Win2k on the domain and then when I log on it says something like it can't create the users profile at such and such a place (where is told to) I will have to post my smb.conf later (I'm at work)

check list:

I have the computer account made
I can get the user to log on



Thanks for helpin' me I've looked every where as to what could be the problem and again I'll post my smb.conf asap.
 
Old 02-01-2003, 03:55 PM   #4
balam
Member
 
Registered: Nov 2002
Location: us
Distribution: red hat
Posts: 143

Rep: Reputation: 15
1- did create user and computer accounts on the samba servers
2- login as a samba user ( same as linux user)
the pofile as upload in to avery user home
 
Old 02-01-2003, 09:41 PM   #5
Syntax_Error
LQ Newbie
 
Registered: Oct 2002
Location: in my house
Distribution: RedHat, Suse, and Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
I'm not sure what your trying to say balam? as far as I can tell you just saying the same thing that I've already said.

here is my smb.conf

[global]
;basic server settings
workgroup = CARTOONCORNER
netbios name = Voltamort
server string = Samba PDC running %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
;PDC and master browser settings
os level = 64
preferred master = yes
local master = yes
domain master = yes
;security and logging settings
security = user
encrypt passwords = yes
log file = /var/log/samba/log.%m
log level = 2
max log size = 50
hosts allow = 127.0.0.1 192.168.1.0/255.255.255.0
;user profiles and home directory
logon home = \\%L\%U\
logon drive = H:
logon path = \\%L\profiles\%U
logon script = netlogon.bat
[homes]
comment = Home Directories
browseable = no
writeable = yes

[profiles]
path = /home/samba/profiles
writeable = yes
browseable = yes
;create mask = 0600
;directory mask = 0700

[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
read only = yes
browseable = no
write list = tom
 
Old 02-02-2003, 06:10 AM   #6
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
with

logon home = \\%L\%U\

You need to then set up a [homes] share in smb.conf, details are in Samba-PDC-HOWTO referenced earlier. This document pretty much has all the same info I could offer and if I didn't know offhand how to do it, that would be where I would look.

And I guess if that's not working an even clearer picture would help:

-samba is acting as the PDC yes/no?
-win2k is pro or whatever they called the workstation version?
-you have a working samba account for the user logging in aka smbpasswd, corresponding linux account, etc?
-you have a working samba computer account for the workstation aka smbpasswd, corresponding linux account, etc?
-the profiles get placed into the shared folder but not read, or they don't get that far?
-showing up in net neighborhood <> joining the domain but does the samba box show up there?
 
Old 02-02-2003, 10:16 AM   #7
Syntax_Error
LQ Newbie
 
Registered: Oct 2002
Location: in my house
Distribution: RedHat, Suse, and Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
[homes]
comment = Home Directories
browseable = no
writeable = yes


would this work? because it's alread in the smb.conf

everthing works but windows says it can't create the profiles at //Voltamort/profile/<username>.pds I can see the computer Network neighborhood..... after looking the smb.conf over again I think I found something.... but I'm going to have to check it
 
Old 02-02-2003, 11:10 AM   #8
jamrock
Member
 
Registered: Jan 2003
Location: Kingston, Jamaica
Posts: 444

Rep: Reputation: 41
This is a really good tutorial.

Just follow the steps and you shouldn't have any difficuties.


http://www-1.ibm.com/servers/esdd/tu...mba/index.html

There is an entire section on roaming profiles.

Peace.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
samba PDC and roaming profiles Red Squirrel Linux - Networking 1 07-13-2005 08:09 PM
samba pdc roaming profiles help chm0d Linux - Networking 1 04-19-2005 02:24 AM
Samba as a PDC+ Roaming Profiles... tarballed Linux - Networking 22 08-12-2004 07:19 AM
samba pdc without roaming profiles 2 hsa Linux - General 4 05-13-2003 08:43 AM
samba pdc without roaming profiles hsa Linux - General 11 03-20-2003 03:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration