Displaying 20 results from an estimated 8000 matches similar to: "IDMAP Issue"
2016 Jul 14
2
IDMAP Issue
... as follows :
rpm -qa | grep samba
samba-3.6.23-35.el6_8.x86_64
samba-common-3.6.23-35.el6_8.x86_64
samba-winbind-clients-3.6.23-35.el6_8.x86_64
samba-winbind-3.6.23-35.el6_8.x86_64
[global]
workgroup = ABC
realm = ABC.COM
security = ADS
restrict anonymous = 1
log file = /var/log/samba/log.%m
max log size = 50
client signing = required
server signing = Yes
2016 Jul 14
3
IDMAP Issue
... no, no sssd.
Basically we had :
id -a "localuser"
uid=17057
id -a "ABC+aduser"
uid=17057
... file ownership started getting wrecked so we are looking for a way to
correct.
On Thu, Jul 14, 2016 at 2:26 PM, Rowland penny <rpenny at samba.org> wrote:
> On 14/07/16 11:01, Shaun Glass wrote:
>
> ... as follows :
>
> rpm -qa | grep samba
>
2016 Jul 14
0
IDMAP Issue
On 14/07/16 11:01, Shaun Glass wrote:
> ... as follows :
>
> rpm -qa | grep samba
> samba-3.6.23-35.el6_8.x86_64
> samba-common-3.6.23-35.el6_8.x86_64
> samba-winbind-clients-3.6.23-35.el6_8.x86_64
> samba-winbind-3.6.23-35.el6_8.x86_64
>
> [global]
> workgroup = ABC
> realm = ABC.COM <http://ABC.COM>
> security = ADS
> restrict
2016 Jul 14
0
IDMAP Issue
On 14/07/16 13:33, Shaun Glass wrote:
> ... no, no sssd.
>
> Basically we had :
>
> id -a "localuser"
> uid=17057
>
> id -a "ABC+aduser"
> uid=17057
>
> ... file ownership started getting wrecked so we are looking for a way
> to correct.
>
> On Thu, Jul 14, 2016 at 2:26 PM, Rowland penny <rpenny at samba.org
> <mailto:rpenny
2011 Nov 28
1
virt-manager / ssh (publickey)
Good day All,
I have experienced the following ...
I have a rhel 6.1 server running qemu-kvm. I have setup my desktop for
a publickey login (root user) to said server so that I may manage the
server (qemu-kvm) via the desktop with virt-manager.
However, I connect just fine, but cannot create vm's. I get :
"No hypervisor options where found for this connection"
My laptop does run
2016 Sep 01
2
still nfs mountpoints do no work as samba shares?
hi all
I remember that in the past many would say these two do not
go well together, but I wonder if situation improved now?
Reason I'm asking is because I decided to give it another
try and I have an nfs4 mount point that I make a share in
Samba 3.6.23-36.el6_8 and everything seems ok on the clients
but only - until a user want to change content of a file or
copy that file, then
2019 Mar 19
2
DFS Shares (Clustered)
Good Day,
We experience the following when we have outages or perform disaster
recovery exercises.
Our DFS Shares come from a Windows cluster with 2 servers, each one in
a different location. When the server that we have active connections
to goes offline, the server has an issue connecting to the second
server. This even happens under a controlled shutdown and startup
situation.
If we
2018 Sep 11
2
Is CIFS HA Aware ?
Good Day,
We use a lot of DFS Shares (Windows) across our Linux Servers. The DFS
Shares are setup in a Cluster. Over the weekend we did a DR excercise which
included shutting down one of the Servers that hosted the DFS Shares.
What we found is that any Linux Server that had associated itself with the
DFS Server that was shutdown did not try and connect to the remaining
Server that was up.
Is
2017 Jan 06
2
Strange (?) device.map in CentOS 7 VM installations
On 5/1/2017 11:04 ??, Nikolaos Milas wrote:
> Can others please report the content of /boot/grub2/device.map on
> their CentOS 7 (physical or virtual) installations?
Thank you all for your reports. Since it seems this is generally the
case with CentOS 7, does anyone also have access to RHEL 7 installations
to verify if this is the case with these installations as well?
> And can any
2016 Oct 20
1
CentOS-announce Digest, Vol 140, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2002 Feb 20
2
Multiple macintosh() graphics devices (PR#1318)
Full_Name: David Orme
Version: 1.4.0
OS: Mac OS 9.1
Submission from: (NULL) (155.198.17.121)
R crashes (politely and without further repercussions) with a type 3 error
under the following conditions:
Open more than one macintosh() graphics device:
> macintosh()
> macintosh()
and hence there are two devices...
> dev.list()
Macintosh Macintosh
2 3
..with device 3
2008 Feb 07
5
wav to flac corruption
I have exactly the same problem.
I encoded a BWF file to flac and then then decoded back to wav, using
--keep-foreign-metadata, and I ended up with a bit-perfect copy of the
original BWF. So I was fairly confident that the flac encoding is
working correctly, the problem definitely appears to be with the flac
players.
Unfortunately it seems that the majority of flac players cannot play
24bit
2012 Apr 11
1
[LLVMdev] Yasm ASM printer
Hi,
I've finally got my Yasm instruction printer sorted, and I was wondering if it is something the community would want? With it, it means you can take LLVM IR and generate a .S that can be assembled using Yasm to a window's OBJ for inclusion in normal DevStudio projects.
The change set isn't large, but I am unsure of the repercussions of the changes I made.
Cheers
Matthew
2012 Aug 07
1
[LLVMdev] YASM and LLVM
Hi,
A while ago I posted about implementing something to print ASM in a format that the YASM assembler can handle, well, I've got a small change set that does just that. We're compiling non-trival programs with it for Win32/Metro so it seems to work :-)
Having little exposure to the LLVM codebase, I'm not 100% sure of the coding guidelines, or what the repercussions of some of my
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
I've noticed a problem in the openssh sources. It can most easily be
replicated as follows:
> [rich at goblin] sl=1 ~
> 01:05:47$ ssh-agent -a ~/.ssh/agent.sock
> SSH_AUTH_SOCK=/home/rich/.ssh/agent.sock; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=553; export SSH_AGENT_PID;
> echo Agent pid 553;
>
> [rich at goblin] sl=1 ~
> 01:05:50$ ssh-agent -a ~/.ssh/agent.sock
2019 Mar 17
1
Accidental samba_dnsupdate success after NT_STATUS_CONNECTION_REFUSED
Greetings,
The process to join a new samba 4.6 DC to an existing samba 4.1 DC
repeatedly caused:
samba_dnsupdate --verbose --all-names
to fail on the new DC with:
Failed to connect host x.x.x.x on port 49152 - NT_STATUS_CONNECTION_REFUSED
Noted: both samba versions are obsolete and will be updated post haste.
Regardless, samba_dnsupdate was accidentally invoked on the new DC while
the
2005 Apr 13
1
FW: AIX and libldap.a
In the configure file I find:
--with-ldap LDAP support (default yes)
What if I turn ldap off in that statement...
What would the repercussions be?
All I'm interested in doing is simple file sharing.
By the way, what's the opposite of --with? --without?
Thanks
-----Original Message-----
From: Doug VanLeuven [mailto:roamdad@sonic.net]
Sent: Tuesday, April 12, 2005 5:57 PM
To: Roy
2024 Jun 26
1
SAMBA / SSSD AD Logins For SSH & SAMBA
Good Day,
We setup a server and successfully tested for SSH access using :
*realm join FQDN -U USER*
... but require access for SAMBA as well and obviously it breaks SSH access
when we do the following :
*realm join FQDN -U USER --client-software=sssd --membership-software=samba*
Is it possible to do a *realm join* that accommodates both ?
Regards
2013 Jun 25
1
Digitially Signed Communications
Dear All,
The below are snippets of the policies that are causing connection issues for me from Windows 7 workstations, connected to a Domain, to Samba Shares :
Microsoft network client: Digitally sign communications (always) Enabled
Microsoft network client: Digitally sign communications (if server agrees) Enabled
Microsoft network server: Digitally sign communications (always)
2011 Feb 01
1
dotchart {graphics} 2.11.1 vs. 2.12.1 [followed up from Rhelp]
Dear List,
With the R 2.12.0 addition of table methods for points(), dotchart()
struggles with tables. I found several possible solutions, but it is
beyond my skill to decide what is "best". Here is a small example:
#############################################
x <- table(infert$education)
y <- 1:3L
dotchart(x) # error about incorrect plot type
## moving closer to the cause,