Bacula-users

Re: [Bacula-users] [Samba] Roaming Profiles and Samba 3.4.x

2009-11-12 10:21:47
Subject: Re: [Bacula-users] [Samba] Roaming Profiles and Samba 3.4.x
From: John Drescher <drescherjm AT gmail DOT com>
To: foedisch AT eva.mpg DOT de, bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Thu, 12 Nov 2009 10:17:14 -0500
On Tue, Nov 10, 2009 at 5:45 AM, Alexander Födisch <foedisch AT eva.mpg DOT de> 
wrote:
> Hi,
>
> since we did an upgrade from samba 3.0.28 to samba 3.4.x we have trouble
> with roaming profiles. Currently we are running samba 3.4.3.
>
> When logging on, the profile folder on fileserver is created, but the user
> gets an error message:
> ----
> Your roaming profile is not available. You are logged on with the locally
> stored profile. Changes to the profile will not be copied to the server.
> Possible causes of this error include network problems or insufficient
> security rights. If this problem persists, contact your network
> administrator.
> DETAIL - Access is denied.
> ----
>
>
> Sambalog:
>
> ----
> [2009/11/10 11:27:59,  3] auth/auth.c:222(check_ntlm_password)
>  check_ntlm_password:  Checking password for unmapped user
> [<domainname>]\[<username>]@[<computername>] with the new password interface
> [2009/11/10 11:27:59,  3] auth/auth.c:225(check_ntlm_password)
>  check_ntlm_password:  mapped user is:
> [<domainname>]\[<username>]@[<computername>]
> [2009/11/10 11:27:59,  5] auth/auth_util.c:1517(fill_sam_account)
>  fill_sam_account: located username was [<domainname>\<username>]
> [2009/11/10 11:27:59,  3] auth/auth.c:271(check_ntlm_password)
>  check_ntlm_password: winbind authentication for user [<username>] succeeded
> [...]
> [2009/11/10 11:27:59,  3] auth/auth.c:222(check_ntlm_password)
>  check_ntlm_password:  Checking password for unmapped user
> []\[]@[<computername>] with the new password interface
> [2009/11/10 11:27:59,  3] auth/auth.c:225(check_ntlm_password)
>  check_ntlm_password:  mapped user is: [<domainname>]\[]@[<computername>]
> ----
>
>
>
>
>
> snippet of the smb.conf file:
>
> ----
> map untrusted to domain = yes
> [...]
>
>
> [profiles]
>        comment              =
>        path                 = "<path>"
>        browseable           = no
>        force create mode    = 0660
>        force directory mode = 0770
>        force group          = <group of it>
>        force user           = %U
>        guest ok             = yes
>        nt acl support       = yes
>        inherit permissions  = yes
>        writeable            = yes
> ----
>
>
>
> The working solution at the moment: 0777 for all userprofiles. But that's
> not very nice...
>
>
>
> Any ideas? Are there any changes of samba > 3.0.x, which I didn't pay
> attention to?
>

At one point a few years ago ( possibly when we installed samba 3.0.25
) we needed to add

profile acls = yes

for this to work. We have not had this problem since then and we still
have this in our 3.0.37 domain controllers.

John

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] [Samba] Roaming Profiles and Samba 3.4.x, John Drescher <=