Re: [Samba] Samba/winbind UID mismatch.

2013-08-13 Thread Pramod Venugopal
That did not work. But on the bright side, it looks like it is doing that only 
for one user and only via smb. 

Other services which use the same winbind authentication seem to work fine for 
that user such ftp and afp. I am going to recreate the user and see if it 
resolves the issue.

Thanks for your help.

- Pramod


On Aug 12, 2013, at 4:52 AM, steve st...@steve-ss.com wrote:

 On 12/08/13 13:04, Pramod Venugopal wrote:
 Hello everyone,
 
 I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)
 
 I have winbind authentication configured and working. I am able to login via 
 ssh, and at the machine console with my samba credentials. I also have a 
 Windows 8 client and an OS X client which is able to connect to this system 
 via smb.
 
 However, when I create files or directories via smb I seem to have a UID 
 mismatch compared to when I create files/directories via shell or at the 
 console
 
 When I type id at the shell, it tells me my uid is 318 . Files created 
 at the shell or console have this as the owner.
 
 When I copy files via smb the uid is 300.
 
 In idmap.ldb , my xidNumber is 318.
 
 Am I missing something ?
 
 Thanks in advance,
 
 - Pramod
 
 
 
 Hi
 A quick fix maybe.
 1. Add the line:
 idmap_ldb use:rfc2307 = Yes
 to smb.conf
 2. add:
 uidNumber: 318
 to the DN of the user
 3. Always work on the DC either by ssh or at the console.
 
 Then the uidNumber will _always_ be 318.
 
 There are many ways to do the same but I don't know Arch so dare not suggest.
 HTH
 Steve
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba/winbind UID mismatch.

2013-08-13 Thread Pramod Venugopal
Even stranger. 

This happens only when the user is a member of the domain admins group. When I 
removed the user from Domain Admins , the uid is correct.

On Aug 13, 2013, at 9:06 AM, Pramod Venugopal pra...@dvnull.org wrote:

 That did not work. But on the bright side, it looks like it is doing that 
 only for one user and only via smb. 
 
 Other services which use the same winbind authentication seem to work fine 
 for that user such ftp and afp. I am going to recreate the user and see if it 
 resolves the issue.
 
 Thanks for your help.
 
 - Pramod
 
 
 On Aug 12, 2013, at 4:52 AM, steve st...@steve-ss.com wrote:
 
 On 12/08/13 13:04, Pramod Venugopal wrote:
 Hello everyone,
 
 I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)
 
 I have winbind authentication configured and working. I am able to login 
 via ssh, and at the machine console with my samba credentials. I also have 
 a Windows 8 client and an OS X client which is able to connect to this 
 system via smb.
 
 However, when I create files or directories via smb I seem to have a UID 
 mismatch compared to when I create files/directories via shell or at the 
 console
 
 When I type id at the shell, it tells me my uid is 318 . Files created 
 at the shell or console have this as the owner.
 
 When I copy files via smb the uid is 300.
 
 In idmap.ldb , my xidNumber is 318.
 
 Am I missing something ?
 
 Thanks in advance,
 
 - Pramod
 
 
 
 Hi
 A quick fix maybe.
 1. Add the line:
 idmap_ldb use:rfc2307 = Yes
 to smb.conf
 2. add:
 uidNumber: 318
 to the DN of the user
 3. Always work on the DC either by ssh or at the console.
 
 Then the uidNumber will _always_ be 318.
 
 There are many ways to do the same but I don't know Arch so dare not suggest.
 HTH
 Steve
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba
 



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba/winbind UID mismatch.

2013-08-13 Thread Pramod Venugopal
From a google search it looks like that is how it was intended.

http://thr3ads.net/samba/2013/03/2189446-Samba4-File-ownership-for-Domain-Admins-members

Thanks for your help.

- Pramod

On Aug 13, 2013, at 9:18 AM, Pramod Venugopal pra...@dvnull.org wrote:

 Even stranger. 
 
 This happens only when the user is a member of the domain admins group. When 
 I removed the user from Domain Admins , the uid is correct.
 
 On Aug 13, 2013, at 9:06 AM, Pramod Venugopal pra...@dvnull.org wrote:
 
 That did not work. But on the bright side, it looks like it is doing that 
 only for one user and only via smb. 
 
 Other services which use the same winbind authentication seem to work fine 
 for that user such ftp and afp. I am going to recreate the user and see if 
 it resolves the issue.
 
 Thanks for your help.
 
 - Pramod
 
 
 On Aug 12, 2013, at 4:52 AM, steve st...@steve-ss.com wrote:
 
 On 12/08/13 13:04, Pramod Venugopal wrote:
 Hello everyone,
 
 I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)
 
 I have winbind authentication configured and working. I am able to login 
 via ssh, and at the machine console with my samba credentials. I also have 
 a Windows 8 client and an OS X client which is able to connect to this 
 system via smb.
 
 However, when I create files or directories via smb I seem to have a UID 
 mismatch compared to when I create files/directories via shell or at the 
 console
 
 When I type id at the shell, it tells me my uid is 318 . Files created 
 at the shell or console have this as the owner.
 
 When I copy files via smb the uid is 300.
 
 In idmap.ldb , my xidNumber is 318.
 
 Am I missing something ?
 
 Thanks in advance,
 
 - Pramod
 
 
 
 Hi
 A quick fix maybe.
 1. Add the line:
 idmap_ldb use:rfc2307 = Yes
 to smb.conf
 2. add:
 uidNumber: 318
 to the DN of the user
 3. Always work on the DC either by ssh or at the console.
 
 Then the uidNumber will _always_ be 318.
 
 There are many ways to do the same but I don't know Arch so dare not 
 suggest.
 HTH
 Steve
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba
 
 



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] Samba/winbind UID mismatch.

2013-08-12 Thread Pramod Venugopal
Hello everyone,

I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)

I have winbind authentication configured and working. I am able to login via 
ssh, and at the machine console with my samba credentials. I also have a 
Windows 8 client and an OS X client which is able to connect to this system via 
smb.

However, when I create files or directories via smb I seem to have a UID 
mismatch compared to when I create files/directories via shell or at the console

When I type id at the shell, it tells me my uid is 318 . Files created at 
the shell or console have this as the owner.

When I copy files via smb the uid is 300. 

In idmap.ldb , my xidNumber is 318.

Am I missing something ? 

Thanks in advance,

- Pramod



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba/winbind UID mismatch.

2013-08-12 Thread steve

On 12/08/13 13:04, Pramod Venugopal wrote:

Hello everyone,

I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)

I have winbind authentication configured and working. I am able to login via 
ssh, and at the machine console with my samba credentials. I also have a 
Windows 8 client and an OS X client which is able to connect to this system via 
smb.

However, when I create files or directories via smb I seem to have a UID 
mismatch compared to when I create files/directories via shell or at the console

When I type id at the shell, it tells me my uid is 318 . Files created at 
the shell or console have this as the owner.

When I copy files via smb the uid is 300.

In idmap.ldb , my xidNumber is 318.

Am I missing something ?

Thanks in advance,

- Pramod




Hi
A quick fix maybe.
1. Add the line:
idmap_ldb use:rfc2307 = Yes
to smb.conf
2. add:
uidNumber: 318
to the DN of the user
3. Always work on the DC either by ssh or at the console.

Then the uidNumber will _always_ be 318.

There are many ways to do the same but I don't know Arch so dare not 
suggest.

HTH
Steve

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