[Samba] net idmap restore

2010-08-27 Thread raveenpl
Hi, I am currently using Samba 3.5.4 with ADS domain (tdbsam backend). I want to change uid mapping for one of my users. I prepared file that I subsequently imported via command: net idmap restore < filename.txt Next, I checked 'getent passwd username' command and unfortunately uid for this

[Samba] getent and a lot of users

2010-08-16 Thread raveenpl
Hi, In my environment I have windows ads domain with 180k users. I use Samba 3.5.4 and I noticed that not always all users are returned when I use getent command (sometimes it is half of whole list, sometimes this list is empty). Anybody has similar problem? -- View this message in context:

[Samba] group members

2010-08-06 Thread raveenpl
Hi! I am currently using samba (3.5.4) with ADS domain. Do you know if it is possible to display all members of a single group? (I am not interested in parsing getent group/passwd output because I am using a huge amount of users and this takes a lot of time). Cheers RaveenPL -- View this

[Samba] group members

2010-08-06 Thread raveenpl
Hi! I am currently using samba (3.5.4) with ADS domain. Do you know if it is possible to display all members of a single group? (I am not interested in parsing getent group/passwd output because I am using a huge amount of users and this takes a lot of time). Cheers RaveenPL -- View this

[Samba] SAMBA + CTDB

2010-06-21 Thread raveenpl
Hello, I am currently trying to compile newest samba 3.5.3 with ctdb (from git repository) on Debian Lenny (version 5.0.4). I am using following 'configure' command: ./configure --with-cluster-support --with-shared-modules=idmap_tdb2 --with-ads --enable-pie=no and unfortunatelly I have followi

Re: [Samba] disconnecting user from only one share

2010-05-05 Thread raveenpl
to resolve this issue? Maybe it is possible to exclude share from samba configuration? Jeremy Allison wrote: > > On Tue, May 04, 2010 at 02:18:09PM -0700, raveenpl wrote: >> >> Hello, >> >> I would like to know if somebody knows any way to disconnect/logout user >&

[Samba] disconnecting user from only one share

2010-05-04 Thread raveenpl
Hello, I would like to know if somebody knows any way to disconnect/logout user only from one share. One of my user is using serveral samba shares. I would like to disconnect him only from one share. I noticed that killing PID of smbd subprocess causes disconnecting from all used shares - I can