Displaying 20 results from an estimated 5402 matches for "credenti".
Did you mean:
credent
2017 Jul 18
3
under some kind of attack
Hi all,
It seems we are under some kind of password guessing attack:
> Jul 18 21:33:33 auth: Info: ldap(username1,103.6.223.61,<W7wLl5xUfABnBt89>): invalid credentials (given password: 1q2w3e4r5t)
> Jul 18 21:34:16 auth: Info: ldap(username1,221.4.61.180,<89WnmZxUrADdBD20>): invalid credentials (given password: 1q2w3e4r5t)
> Jul 18 21:36:13 auth: Info: ldap(username2,117.243.180.225,<ESWBoJxUdQB187Th>): invalid credentials (given password: 1q...
1999 May 30
3
smbmount permissions
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
2014 Jun 06
2
Libvirt Python Bindings - Remote Connection using openAuth.
...onnect after making ssh certificate, but It is not
applicable for my project.
So I want to use openAuth() method, but I could not succeed connecting to a
remote host using it.
Here is my code
------------------------
import libvirt
USER = "root"
PASS = "mypasswd"
def authcb(credentials, user_data):
for credential in credentials:
if credential[0] == libvirt.VIR_CRED_AUTHNAME:
credential[4] = USER
elif credential[0] == libvirt.VIR_CRED_PASSPHRASE:
credential[4] = PASS
return 0
auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_P...
2004 Jun 11
0
"credentials check wrong" only with Windows NT4 Clients
.... The following error
message appears:
"The system cannot log you on to this domain because the system's computer
account in its primary domain is missing or the password on that account is
incorrect".
The error message Samba produces is as follows:
[2004/06/11 10:45:43, 4] libsmb/credentials.c:cred_session_key(59)
cred_session_key
[2004/06/11 10:45:43, 5] libsmb/credentials.c:cred_session_key(61)
clnt_chal: 350AACEBF04D5235
[2004/06/11 10:45:43, 5] libsmb/credentials.c:cred_session_key(62)
srv_chal : 165865D394A09AA6
[2004/06/11 10:45:43, 5] libsmb/credentials.c:cr...
1998 Oct 16
3
The credentials supplied conflict with an existing set of credentials
...different Unix userid for each project I'm working on, so I need to
provide a different userid/password combination for each drive I map to my NT
4.0 SP3 system. But, whenever I try to supply a different userid in the
"Connect As" box and hit "OK", I get the message:
The credentials supplied conflict with an existing set of credentials
Something I read in the digest led me to believe that would go away with
Samba patch 10 (samba-1.9.18p10), but it hasn't. Is this a Samba
configuration problem, an NT problem, or something else?
- wcw
,(E)
,' ,' -...
2014 Jun 06
1
Re: Libvirt Python Bindings - Remote Connection using openAuth.
Martin,
What do you mean by libvirt credentials...?
-Sijo
On Fri, Jun 6, 2014 at 1:57 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Fri, Jun 06, 2014 at 01:06:55PM +0530, Sijo Jose wrote:
>
>> Hi,
>> I am using libvirt with python binding, and I want to connect to a remote
>> host.
>> I was...
2015 Nov 04
3
Pam_mount not working with "sec=krb5"
>
> If by "key" you meant keytab then you were right. A keytab is a file
> dedicated to contains credentials (https://kb.iu.edu/d/aumh or
> http://web.mit.edu/Kerberos/krb5-1.12/doc/basic/keytab_def.html).
>
> Keytab are used when you want to automate actions which need
> authentication. When some automated action requires credentials you
> have to provide these credentials so some wh...
2006 May 22
1
Join ADS problem
...orks well, but when i tried to join to ADS routput is: Type or value exists.
I checked the computer folder in Active Directory, but there isn't the samba server.
#### winbindd.log
[2006/05/22 10:23:17, 1] libsmb/cliconnect.c:cli_session_setup_kerberos(544)
spnego_gen_negTokenTarg failed: No credentials cache found
[2006/05/22 10:23:17, 1] libsmb/clikrb5.c:ads_krb5_mk_req(323)
krb5_cc_get_principal failed (No credentials cache found)
[2006/05/22 10:23:17, 1] libsmb/cliconnect.c:cli_session_setup_kerberos(544)
spnego_gen_negTokenTarg failed: No credentials cache found
[2006/05/22 10:23:17, 1...
1998 Nov 06
1
The credentials supplied conflict with .....
Hi,
I recently tried to connect to a samba share as my user name, and then
disconnected the share to try and reconnect as root. I got the message
"The credentials supplied conflict with an existing set of credentials".
Someone recently mentionned that this was a security feature on the NT
side. Well, seems Microsoft is claiming this is actually a bug. Found
the following article in their knowledge base. I tried it, it works for
NT Workstations....
2019 Oct 25
1
Windows Drive Mapping Using Other Credentials & w/Persistence Fails on Reboot But Manually Mapping Works
Samba Experts,
Has anyone ever seen/experienced an issue where a Windows client has a drive mapped with credentials, other than the credentials used to login to the Windows client, to a Samba share with the persistent option selected but after a restart of the Windows client the drive mapping fails.
Therefore, if the drive had been mapped with the credentials of the user logged in to the Windows client the...
2015 May 12
1
4.2.1 make quicktest error
Greetings - On a RHEL6 system, Samba 4.2.1 compiles without any apparent
problems but 'make quicktest' reports an error:
FAILED (1 failures, 0 errors and 0 unexpected successes in 1 testsuites)
A summary with detailed information can be found in:
./st/summary
test: running (/usr/bin/perl /var/tmp/samba-4.2.1/selftest/selftest.pl
--target=samba --prefix=./st
2017 Jul 18
5
under some kind of attack
...17 09:52 PM, Robert Schetterer wrote:
> Am 18.07.2017 um 21:44 schrieb mj:
>> Hi all,
>>
>> It seems we are under some kind of password guessing attack:
>>
>>> Jul 18 21:33:33 auth: Info:
>>> ldap(username1,103.6.223.61,<W7wLl5xUfABnBt89>): invalid credentials
>>> (given password: 1q2w3e4r5t)
>>> Jul 18 21:34:16 auth: Info:
>>> ldap(username1,221.4.61.180,<89WnmZxUrADdBD20>): invalid credentials
>>> (given password: 1q2w3e4r5t)
>>> Jul 18 21:36:13 auth: Info:
>>> ldap(username2,117.243.180.22...
2003 Oct 02
1
"net ads join" Kerberos credentials only after "kinit"?
...nfigure samba correctly to use ADS (smb.conf).
2.) Configure Kerberos correctly to work with ADS KDC (krb5.conf).
3.) Join the samba server with "net ads join -U Administrator".
Well, all this sounds good, but it definetly doesn't work, you won't have any
kerberos tickets in your credentials cache after this process. So either the
samba documentation is incomplete, or there is a bug in samba.
Anyway, it seems that I found a workable solution:
I use Samba 3.0.0 release.
I use MIT Kerberos libaries 1.3.1 (Don't know if this works with Heimdal).
I tested this with Windows 2000 an...
2016 Mar 14
5
Access Windows files with individual user credentials
...ogin passwords work fine on the
Linux boxes.
The Linux users want to access Windows network shares, which I currently
implement using the automounter and a bit of code commonly floating
around the Internet to mount it via smbclient. The problem with this
approach is that smbclient needs login credentials at the time it sets
up the mount. Everyone using that mount is then being treated as if
they were using the same login credentials. They don't gain their own
individual access rights to files on the Windows share. That's been OK
so far, but the users are becoming more sophisticate...
2005 Mar 21
1
The credentials conflict with an existing set of credentials
Hi all.
Today my samba server, which has been working fine for quite some time,
is not allowing me to mount shares on it.
In Windows, I get the error:
The credentials conflict with an existing set of credentials
My log.smbd shows:
[2005/03/21 14:26:14, 0] auth/auth_util.c:make_server_info_info3(1134)
make_server_info_info3: pdb_init_sam failed!
The above is repeated over & over & over & over again ...
Since I haven't changed anything, I&...
2004 Oct 13
2
'credentials' file doesn't work - also observed by others
...uid=<user>,gid=<user> 0 0
I can make it automount by providing the password:
//<server>/<share> /mnt/point smbfs
user,noauto,username=<user>/<domain>,uid=<user>,gid=<user>,password=<password> 0 0
but this is insecure. I tried using credentials:
//<server>/<share> /mnt/point smbfs
user,noauto,username=<user>/<domain>,uid=<user>,gid=<user>,credentials=/etc/smbpassword 0 0
where /etc/smbpassword contains
username=<user>/<domain>
password=<password>
but I get an error:
1741:...
2018 May 02
2
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
...d
GENSEC backend 'ntlmssp_resume_ccache' registered
GENSEC backend 'http_basic' registered
GENSEC backend 'http_ntlm' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
Starting GENSEC mechanism gssapi_krb5_sasl
Ticket in credentials cache for DC1$@TRIVIUM.S1.EXAMPLE.NET will expire
in 36000 secs
Starting GENSEC mechanism gssapi_krb5_sasl
GSSAPI credentials for DC1$@TRIVIUM.S1.EXAMPLE.NET will expire in 36000 secs
dns_tkey_negotiategss: TKEY is unacceptable
Starting GENSEC mechanism gssapi_krb5_sasl
GSSAPI credentials for DC...
2007 Sep 27
4
GSSAPI Key Exchange Patch for OpenSSH 4.7p1
...to OpenSSH, along with adding some additional features to
the GSSAPI code that is already in the tree.
The patch implements:
*) gss-group1-sha1-*, gss-group14-sha1-* and gss-gex-sha1-* key
exchange mechanisms. (#1242)
*) Support for the null host key type (#1242)
*) Support for CCAPI credentials caches on Mac OS X (#1245)
*) Support for better error handling when an authentication
exchange fails due to server misconfiguration (#1244)
*) Support for GSSAPI connections to hosts behind a round-robin
load balancer (#1008)
*) Support for GSSAPI connections to multi-homed hosts,...
2005 Nov 03
2
Question about GSSAPI with OpenSSH 4.2p1
Hey all, perhaps someone might be able to shed a little light on this
problem. Nothing I find in books and groups seem to address the
problem. I'm trying to set up a series of connections with ssh that
authenticate through GSSAPI. However, it seems that the credentials are
not getting passed.
>From the client..
debug1: Next authentication method: gssapi-with-mic
debug2: we sent a gssapi-with-mic packet, wait for reply
debug1: Delegating credentials
debug1: Delegating credentials
debug1: Authentications that can continue:
publickey,gssapi-with-mic,passwo...
2006 Oct 26
8
Problem mounting with credentials file
I am running Gentoo. I am trying to get my /etc/fstab to automatically
mount a remote Samba share at boot time. I have the following in my
/etc/fstab file:
//192.168.0.2/share /mnt/share cifs
auto,credentials=/home/user/.smbpasswd,uid=1000,umask=002,user 0 0
This works fine if I specify the username and password in the /etc/fstab
file. However, if I try to use the credentials file option I get:
CIFS VFS: No username specified
The credential file looks like this:
-rw------- 1 root wheel...