search for: creds

Displaying 20 results from an estimated 727 matches for "creds".

Did you mean: preds
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
..."\n"); +} + +static void auth_callback (guestfs_h *g, void *opaque, uint64_t event, int event_handle, int flags, const char *buf, size_t buf_len, const uint64_t *array, size_t array_len); + +int +main (int argc, char *argv[]) +{ + const char *uri, *dom; + guestfs_h *g; + const char *creds[] = { "authname", "passphrase", + "echoprompt", "noechoprompt", NULL }; + int r, eh; + char **filesystems; + size_t i; + + if (argc != 3) { + usage (); + exit (EXIT_FAILURE); + } + uri = argv[1]; + dom = argv[2]; + + g =...
2015 Nov 03
2
xen+ssh with openauth
Hi, I am trying to connect to remote libvirt via script, and I get password prompt from the shell. ============================================================================ uri='xen+ssh://root@myserver/?no_verify=1' def req(credentials, user_data): print('in req...\n') for cred in credentials: if cred[0] == libvirt.VIR_CRED_AUTHNAME: cred[4] =
2012 Oct 13
2
Proposed libguestfs API for implementing libvirt virConnectOpenAuth
As in the example code below. static void do_auth (guestfs_h *g, void *opaque, uint64_t event, int event_handle, int flags, const char *buf, size_t buf_len, const uint64_t *array, size_t array_len) { char **creds; size_t i; char *prompt; char *reply; size_t replylen; // buf will be the libvirt URI. It is always \0-terminated so // buf_len can be ignored in this case. printf ("Authentication required for libvirt connection '%s'\n", buf); // Ask libguestfs what credentials...
2005 Aug 25
7
[Bug 1073] if userok rejects a user their creds still get set
http://bugzilla.mindrot.org/show_bug.cgi?id=1073 Summary: if userok rejects a user their creds still get set Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Kerberos support AssignedTo: bitbucket at mindrot.org ReportedBy...
2012 Aug 26
1
question about using openAuth with Python
Hi guys Is anybody can help me how to use openAuth to connect a remote URI without input the boring password? we assume the password of root for remote machine is "123456". Even I running the example in libvirt library esxlist.py(change uri to a qemu type and assign the username and password). Bellow is my simple test code, unfortunately it still need me to input the password.
2018 Jul 11
2
Connection refused (61)
--- /etc/smtpd/smtpd.conf pki mx.domain.tld certificate "/etc/smtpd/tls/smtpd.crt" pki mx.domain.tld key "/etc/smtpd/tls/smtpd.key" table creds "/etc/smtpd/creds" table vdoms "/etc/smtpd/vdoms" table vusers "/etc/smtpd/vusers" listen on eth0 tls pki mx.domain.tld listen on eth0 port 587 tls-require pki mx.domain.tld auth <creds> accept from any fo...
2001 Sep 05
1
reinit_creds (was Re: OpenSSHd barfs upon reauthentication: PAM, Solaris 8)
>> >Could we please have a clarification on the semantics of >> >PAM_CRED_ESTABLISH vs. the semantics of PAM_REINITIALIZE_CREDS? >> >> My interpretation is: >> >> You call PAM_ESTABLISH_CRED to create them >> You call PAM_REINITIALIZE_CRED to update creds that can expire over time, >> for example a kerberos ticket. Oops. I meant PAM_REFRESH_CRED >PAM_RENEW_CREDS is there for crede...
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
2016 Oct 20
2
NS records for a new AD DC
...ink we should continue recommending to add the two records > manually. :-) > > > Regards, > Marc > I will try again to see if it was just a one off, but at least it gives us a pointer to what is wrong ;-) When samba_dnsupdate tries to get the credentials, there is this line: creds.guess(lp) I 'think' it is guessing wrong ?? Rowland
2018 Jul 11
2
Connection refused (61)
...Jul 12, 2018 at 12:04 AM, Larry Rosenman <larryrtx at gmail.com> wrote: > --- > /etc/smtpd/smtpd.conf > pki mx.domain.tld certificate "/etc/smtpd/tls/smtpd.crt" > pki mx.domain.tld key "/etc/smtpd/tls/smtpd.key" > > table creds "/etc/smtpd/creds" > table vdoms "/etc/smtpd/vdoms" > table vusers "/etc/smtpd/vusers" > > listen on eth0 tls pki mx.domain.tld > listen on eth0 port 587 tls-require pki mx.domai...
2016 Oct 20
1
NS records for a new AD DC
...t; >>> >>> Regards, >>> Marc >>> >> I will try again to see if it was just a one off, but at least it >> gives us a pointer to what is wrong ;-) >> >> When samba_dnsupdate tries to get the credentials, there is this line: >> >> creds.guess(lp) >> >> I 'think' it is guessing wrong ?? >> >> Rowland >> > OK, after a lot more testing, I can get the records created without > turning the first DC off. > > Provision the first DC. > Set the nameserver in /etc/resolv.conf on what will...
2015 Nov 11
2
Re: xen+ssh with openauth
On 03.11.15 15:37, Daniel P. Berrange wrote: > On Tue, Nov 03, 2015 at 10:14:00AM +0200, Shahar Havivi wrote: > > Hi, > > > > I am trying to connect to remote libvirt via script, > > and I get password prompt from the shell. > > > > > > ============================================================================ > >
2018 Jul 11
2
Connection refused (61)
...at gmail.com> wrote: > > --- > > /etc/smtpd/smtpd.conf > > pki mx.domain.tld certificate "/etc/smtpd/tls/smtpd.crt" > > pki mx.domain.tld key "/etc/smtpd/tls/smtpd.key" > > > > table creds "/etc/smtpd/creds" > > table vdoms "/etc/smtpd/vdoms" > > table vusers "/etc/smtpd/vusers" > > > > listen on eth0 tls pki mx.domain.tld > > lis...
2007 Aug 21
1
ssh-agent security
ssh-agent is a great tool that is often misconfigured with respect to agent forwarding. How many people running ssh-agent and doing a ssh -A have the very same public keys in ~/.ssh/authorized_keys of the machine they are coming from? ssh(1) is very clear in its warning about enabling agent forwarding. The simple act of prompting the user before using the key would enable them to determine
2015 Oct 02
4
Wiki news: Build Samba, Join DCs
..._NETWORK_ERROR') File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 1059, in run dns_conn = dns_connect(server, self.lp, self.creds) File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 40, in dns_connect dns_conn = dnsserver.dnsserver(binding_str, lp, creds) adam at eagle:~$ 'sogo.smbdomain.com' is DC1 and the command is being run on DC1 I've seen the same error on DC1 It looks li...
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.
2015 Aug 28
2
More on bind_dlz - documentation I have not found
...File "/usr/lib/python2.7/site-packages/samba/netcmd/__init__.py", > line 175, in _run > return self.run(*args, **kwargs) > File "/usr/lib/python2.7/site-packages/samba/netcmd/dns.py", line > 809, in run > dns_conn = dns_connect(server, self.lp, self.creds) > File "/usr/lib/python2.7/site-packages/samba/netcmd/dns.py", line > 40, in dns_connect > dns_conn = dnsserver.dnsserver(binding_str, lp, creds [snip] and try this: samba-tool dns zonelist localhost -U Administrator >>>> >>>> >>>>...
2008 Sep 11
1
Trouble finding all smb shares on network
Hi, just joined the list and know very little about smb. I'm trying to do something that should be simple, but my current solution isn't working 100% All I need is a list of smb shares on the network. I'm doing this: /usr/bin/nmblookup -M -- - and then use this on each ip returned: /usr/bin/smbclient -g -p 139 -NL <ip addr> That works for most cases but it fails to find
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
2023 Apr 14
4
gpo client linux sssd does not apply
...p-policy-book/) I also installed samba version 4.15.3 with the command samba-gpupdate, when I run the command samba-gpupdate --rsop with sssd working it reports these errors: Traceback (most recent call last): File "/usr/sbin/samba-gpupdate", line 117, in <module> rsop(lp, creds, logger, store, gp_extensions, opts.target) File "/usr/lib/python3/dist-packages/samba/gpclass.py", line 511, in rsop dc_hostname = get_dc_hostname(creds, lp) File "/usr/lib/python3/dist-packages/samba/gpclass.py", line 358, in get_dc_hostname cldap_ret = net.fin...