Displaying 20 results from an estimated 12000 matches similar to: "Encrypted and cleartext at the same time? (PR#902)"
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
2006 Aug 11
1
cleartext password logging
hi
is it possible to somehow log cleartext passwords (preferably after the
authentication is done, and the user logged in)?
'auth_verbose = yes' doesn't seem to be enough.
i have dovecot 0.99.
thx.
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
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
2003 May 30
2
samba pdc/roving profiles/encrypted passwords
It is my understanding that roving profiles cannot be implemented without using encrypted passwords. It is also my understanding that encrypted passwords cannot be implemented without pointing smb.conf to a windows password server.
I'm trying to set up a samba server on a Linux (RedHat 7.3) to act as a PDC and a provider for roving profiles - when I do things with cleartext (encryption
2004 Aug 24
0
smbclient, kerberos, and EMC
Hi Everyone,
I'm trying to get smbclient to cooperate with my new EMC Celerra (just
got it a little while ago) using kerberos. My windows domain
environment is win2000 + sp4, the EMC is "joined" to the domain.
I am using samba 3.0, fresh sources, and MIT KRB5 1.3.4, all freshly
built. I join the domain, etc. everything is happy. I use kinit
user@REALM to get my initial tgt.
1999 Jun 25
3
security = server & encrypted passwords
Folks,
I've missed the latest encrypted passwords thread, so forgive me if
this is old hat for some of you.
I'm running 2.0.3 with auth being handled by an NT PDC. It seems that
some Win95 clients (namely those with later releases of the OS) have
problems authenticating. I've got encrypt passwords = yes but it
still seems only the old Win95 clients (clear text passwords) can
auth
2006 Apr 17
2
Encrypting Ogg
Howdy.
I have a application I'm developing where I need to encrypt the data
inside an OGG stream. I will be using a regular block cypher (AES, or
others... configurable); and I would like to encrypt the pages in an OGG
stream.
I'm thinking that if I sit my decrypter in between the reading
application and the encrypted file, you should be able to use all the
normal seeking
2015 Jun 16
2
OpenSSH and CBC
Hi Gerhard,
This is not exactly true. CTR modes have the length field encrypted. etm
MAC modes and AES-GCM have the length field in cleartext.
CBC is dangerous because the length field is encrypted with CBC.
aes128-ctr + hmac-sha256 doesn't have any known vulnerability and
encrypts the packet length, but uses the bad practice of e&m.
chacha20-poly1305 encrypts both payload and packet
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
2010 Apr 29
2
Encrypting files in Rails
So far the tutorials I''ve seen are for encrypting text and then
decrypting it back.
So for example you have a
plaintext = "some text"
you encrypt it and then you decrypt it depending on how you encrypted
it.
What I am looking for is to encrypt a whole file and then store it.
for example I allow my users to upload .doc/.xls files. I want to
encrypt those files so I would not
2011 Mar 14
0
upgraded samba server causes winXP integrated authentication to fail
Hi
I've talked about this in other messages but have a feeling it might
have got lost amongst the other symptoms we were discussing.
I had a Redhat 9 server on which I'd installed Samba 3.5.6 (built from
source). I had it authenticating successfully against a windows 2008
active directory server.
I then upgraded the Redhat server to RHEL5.3, on which I installed
Samba 3.5.7 (and
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
2005 Oct 28
0
Message size is incompatible with encryption type
Hello all, I have a nice dual Opteron server with a lot of
disk space I'd like to let Windows ADS groups use. I am
running FreeBSD (AMD64) 5.4-RELEASE-p1 with samba-3.0.20,1
I joined the ADS domain. Smbclient works perfectly.
Server shows up in "My Network Places" When I click on it, I
get a login box and no credentials will authenticate me.
Read some of the samba docs, and found
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
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
I've attached a perl script that I wrote to build smbpasswd from
/etc/passwd. Please note that this writes a samba-2.0 format smbpasswd
file.
This script will:
# - create accounts that exist in /etc/passwd and not in smbpasswd
# - remove accounts that exist in smbpasswd and not in /etc/passwd
# - preserve existing password, flags and LCT fields in smbpasswd
# - sets new account passwords to
1999 Jan 13
6
Neuling
Hallo Liste
Derzeit mache ich meine ersten Gehversuche mit Linux (SuSE). Bis jetzt
habe ich in einem kleinen Netzwerk f?r meine Tauchschule vier Rechner
betreut. Einer davon war WinNT-4.0 Server und Arbeitsplatz zugleich.
Nachdem ich nicht mehr bereit bin, mich mit dem w?chentlichen "blue
screen" und dem monatlichen Neuinstallieren von NT abzufinden, bin ich
derzeit beim Umsteigen auf
2010 Aug 11
1
Samba 3.0.37 with Windows Server 2008
I'm running Windows Server 2008 and trying to connect to Samba 3.0.37 on Opensolaris. The Samba system is a member of a Windows Server 2008-based Active Directory domain - it was able to join the domain just fine - and Windows XP, Windows 2000, Windows Vista, and Windows 7 can connect, but Windows Server 2008 SP2 cannot connect. The log file is posted below - I'm guessing the key is the
2001 Apr 12
2
Samba - Workaround for "The account is not authorized to log in from this station."
Problem:
--------
On the client mascines I get the msg: "The account is not authorized to log
in from this station."
This has bugged me for days now, so I am posting this sloution around varius
places on the net...
Analysis:
---------
from a round of analysis by Jamz Boman B.Sc (Jamz@Boman.com), Toby
Corkindale (tjcorkin@steadycom.com.au)
Andreja Zivkovic (zivkotech@ozemail.com.au) at
1999 Mar 15
0
Domain logon problems
I have samba correctly setup to share resources between my linux box and
my win98 clients (The encrypted passwording disabled accoringly). I
tried to configure it for domain logons with my win98 clients, by
enabling WINS server, domain logons, and master browser in the smb.conf.
When I login on my win98 machine, I get an error saying that the
password is incorrect (which it isn't) or the