similar to: cleartext password logging

Displaying 20 results from an estimated 6000 matches similar to: "cleartext password logging"

2006 Feb 08
2
lartc site
[offtopic] btw, is there something wrong with the domain? i couldn''t reach the site, my browser said the hostname lartc.org (or www.lartc.org) doesn''t exist, i had to dig up the ip address through whois, lookups and stuff. [/offtopic]
2000 Sep 12
1
Cleartext pre-authentication before going to secure mode.
Hi This is a feature request. 1) Make sshd to ignore garbage that may appear before ssh identification string is received. Such "garbage" may be for example telnet negotiation codes. This should be pretty easy task. 2) Make ssh to work in cleartext mode (and have minimum telnet negotiation handling) before it receives ssh identification string. This requires somewhat
2015 Oct 10
4
filesystem mounting fails at boot
_netdev The filesystem resides on a device that requires network access (used to prevent the system from attempting to mount these filesystems until the network has been enabled on the system). This device is not a network device (this a SAN not a NAS). To the OS it looks like a normal SCSI attached device, it's /dev/sdb. In the blade there is a HBA (Qlogic) card, and it's
2015 Oct 10
2
filesystem mounting fails at boot
Hi I have an IBM blade with internal harddisks, in hardware RAID1. I've installed a CentOS 6 64bit on it, everything works just fine. After the installation, I've presented a vdisk to the blade from an external SAN (an HP EVA4000), connected through FiberChannel. I've partitioned the disk, formatted it and mounted it under /store, then added it to fstab. Everything was fine, until I
2006 Feb 08
6
filter performance/optimization questions
hi i''m using htb + u32 filters, and i was wondering if there is something one can optimize at this stage. i have a lot of filters (~ 50.000 / interface, and there are two interfaces), and around 4500 classes / interface. the traffic going through this machine is something around 210-230mbit/s at 50kpps. as you can imagine, the load is pretty high. in fact (as it''s a dual xeon at
2005 Apr 29
1
encoding a ntlm-hash from cleartext passwords with java
Hi, i am writing a tiny application which generates new accounts from an existent department's database. This is a school and i have to create several hundred accounts per year, so i think it's worth the effort. As i write this app in Java (I just happen to be best in Java not C or Perl), i would like to do as much as possible in Java without invoking external scripts. Alas i do not
2015 Oct 10
1
filesystem mounting fails at boot
On 10/10/2015 05:03 PM, Barry Brimer wrote: > On October 10, 2015 8:34:11 AM CDT, Imre Gergely <gimre at narancs.net> wrote: >> _netdev >> The filesystem resides on a device that requires network >> access (used to prevent the system from attempting to mount these >> filesystems until the network has been enabled on the system). >> >> This
1997 Oct 16
3
Encrypted and cleartext at the same time? (PR#902)
>> you cannot select by username, the reason being that the negotiation SMBs >> incidate encrypted or cleartext password capability _before_ a session >> setup SMB, which indicates username and password. > > Which end controls this? I'm perfectly happy to continue to accept > cleartext from any client that offers it. This is a firewalled > business
2013 Jan 09
1
Question about implementing samba4 cleartext passwords
Hello I want to create a domain using samba4 and from there to authenticate users against ad. The challange for me is that i have never worked out with domain or with ldap , and that i need to use AD users/passwords to authenticate not only the domain clients , but the mail users and perhaps the ftp, or web users , that are on another linux distro's. It is possible to implement a AD with
2004 Jan 27
1
Does winbindd/pam transmit cleartext authneticating against an NT PDC
I'm being told that when winbindd is used to connect a Linux client to an NT PDC, that encrypted passwords cannot be used in transport. In other words that passwords are sent over the wire in clear text. I find this surprising. Nor can i find documentation of this assertion anywhere. Can anyone definitively say this is true or false? Thanks. -- Karl DeBisschop
2004 Dec 09
0
Can asterisk accept cleartext auth (uri user:pass) via SIP
Does anyone know if Asterisk can accept cleartext auth (SIP), as in it recv's a call destined to: 1234:blah@har.har.com The problem I'm having is simply for faxing, normal calls come in as g729 and of course we need ULAW for faxes. sip.conf snippet [sipfarm] insecure=very host=blahblah.netlogic.net type=peer context=sip-out username=+18165551212 secret=blah canreinvite=no disallow=all
2016 Dec 20
3
Problem with keytab: "Client not found in Kerberos database"
On Tue, 20 Dec 2016 13:50:40 +0000 Brian Candler via samba <samba at lists.samba.org> wrote: > Rowland Perry wrote: > > >/imdap config AD : backend = rid /> >/ > /> How did you 'fix' > > >this, on face value, there is nothing wrong with that line. > > > "imdap" is not "idmap" > > (so now you understand why I
2006 Apr 04
1
Question regarding samba and smbldap-tools
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, I suceeded in setting up a samba server with ldap authentication using smbldap-tools. Everything is fine except one thing: If a user is changing his password inside windows client the password is encrypted and saved in ldap tree. I need this password as cleartext 'cause a webmail application only matches with cleartext passwords. I
2006 Jan 18
1
problems compiling
hi i downloaded dovecot-1.0.beta1.tar.gz, did a rpmbuild -ta dovecot-1.0.beta1.tar.gz (which uses the dovecot.spec from the tar.gz), and got the following: Making install in quota make[3]: Entering directory `/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota' make[4]: Entering directory `/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota' mkdir -p --
2013 Oct 25
1
LZ4 compression in openssh
I see. From reading that wikipedia article, I'm wondering what gets compressed when compression is enabled in openssh. Is it the ciphertext or the cleartext? Regards, Mark On Fri, 2013-10-25 at 15:47 -0400, Daniel Kahn Gillmor wrote: > On 10/25/2013 03:23 PM, Mark E. Lee wrote: > > Thanks for the response, what kind of problematic interactions would > > occur (other than
2009 Nov 14
3
authlogic fails on existing accounts when crypted_password is blank
I recently ran a migration to add the following to an existing user model: t.string "crypted_password" t.string "password_salt" t.string "persistence_token" There is an existing (cleartext) password field, but authlogic doesn''t seem to be reading that on existing accounts. As a result, all logins for existing accounts fail. How can I get
2005 Dec 02
2
Internet explorer not authenticating properly
Hi all, We are having a an ongoing problem with out NTLM authentication on out squid system. The problem tends to arise when users change their passwords. I have read a KB article that says that DC's will still continue to authenticate Old password for an hour or so after the password is changed. But I think it is between IE and winbindd that is the problem. Below is a trace at debug
2013 Feb 18
1
Password encryption?
hi all Trying to setup a testserver with NUT here, and I notice the password is set in cleartext in the upsd.users file. Is there a way to store it encrypted? I don't like cleartext passwords? -- Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 98013356 roy at karlsbakk.net http://blogg.karlsbakk.net/ GPG Public key: http://karlsbakk.net/roysigurdkarlsbakk.pubkey.txt -- I
2013 Jul 28
1
Passing data safely in password_key?
Hi, I would like to convert my custom POP/IMAP proxy to Dovecot's. In this proxy I do more than giving back user name, password and the host and I need extra information. Luckily all of them are available as variables, but more than one comes as user input (like user name and cleartext password) and I'm not sure how to pass them safely. Obviously I would need a separator, which is
2011 Jun 24
1
Requesting the removal of md5pass
Hi, As a packager of syslinux, I would like to get rid of the dependency of syslinux on Crypt::PasswdMD5, as it does not ship with RHEL/CentOS by default and therefor is an additional hurdle for people on those distributions to use a more recent syslinux. (I am also involved with the Rear project that relies on a more recent syslinux, and in various corporate environments need a recent