Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-29 Thread Claudio Prono
Claudio Prono ha scritto: > > > Jeffrey Altman ha scritto: >> On 9/28/2010 11:46 AM, Claudio Prono wrote: >> >> >>> So, the problem is really when i log of from the Client, and OpenAFS >>> can't write on the home dir into the AFS... >>> >>> But the permissions are right, as u can see... >>> >>

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-29 Thread Claudio Prono
Jeffrey Altman ha scritto: > On 9/28/2010 11:46 AM, Claudio Prono wrote: > > >> So, the problem is really when i log of from the Client, and OpenAFS >> can't write on the home dir into the AFS... >> >> But the permissions are right, as u can see... >> >> fs listacl claudio/ >> Access list for

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-29 Thread Jeffrey Altman
On 9/28/2010 11:46 AM, Claudio Prono wrote: > So, the problem is really when i log of from the Client, and OpenAFS > can't write on the home dir into the AFS... > > But the permissions are right, as u can see... > > fs listacl claudio/ > Access list for claudio/ is > Normal rights: > system:ad

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-29 Thread Claudio Prono
Hi to all, Because the thread now is a little long, i try to make a point of my situation: I have a working Domain controller with Samba and LDAP. Now, i am trying to make it write into AFS, with OpenAFS and Kerberos. I want the profiles and the home directories of the users written into the AFS.

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-28 Thread Claudio Prono
Oh well, i have dejoined the domain, logged in as local administrator and deleted the profile manually. Then rejoined the domain and rejoined user to domain, and now uses the right path. But the problem of the roaming profile not written when i exit is still here. So, the problem is really when i

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-28 Thread omalleys
Quoting David Bear : I'm not understanding the use of openafs on the samba server. Are you trying to store windows profiles through a samba share that actually is pointing to storage in AFS? This implies that you must pass security info clear text to samba in order to get an afs token for the us

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-28 Thread Claudio Prono
No David, i use the integrated login of OpenAFS for Windows, so i use kerberos for autentication on the AFS. LDAP and samba need to me only for Domain join of the pc and the "home directory" of the user under the AFS Cordially, Claudio. David Bear ha scritto: > I'm not understanding the use

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-28 Thread David Bear
I'm not understanding the use of openafs on the samba server. Are you trying to store windows profiles through a samba share that actually is pointing to storage in AFS? This implies that you must pass security info clear text to samba in order to get an afs token for the user on the windows box, a

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-28 Thread Claudio Prono
Ok, my tests are going well. But...another problem is come out... Now i have an OpenSUSE 11.3 with Samba, LDAP and OpenAFS as domain controller, for the roaming profiles of the users. All seemes to work fine but... When i exit for the Client, windows says to me the profile cannot be written I

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-18 Thread Gémes Géza
2010-09-18 08:16 keltezéssel, Gémes Géza írta: > 2010-09-17 18:21 keltezéssel, Jeffrey Altman írta: > >> On 9/17/2010 11:06 AM, Claudio Prono wrote: >> >> >>> >>> > Now, the question is: how i can make Windows first write the updated > profile, then drop tickets?

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Gémes Géza
2010-09-17 18:21 keltezéssel, Jeffrey Altman írta: > On 9/17/2010 11:06 AM, Claudio Prono wrote: > >> Now, the question is: how i can make Windows first write the updated profile, then drop tickets? The ACL system:anyuser all for the profile folder is not a good solution

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Jeffrey Altman
On 9/17/2010 11:06 AM, Claudio Prono wrote: > >>> Now, the question is: how i can make Windows first write the updated >>> profile, then drop tickets? >>> >>> The ACL system:anyuser all for the profile folder is not a good solution... >>> >>> Any hint? >>> >> >> The afslogon.dll has special c

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Claudio Prono
Anders Magnusson ha scritto: > On 09/17/2010 05:06 PM, Claudio Prono wrote: >> Now, the question is: how i can make Windows first write the updated profile, then drop tickets? The ACL system:anyuser all for the profile folder is not a good solution... Any hint?

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Anders Magnusson
On 09/17/2010 05:06 PM, Claudio Prono wrote: Now, the question is: how i can make Windows first write the updated profile, then drop tickets? The ACL system:anyuser all for the profile folder is not a good solution... Any hint? The afslogon.dll has special code in it that has to detec

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Claudio Prono
>> Now, the question is: how i can make Windows first write the updated >> profile, then drop tickets? >> >> The ACL system:anyuser all for the profile folder is not a good solution... >> >> Any hint? >> > > The afslogon.dll has special code in it that has to detect that the > profile is redi

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Jeffrey Altman
On 9/17/2010 10:15 AM, Claudio Prono wrote: > Ok, i have done some step forward. > > Now i have only a problem: > > When i disconnect from the remote pc, it seems it drops first the > tickets of AFS, and then try to write the changes to the remote profile. > The result is: if i have the remote fo

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Claudio Prono
Jeffrey Altman ha scritto: > On 9/15/2010 10:45 AM, Claudio Prono wrote: > >> Hello all, >> >> I am testing a solution like: OpenAFS with kerberos, Windows XP with >> Integrated logon and roaming profile. >> >> OpenAFS works, Kerberos works, integrated logon works... The profile on >> AFS not.

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-17 Thread Jeffrey Altman
On 9/15/2010 10:45 AM, Claudio Prono wrote: > Hello all, > > I am testing a solution like: OpenAFS with kerberos, Windows XP with > Integrated logon and roaming profile. > > OpenAFS works, Kerberos works, integrated logon works... The profile on > AFS not. > > I have manually copied the profile

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-16 Thread Claudio Prono
Christopher D. Clausen ha scritto: > Claudio Prono wrote: >>> I am testing a solution like: OpenAFS with kerberos, Windows XP with >>> Integrated logon and roaming profile. >>> >>> OpenAFS works, Kerberos works, integrated logon works... The profile on >>> AFS not. >>> >>> I have manually copied

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-16 Thread Claudio Prono
afs-info@openafs.org >> Subject: Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming >> Profiles >> >> >> >> Claudio Prono ha scritto: >> >>> Hello all, >>> >>> I am testing a solution like: OpenAFS with kerberos, Windo

RE: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-16 Thread Mickey Lane
Behalf Of Claudio Prono > Sent: Thursday, September 16, 2010 10:24 AM > To: openafs-info@openafs.org > Subject: Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming > Profiles > > > > Claudio Prono ha scritto: > > Hello all, > > > > I am testing a so

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-16 Thread Christopher D. Clausen
Claudio Prono wrote: I am testing a solution like: OpenAFS with kerberos, Windows XP with Integrated logon and roaming profile. OpenAFS works, Kerberos works, integrated logon works... The profile on AFS not. I have manually copied the profile in a directory on AFS like "msprofile", edited the

Re: [OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-16 Thread Claudio Prono
Claudio Prono ha scritto: > Hello all, > > I am testing a solution like: OpenAFS with kerberos, Windows XP with > Integrated logon and roaming profile. > > OpenAFS works, Kerberos works, integrated logon works... The profile on > AFS not. > > I have manually copied the profile in a directory on A

[OpenAFS] Testing OpenAFS with Windows XP Roaming Profiles....

2010-09-15 Thread Claudio Prono
Hello all, I am testing a solution like: OpenAFS with kerberos, Windows XP with Integrated logon and roaming profile. OpenAFS works, Kerberos works, integrated logon works... The profile on AFS not. I have manually copied the profile in a directory on AFS like "msprofile", edited the windows reg