Displaying 20 results from an estimated 7000 matches similar to: "Winbind in Multiple-Forests - Super Admin Domain Model"
2016 Dec 08
1
Winbind in Multiple-Forests - Super Admin Domain Model
Thank you Volker,
I try to use hash and rid as an alternative to ad backend. The best I can
get is the SID user from ADM, but I can't get he's groups.
If it is feasible, could you point me to a solution ? or simply should I
switch to another solution ?
2016-12-08 12:25 GMT+01:00 Volker Lendecke <vl at samba.org>:
> On Thu, Dec 08, 2016 at 12:19:08PM +0100, Karim Ayari via
2016 Dec 08
0
Winbind in Multiple-Forests - Super Admin Domain Model
On Thu, Dec 08, 2016 at 12:19:08PM +0100, Karim Ayari via samba wrote:
> We implement a Multiple-Forests - Super Admin Domain Model based on :
> 
> https://technet.microsoft.com/en-us/library/cc546821.aspx
> 
> We have 2 forests using W2K12r2 : RSC for resources and ADM for admin user
> accounts.
> 
> We join linux server to RSC with ADM credential :
> 
> # net ads
2002 Aug 06
1
Intermittent failures mapping drives.. need debugging help/sugges tions
There is a problem with a user mapping a network drive.  Sometimes
he can map it, sometimes he can't.
SAMBA:  3.0-alpha18
UNIX:   HP-UX 11.0
rsc is a valid account on the machine he's trying to connect to
(entry in /etc/passwd, decent permissions on home directory and
all parent directories, etc.)
The strange thing is sometimes it works, and sometimes it 
doesn't.  If it doesn't
2003 Jan 15
1
Storage compression patch for Rsync (unfinished)
Hi,
i am using Rsync for making backups of a MySQL database. The MySQL files can 
be compressed about 1:10 and i want to make use of this fact.
Rsync currently doesn't support saving files in a compressed state. I 
personally think this should be a feature for the filesystem (in the sense of 
"synchronised files") but currently there is no such filesystem for Linux 
available.
2020 Mar 01
1
[PATCH v2 1/3] virtio-net: Introduce extended RSC feature
On Sun, Mar 01, 2020 at 01:07:31PM +0200, Yuri Benditovich wrote:
> VIRTIO_NET_F_RSC_EXT feature bit indicates that the device
> is able to provide extended RSC information. When the feature
> is negotiatede and 'gso_type' field in received packet is not
> GSO_NONE, the device reports number of coalesced packets in
> 'csum_start' field and number of duplicated acks
2010 Jun 10
2
Capturing buffered output from Rterm
In MS Windows I
  a) invoke Rterm from a batch file (test.bat)
  b) to execute commands from a script (m:\test.rsc)
  c) capturing output in a log file (m:\test.log)
BUT if the script results in an error the error message is NOT written to 
the log file, leaving me problems when the error is from a complicated 
function.
Simplified example:.
test.bat ------------------------
REM ensure
2016 Jun 21
1
Force Create Mode Problems
Rowland,
Thanks for your input.  Per your suggestions, I have changed the global options in my configuration:
[global]
netbios name = FS04
workgroup = RSC
server string = Samba Server Version %v
security = ads
realm = AD.RINGSIDECREATIVE.COM
use sendfile = true
idmap config * : backend = tdb
idmap config * : range = 200000-299999
idmap config RSC : backend = rid
idmap config RSC : range =
2005 Jun 21
3
Bug#315071: Results to your question
Hi,
See below:
# getent group adm
adm:x:4:root,adm,daemon
And:
# ls -l /var/log
total 20384
-rw-r-----  1 root   adm      43310 Jun 21 16:00 auth.log
-rw-r-----  1 root   adm     128247 Jun 19 06:47 auth.log.0
-rw-r-----  1 root   adm      10318 Jun 12 06:47 auth.log.1.gz
-rw-r-----  1 root   adm       9508 Jun  5 06:47 auth.log.2.gz
-rw-r-----  1 root   adm      12475 May 29 06:47 auth.log.3.gz
2008 Jul 27
3
imap processes eating IO
[Ignore the previous e-mail, I somehow sent it when I was trying to 
paste from clipboard]
I recently migrated my dovecot/postfix setup to a new machine.  After 
doing so, I have encountered a problem where imap processes get stuck in 
a loop eating loads of IO on the machine.  Looking at the trace (snippet 
below), it looks like they are sitting and reading the inbox and other 
folders of
2023 Jan 06
3
[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
The internal mechanisms support this, but instead of exposting the gfp to
the caller it wrappers it into iommu_map() and iommu_map_atomic()
Fix this instead of adding more variants for GFP_KERNEL_ACCOUNT.
Signed-off-by: Jason Gunthorpe <jgg at nvidia.com>
---
 arch/arm/mm/dma-mapping.c                       | 11 +++++++----
 .../gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c |  3 ++-
2023 Jan 06
3
[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
The internal mechanisms support this, but instead of exposting the gfp to
the caller it wrappers it into iommu_map() and iommu_map_atomic()
Fix this instead of adding more variants for GFP_KERNEL_ACCOUNT.
Signed-off-by: Jason Gunthorpe <jgg at nvidia.com>
---
 arch/arm/mm/dma-mapping.c                       | 11 +++++++----
 .../gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c |  3 ++-
2023 Jan 06
3
[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
The internal mechanisms support this, but instead of exposting the gfp to
the caller it wrappers it into iommu_map() and iommu_map_atomic()
Fix this instead of adding more variants for GFP_KERNEL_ACCOUNT.
Signed-off-by: Jason Gunthorpe <jgg at nvidia.com>
---
 arch/arm/mm/dma-mapping.c                       | 11 +++++++----
 .../gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c |  3 ++-
2010 Jun 28
6
Basic question - more efficient method than loop?
I'm guessing there's a more efficient way to do the following using the index
features of R. Appreciate any thoughts....
for (i in 1:nrow(dbs1)){
    if(dbs1$Payor[i] %in% Payor.Group.Medicaid) dbs1$Payor.Group[i] =
"Medicaid"
    if(dbs1$Payor[i] %in% Payor.Group.Medicare) dbs1$Payor.Group[i] =
"Medicare"
    if(dbs1$Payor[i] %in% Payor.Group.Commercial)
2012 Dec 17
1
Samba4: Upload an Administrative Policy Template?
We'd like to add an adm (administrative template) to our Samba4 server.
I see where the .adm files are in the filesystem -
/opt/s4/var/locks/sysvol/micore.us/Policies/{ED429C7D-156A-4F75-B21D-92DB8E10ACAB}/Adm/conf.adm
- but how can I add a new ADM file?
The ADM file in question allows the controlling of IE Favorites and a
few other items on XP (not available in the default templates for
2006 Jan 04
4
Trying to delay for oplocks twice
We have a lot of 
[2006/01/04 18:44:40, 0] smbd/open.c:open_file_ntcreate(1355)
  Trying to delay for oplocks twice
in the logs. Do they harm in general?
And only in one single case I got this, don't know if I ever will get it
reproduced, so maybe not related and happened by accident:
Samba version 3.0.21a
PID     Username      Group         Machine
2018 Apr 23
1
virtio remoteproc device
> -----Original Message-----
> From: Michael S. Tsirkin [mailto:mst at redhat.com]
> Sent: Monday, April 23, 2018 9:41 PM
> To: Loic PALLARDY <loic.pallardy at st.com>
> Cc: Anup Patel <anup at brainfault.org>; linux-remoteproc at vger.kernel.org;
> Ohad Ben-Cohen <ohad at wizery.com>; Bjorn Andersson
> <bjorn.andersson at linaro.org>; virtualization at
2012 May 21
2
Can't populate LDAP directory with smbldap-populate
I have the following environment
# cat /etc/redhat-release
CentOS release 5.8 (Final)
# uname -r
2.6.18-308.4.1.el5
I have installed smbldap-tools from
http://download.gna.org/smbldap-tools/packages/el5/smbldap-tools-0.9.8-1.el5.noarch.rpm.
Configured OpenLDAP, but when I try to populate LDAP directory I got
the following error messages
# smbldap-populate -a Administrator -g 10000 -l 11111 -r
2016 Jun 21
2
Force Create Mode Problems
Hi there.  I am using Samba 4.2.10 on Scientific Linux 7.1.
I am currently trying to make an SMB share that is accessible to all of our Active Directory domain users.  Additionally, this share needs to allow read/write access for our clients, who are using FTP.  All of the subdirectories for this share represent an individual FTP user's folder.
The share is named "ftpshares".  The
2006 Jun 27
2
Group permissions and recursion
Hi,
Now that we have successfully moved a first department share on to our 
mega SAMBA server, we're in the 20% of the old 80/20 rule.  Our problem 
has to do with group permissions within the extended acl.
We have implemented winbind along with the ADS security mode.  This 
means that a user isn't just "jdoe", but is "MYDOMAIN\jdoe".  We are 
using the extended ACL
2020 Mar 01
6
[PATCH v2 0/3] virtio-net: introduce features defined in the spec
This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT,
VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT.
Changes from v1:
__virtio -> __le
maximal -> maximum
minor style fixes
Yuri Benditovich (3):
  virtio-net: Introduce extended RSC feature
  virtio-net: Introduce RSS receive steering feature
  virtio-net: Introduce hash report feature
 include/uapi/linux/virtio_net.h | 90