Displaying 14 results from an estimated 14 matches similar to: "GID to group name mapping failure"
2020 Apr 01
0
Missing domain user tickets with winbind
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Shyam Prasad N via samba
> Verzonden: woensdag 1 april 2020 13:10
> Aan: samba-technical at lists.samba.org; samba at lists.samba.org
> CC: sribhat.msa at outlook.com
> Onderwerp: [Samba] Missing domain user tickets with winbind
>
> Hi,
>
> My name is Shyam Prasad.
2020 Apr 01
0
Missing domain user tickets with winbind
Thanks. That worked. :)
However, I see the krb5cc file only if I login to ssh using the password.
If I use ssh private keys to login, I do not see this file being generated.
I guess this is because it doesn't use krb5 authentication with the AD
server in that case. This is not a major bottleneck, but wanted to
understand the scenario.
Regards,
Shyam
On Wed, Apr 1, 2020 at 5:05 PM Alexander
2020 Apr 01
2
Missing domain user tickets with winbind
Hi,
My name is Shyam Prasad. I work at Microsoft in the Azure Files team.
For the past few days, I've been working on getting the Azure Linux VMs to
join the AD domain in Azure, login as domain users, and mount Azure file
shares over SMB3.
Most things work fine. Except that I need perform a few Kerberos related
tasks manually, for the SMB3 mount to work with domain user credentials.
I did
2020 Apr 01
1
Missing domain user tickets with winbind
On 01/04/2020 12:20, L.P.H. van Belle via samba wrote:
> For that to work, you need to add the CIFS/hostname.fqdn at REALM to the host your logging in.
> The COMPUTER$ should hold it.
> Allow the computer to delegate the cifs service. ( or all )
Thing is, the OP is trying to use a users ticket to mount, but seems to
be doing it as root, which isn't going to work, mainly because
2007 Jan 03
0
samba3.0.23d group permissions problem
I have installed samba 3.0.23d on FreeBSD 6.1. It is running with
"security = ads". Plan is to replace current server running Samba
3.0.14a on FreeBSD 5.3 in the Windows2003 domain.
I have successfully joined the domain and can list users and groups (I
did notice that when I review Computer Properties under Operating
Systems tab it does not list Samba and the corresponding version like
2006 Sep 26
2
Vectorise a for loop?
Hi R guru coders
I wrote a bit of code to add a new column onto a "topTable" dataframe.
That is a list of genes processed using the limma package. I used a for
loop but I kept feeling there was a better way using a more vector
oriented approach. I looked at several commands such as "apply", "by"
etc but could not find a good way to do it. I have this feeling there
2007 Feb 15
3
asterisk freeze due to "too many open file" error
Hi,
my Asterisk 1.2.9.1 suddenly freezed ("stop now" did not work!!) . I
found the following errors inside /var/log/asterisk/message:
Feb 14 14:55:41 ERROR[11273] rtp.c: Unable to allocate socket: Too many
open files
Feb 14 14:55:41 WARNING[11273] chan_sip.c: Unable to create RTP audio
session: Too many open files
Feb 14 14:55:43 WARNING[11273] acl.c: Cannot create socket
Feb 14
2000 Dec 04
1
some ext3 benchmarks
Howdy,
Some ext2/3 benchmarks on a IBM-DPTA-372050 connected to k7 650MHz. The same
partition was used on all tests roughly with the same disk usage.
bonnie on ext2:
-------Sequential Output-------- ---Sequential Input-- --Random--
-Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU
2013 Oct 31
7
[Bug 870] New: Iptables cannot block outbound packets sent by Nessus
https://bugzilla.netfilter.org/show_bug.cgi?id=870
Summary: Iptables cannot block outbound packets sent by Nessus
Product: iptables
Version: 1.4.x
Platform: x86_64
OS/Version: Ubuntu
Status: NEW
Severity: normal
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
2012 Apr 24
3
Letor re-factored code
Hello Rishabh,
The attached diff file should help you to refactor the existing letor code
and plug in your code easily. I have defined the header files with the
necessary flow. I have also specified the ranker class, which should be
implemented by a new LTR models, ListNet and ListMLE in your case. The
evaluation file should be used for validating the performance of the
algorithm in the training
2006 Oct 18
1
Assertion failure with Dovecot 1.0rc10
Hi,
I am seeing the following (with Dovecot 1.0 rc10):
Oct 18 07:35:58 dovecot: IMAP(user): UIDs broken with partial sync in mbox file /var/mail/user
Oct 18 07:35:58 dovecot: IMAP(user): mbox sync: UID inserted in the middle of mailbox /var/mail/user (15314 > 9604, seq=5, idx_msgs=224)
Oct 18 07:35:59 dovecot: IMAP(user): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion
2014 Oct 16
4
Re: Virt-v2v conversion issue
I was hoping that it works, but the conversion hanged at the 7th /9 disk 57,03% since 1.30 AM...
[19351,0] Copying disk 7/9 to /tmp/v2v.UgUPSx/0a6404e0-2857-45e4-9322-c1ada5ae13fb/images/0123ddcd-f88d-43d0-b836-2cabe57beac3/d0fe6d79-b846-41ca-ac94-835b97488685 (raw)
target_file =
2006 Jul 02
18
JOIN conditions
Hi,
how can I get Rails to generate SQL queries with conditions in the JOIN clause?
What I would want is:
SELECT * FROM people p
LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999)
I tried
People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'')
but that generates
SELECT * FROM people p
LEFT OUTER
2020 Mar 19
1
Dynamic DNS updates by the AD member
Hi,
I'm trying to get my Linux VMs to join the Microsoft AD domian.
Although I was able to successfully join the domain and the DNS record was
created successfully, I noticed that the DNS records were not updated when
the IP address for the Linux member VM changed eventually. In case of a
Windows member VM, it looks like the DNS record does get updated.
After many google searches and going