Re: [Samba] User profiles ...

2006-09-08 Thread Miguel Da Silva - Servicio de Informát ica

Phil Dawson wrote:

Hi All,

When I log into a samba PDC for the first time I get a new folder on my 
machine called jbloggs.MYDOMAIN but when logging into an NT 4 PDC I just 
get a jbloggs folder.


Any ideas?

Thanks in advance.


Phil.



Do you have 2 PDCs intalled?

Greetings.

--
Miguel Da Silva.
Servicio de Informatica.
Facultad de Ciencias.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] User profiles ...

2006-09-08 Thread Phil Dawson
Hi All,

When I log into a samba PDC for the first time I get a new folder on my 
machine called jbloggs.MYDOMAIN but when logging into an NT 4 PDC I just 
get a jbloggs folder.

Any ideas?

Thanks in advance.


Phil.

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


[Samba] User Profiles issue

2006-01-19 Thread David Thompson

Hi list,

I am brand new to this list and have come across an issue with one of  
my servers that I can't seem to figure out:


First the specifics of the clients and server:

Clients:
OS - Windows XP PRO SP2
10/100 MB Ethernet adapters (different types in all units)
--> Not sure what else you need to know here

Server:
Mac OS X Server (v10.4.3) running Samba version 3.0.10
User Home Directories live on a RAID 5 array within the server / 
Volumes/data/HomeFolders/
User Home Profiles live on a RAID 5 array within the server /Volumes/ 
data/HomeFolder/Profiles


Permission on the Profiles folder are: 770
Ownerships are: root:staff

These are as the per user instructions as listed on Apples site:
http://docs.info.apple.com/article.html?artnum=107700

This applies to 10.3 server but 10.4 seems to have the same identical  
settings.
The users home folders are shared out and the profiles folder follow  
along in suit with no issues until now.


I also have a number of netlogon scripts that mount users share  
points at login and set the time. These are basically as follows;


@rem
@remThis Script will mount
@rem\\ABSI\Shared\ Files- Y: Drive
@rem\\ABSI\Photos   - X: Drive

net use Y: \\ABSI\SharedFiles
net use X: \\ABSI\Photos

net time \\ABSI /set /yes


These scripts and settings all seem to work fine.

The problem.:

Lately the users on this one server have been getting more and more  
issues with logging onto the network with regards to their profiles  
folder and many times it seems as if samba just goes deaf to logins  
and the server needs to be rebooted in order for the authentication  
module to work smoothly again.


When users log in now, some users seem to cannot locate their roaming  
profiles folder or they get an error message saying their are  
duplicates exists on the network. I have never seen this before and a  
google turned up next to nothing. I figured it was time to go direct  
to the source!


Below is the smb.conf config file and some output from net:
 



net getlocalsid:
SID for domain ABSI is: S-1-5-21-2338720986-3514778820-4171820066

net lookup ABSI
192.168.45.16
 


SMB.CONF:

[global]
encrypt passwords = yes
workgroup = ABSI
display charset = UTF-8-MAC
security = user
deadtime = 15
large readwrite = no
guest account = unknown
add machine script = /usr/bin/opendirectorypdbconfig -c  
create_computer_account -r %u -n "/LDAPv3/127.0.0.1"
add user script = /usr/bin/opendirectorypdbconfig -c  
create_user_account -r %u -n "/LDAPv3/127.0.0.1"

client ntlmv2 auth = no
preferred master = yes
defer sharing violations = no
winbind separator = +
allow trusted domains = no
netbios name = ABSI
lanman auth = YES
vfs objects = darwin_acls
wins support = yes
brlm = yes
max smbd processes = 25
server string = server.absi.com
logon drive = H:
os level = 20
domain logons = yes
smb ports = 445
passdb backend = opendirectorysam guest
dos charset = CP437
unix charset = UTF-8-MAC
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE  
SO_RCVBUF=8192 SO_SNDBUF=8192

auth methods = guest opendirectory
local master = yes
domain master = yes
map to guest = Never
use spnego = yes
printer admin = @admin, @staff
logon path = \\%N\profiles\%u
ntlm auth = YES
log level = 4
[HomeFolders]
oplocks = 0
map archive = no
vfs objects = darwin_acls
path = /Volumes/data/HomeFolders
read only = no
strict locking = 1
inherit permissions = 0
comment = macosx
create mask = 0664
guest ok = 0
directory mask = 0775
[Photos]
oplocks = 0
map archive = no
vfs objects = darwin_acls
path = /Volumes/data/Photos
read only = no
strict locking = 1
inherit permissions = 0
comment = macosx
create mask = 0660
guest ok = 0
directory mask = 0771
[homes]
browseable = no
root preexec = /usr/sbin/inituser %U
create mode = 0750
read only = no
comment = User Home Directories
[profiles]
path = /Users/Profiles
oplocks = yes
strict locking = no
read only = no
browseable = no
[printers]
printable = yes
path = /tmp
[netlogon]
path = /e

Re: [Samba] user profiles from roaming to local ?

2005-06-19 Thread SABINE ZARABIAN

Roman Kampus wrote:


Hi

I have Samba server with ldap and the problem is that when users first 
time log into domain, roaming profiles are made.
I have already set up some backing-up actions from log-in scripts, so 
I would like to all user profiles to be local profiles.
Does anyone know if profiles could be changed from command-line in 
windows ( did already some Google, but found nothing ) ?  Or does 
anyone know if removing sambaProfilePath 
"\\_sambaserver_\profiles\_username_" from ldap would solve my problem ?


With best regards
Roman


Hallo Roman,

I had the same question some month before. One solution I got :
delete sambaProfilePath in Ldap and set
*l*ogon path =
no empty string, nothing but an end of line/
/

then a new user get default and local profile 
on the machine. If  the user was logged in before on the machine, 
windows still using serverbased profiles.


Best regards,
Sabine



--
Sabine Zarabian



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


Re: [Samba] user profiles from roaming to local ?

2005-06-19 Thread kalasala
use google.

http://lists.samba.org/archive/samba/2003-November/001753.html

On 6/19/05, Roman Kampus <[EMAIL PROTECTED]> wrote:
> 
> Hi
> 
> I have Samba server with ldap and the problem is that when users first
> time log into domain, roaming profiles are made.
> I have already set up some backing-up actions from log-in scripts, so I
> would like to all user profiles to be local profiles.
> Does anyone know if profiles could be changed from command-line in
> windows ( did already some Google, but found nothing ) ? Or does anyone
> know if removing sambaProfilePath "\\_sambaserver_\profiles\_username_"
> from ldap would solve my problem ?
> 
> With best regards
> Roman
> 
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/listinfo/samba
> 



-- 
http://www.axeltabs.com/
http://roundhound.com/
http://linuxarcher.net/bb/
http://divx-subtitles.org/
http://guitar-tabs-lyrics.com/
--
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] user profiles from roaming to local ?

2005-06-18 Thread Roman Kampus

Hi

I have Samba server with ldap and the problem is that when users first 
time log into domain, roaming profiles are made.
I have already set up some backing-up actions from log-in scripts, so I 
would like to all user profiles to be local profiles.
Does anyone know if profiles could be changed from command-line in 
windows ( did already some Google, but found nothing ) ?  Or does anyone 
know if removing sambaProfilePath "\\_sambaserver_\profiles\_username_" 
from ldap would solve my problem ?


With best regards
Roman

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


RE: [Samba] User Profiles somewhat broken

2004-03-18 Thread David A. Mason
Ned and Matze,

These are the groupmappings as I currently have set them.

Do the undefined ones make a difference? I had imagined not.

System Operators (S-1-5-32-549) -> -1
Domain Users (S-1-5-21-3651717320-665621003-1503018246-513) -> users
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> -1
Domain Computers (S-1-5-21-3651717320-665621003-1503018246-2015) -> machines
Power Users (S-1-5-32-547) -> -1
Print Operators (S-1-5-32-550) -> users
Administrators (S-1-5-32-544) -> adm
Account Operators (S-1-5-32-548) -> -1
Backup Operators (S-1-5-32-551) -> -1
Users (S-1-5-32-545) -> users
Domain Admins (S-1-5-21-3651717320-665621003-1503018246-512) -> adm
Domain Guests (S-1-5-21-3651717320-665621003-1503018246-514) -> -1

I guess I'll dig through the Samba manual and look at group memberships.
It's been at least a year since I was on top of things.

Thanks,
DAM

-Original Message-
From: Matthias Spork [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 18, 2004 00:29
To: [EMAIL PROTECTED]
Subject: AW: [Samba] User Profiles somewhat broken

Hello,

> The curious thing with the XP and 2k stations is that the user seems 
> somehow limited if he is not a local admin on his workstation, and 
> this happens both with roaming and with local profiles.

In Samba, you have three groups:

Domain AdminsNT Administrators
Domain Users NT User - Not Master-Users
Domain Guest NT Guests

Please read more about in the Manual.

matze

> For example, in 2k, if he
> attempts to
> turn on the option to display "Log Off" in the Start menu, it does not 
> take
> - not only does the option not get saved at logout, but the option 
> does not even take effect immediately. XP acts similarly. Also, XP 
> themes do not work (to the point of not even displaying the preview in 
> the Display control panel), and Active Desktop does not work on the 2k 
> box (which is not necessarily a bad thing :^)). All of this is 
> magically fixed when setting the user as local admin.
>
> Also, this problem is not specific to one user; it happens with any of 
> the domain users logged on to either of the workstations.
>
> Has anyone encountered this issue? I would be grateful for clues.
>
> Thanks,
> DAM
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


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


[Samba] User Profiles somewhat broken

2004-03-17 Thread David A. Mason
Greetings.

I've got a Samba 3.02 server on Mandrake 10.0 acting as a PDC for a few
workstations: one XP, one Win2k, and one 98.

The curious thing with the XP and 2k stations is that the user seems somehow
limited if he is not a local admin on his workstation, and this happens both
with roaming and with local profiles. For example, in 2k, if he attempts to
turn on the option to display "Log Off" in the Start menu, it does not take
- not only does the option not get saved at logout, but the option does not
even take effect immediately. XP acts similarly. Also, XP themes do not work
(to the point of not even displaying the preview in the Display control
panel), and Active Desktop does not work on the 2k box (which is not
necessarily a bad thing :^)). All of this is magically fixed when setting
the user as local admin.

Also, this problem is not specific to one user; it happens with any of the
domain users logged on to either of the workstations.

Has anyone encountered this issue? I would be grateful for clues.

Thanks,
DAM

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