-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well I can't say enough about Mr. Terpstra's Samba 3.0 by Example for setting up a basic PDC. It is really quite good although I do have one minor issue adapting it to my needs. As things stand right now, it seems to spin like a top. It passes all the tests mentioned in the By Example doc. I have but one issue with it really and it is very minor. Specifically: What do I need to establish profiles as a subdirectory of the user's home directory? ~From what I know, potentially relevant settings are: The path setting in the share, i.e.: [profiles] path = /home Settings in the users account which orriginate from /etc/samba/smbldap_conf.pm: userSmbHome userProfile Global settings in smb.conf: logon path = \\%L\%U\profile logon home = \\%L\%U\profile I could use some clarification on how these interelate. :-) Thanks, Jim C. - -- - ----------------------------------------------------------------- | I can be reached on the following Instant Messenger services: | |---------------------------------------------------------------| | MSN: j_c_llings@hotmail.com AIM: WyteLi0n ICQ: 123291844 | |---------------------------------------------------------------| | Y!: j_c_llings Jabber: jcllings@njs.netlab.cz | - ----------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFA5KD757L0B7uXm9oRAo+/AJ9Ty3o9FDsSJtCkZVu1NEe+d9l5RQCfcmsA f5aYR7g8u8dvBGeh68kv1Mg=T06B -----END PGP SIGNATURE-----
Hi, Am Freitag, 2. Juli 2004 01:40 schrieb Jim C.:> What do I need to establish profiles as a subdirectory of the user's > home directory?FWIW, I never bothered, because it defaults to that setting, at least on my SuSE machnies here. Check out the attached SuSe smb.conf. It does not have a [profiles] share. Maybe "mkdir $HOME/profile is neccessary. HTH Dan -------------- next part -------------- # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-04-07 [global] workgroup = Trainer os level = 99 security = user encrypt passwords = yes domain logons = yes domain master = yes local master = yes preferred master = yes interfaces = eth0 bind interfaces only = yes logon script = logon.bat add user script = /usr/sbin/useradd -d /dev/null -s /bin/false %m$ [netlogon] path = /var/logon [homes] comment = Home Directories valid users = %S , %D+%S browseable = No read only = No create mask = 0640 directory mask = 0750 [printers] comment = All Printers path = /var/tmp printable = Yes create mask = 0600 browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775 [projekt] path = /data/projekt writeable = yes valid users = @projekt force group = projekt directory mode = 0770 create mode = 0770