You could try adding
    valid users = %S
to the [homes] section.
MfG
J?rg Nissen
----- Original Message ----- 
From: "WolverineJR" <jreitwiessner@samson.de>
Newsgroups: mailing.unix.samba
Sent: Friday, March 10, 2006 10:35 AM
Subject: Re: URGENT!!!!! Problem: outlook.pst with samba
># Global parameters
> [global]
>        unix charset = ISO8859-1
>        display charset = ISO8859-1
>        workgroup = xxxxx
>        realm = xxx.xxx.xxx
>        netbios name = xxxx <--- Hostname
>        server string = Server Samba-Fileserver
>        security = ADS
>        password server = xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
>        log level = 2
>        log file = /var/log/samba/%m.log
>        max log size = 50
>        keepalive = 0
>        logon home = \\xxx\%U
>        ldap ssl = no
>        idmap uid = 10000-20000
>        idmap gid = 10000-20000
>        idmap gid = 10000-20000
>        winbind separator = +
>        admin users = xxx , xxx
>        inherit permissions = Yes
>        inherit acls = Yes
>
> [homes]
>        path = /homes1/%U
>        read only = No
>        browseable = No
>        veto oplock files = /*.pst/*.PST/*.Pst/             <--- this
> entry we have entered just before 2 minutes
>
Robert Schetterer
2006-Mar-10  09:59 UTC
[Samba] Re: URGENT!!!!! Problem: outlook.pst with samba
i looked at my costumer which is using psts in their homes
this works if the psts are under 1GB ( later it slow very much , which 
is relate to outlook and pst not to samba )
[homes]
    comment = Home of %U on %L
    read only = No
    csc policy = disable
    browseable = No
    inherit acls = Yes
    create mask = 0700
    directory mask = 0700
    locking = No
    oplocks = False
    level2 oplocks = False
    valid users = %S
    profile acls = Yes
    store dos attributes = yes
    dos filetimes = yes
    delete readonly = yes
J?rg Nissen schrieb:> You could try adding
>    valid users = %S
> 
> to the [homes] section.
> 
> 
> MfG
> J?rg Nissen
> 
> 
> ----- Original Message ----- From: "WolverineJR"
<jreitwiessner@samson.de>
> Newsgroups: mailing.unix.samba
> Sent: Friday, March 10, 2006 10:35 AM
> Subject: Re: URGENT!!!!! Problem: outlook.pst with samba
> 
> 
>> # Global parameters
>> [global]
>>        unix charset = ISO8859-1
>>        display charset = ISO8859-1
>>        workgroup = xxxxx
>>        realm = xxx.xxx.xxx
>>        netbios name = xxxx <--- Hostname
>>        server string = Server Samba-Fileserver
>>        security = ADS
>>        password server = xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
>>        log level = 2
>>        log file = /var/log/samba/%m.log
>>        max log size = 50
>>        keepalive = 0
>>        logon home = \\xxx\%U
>>        ldap ssl = no
>>        idmap uid = 10000-20000
>>        idmap gid = 10000-20000
>>        idmap gid = 10000-20000
>>        winbind separator = +
>>        admin users = xxx , xxx
>>        inherit permissions = Yes
>>        inherit acls = Yes
>>
>> [homes]
>>        path = /homes1/%U
>>        read only = No
>>        browseable = No
>>        veto oplock files = /*.pst/*.PST/*.Pst/             <--- this
>> entry we have entered just before 2 minutes
>>
> 
>
Louis van Belle
2006-Mar-10  10:55 UTC
[Samba] Re: URGENT!!!!! Problem: outlook.pst with samba
Hi, just some comment on this.
I also have pst file from my users on the home dir.
My pst files vary from 100 Mb to 4 GB ! and we dont have any problems
but beware this is with outlook 2003, outlook xp or 2000 have a 2 GB limit
on the pst files.
 smbstatus --version
Version 3.0.14a-Debian with kernel 2.6.11 ( with extended attrib ) 
here are my settings, this is global. 
#/snap ( global)
       inherit acls = yes              
        nt acl support = yes
        map acl inherit = yes
        map hidden = no
        map system = no
        map archive = no
        store dos attributes = yes
        ea support = yes
        dos charset = 850
        unix charset = ISO8859-1
        preserve case = yes
        short preserve case = yes
        case sensitive = auto
        directory mask = 0755
        hide dot files = yes
        hide unreadable = yes
#       hide files = /desktop.ini
        hide files = /RECYCLER/desktop.ini/Desktop.ini/Thumbs.db/
#       veto files = /*.eml/*.nws/riched20.dll/*.{*}/
        veto files = /*.eml/*.nws/*.{*}/
        veto oplock files = /*.doc/*.xls/*.mdb/
        dont descend = /proc,/dev,/etc,/lib,/lost+found,/initrd
        create mask = 0644
#/snap ( global end)
[homes]
        comment = Prive documenten van %U
        read only = No
        create mask = 0644
        directory mask = 0775
        browseable = Yes
        vfs object = recycle
        recycle: config-files = /etc/samba/samba-recycle.conf
Louis
 
>-----Oorspronkelijk bericht-----
>Van: samba-bounces+louis=van-belle.nl@lists.samba.org 
>[mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] 
>Namens Robert Schetterer
>Verzonden: vrijdag 10 maart 2006 10:59
>Aan: J?rg Nissen
>CC: samba@lists.samba.org
>Onderwerp: Re: [Samba] Re: URGENT!!!!! Problem: outlook.pst with samba
>
>i looked at my costumer which is using psts in their homes
>this works if the psts are under 1GB ( later it slow very much , which 
>is relate to outlook and pst not to samba )
>[homes]
>    comment = Home of %U on %L
>    read only = No
>    csc policy = disable
>    browseable = No
>    inherit acls = Yes
>    create mask = 0700
>    directory mask = 0700
>    locking = No
>    oplocks = False
>    level2 oplocks = False
>    valid users = %S
>    profile acls = Yes
>    store dos attributes = yes
>    dos filetimes = yes
>    delete readonly = yes
>
>
>J?rg Nissen schrieb:
>> You could try adding
>>    valid users = %S
>> 
>> to the [homes] section.
>> 
>> 
>> MfG
>> J?rg Nissen
>> 
>> 
>> ----- Original Message ----- From: "WolverineJR" 
><jreitwiessner@samson.de>
>> Newsgroups: mailing.unix.samba
>> Sent: Friday, March 10, 2006 10:35 AM
>> Subject: Re: URGENT!!!!! Problem: outlook.pst with samba
>> 
>> 
>>> # Global parameters
>>> [global]
>>>        unix charset = ISO8859-1
>>>        display charset = ISO8859-1
>>>        workgroup = xxxxx
>>>        realm = xxx.xxx.xxx
>>>        netbios name = xxxx <--- Hostname
>>>        server string = Server Samba-Fileserver
>>>        security = ADS
>>>        password server = xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
>>>        log level = 2
>>>        log file = /var/log/samba/%m.log
>>>        max log size = 50
>>>        keepalive = 0
>>>        logon home = \\xxx\%U
>>>        ldap ssl = no
>>>        idmap uid = 10000-20000
>>>        idmap gid = 10000-20000
>>>        idmap gid = 10000-20000
>>>        winbind separator = +
>>>        admin users = xxx , xxx
>>>        inherit permissions = Yes
>>>        inherit acls = Yes
>>>
>>> [homes]
>>>        path = /homes1/%U
>>>        read only = No
>>>        browseable = No
>>>        veto oplock files = /*.pst/*.PST/*.Pst/             <---
this
>>> entry we have entered just before 2 minutes
>>>
>> 
>> 
>
>-- 
>To unsubscribe from this list go to the following URL and read the
>instructions:  https://lists.samba.org/mailman/listinfo/samba
>