Displaying 20 results from an estimated 1000 matches similar to: "Strange SSH login try."
2015 Jul 01
3
strange: 20 characters max in samAccountName
Hi all,
Sernet Samba 4.2.2 as Active Directory on Debian 7.8. No other DC.
I can't log in with on Windows systems (Windows 7) when samAccountName are
longer than 20 characters. This seems to be a LAN MAN or NT4 limitation
which should not happen on AD domain.
Any idea what could leads my to that limitation?
I can log in using administrator account or any other having a short
(enough)
2003 Dec 08
2
Problems with voicepulse.com
Greetings,
I have been experimenting with Asterisk for a few weeks and finally
decided to
take the plunge and purchase a few DIDs for inbound calling. Our
attempts at
IAX/IAX2 connectivity with VoicePulse have been less than successful.
We get
"Registration Refused" errors from Asterisk whenever we launch the
server. The
front-line support folks at VoicePulse suggested that we are
2010 Jul 07
3
use sliding window to count substrings found in large string
Hello together,
I'm looking for advice on how to do some tests on strings.
What I want to do is the following:
(just an example, real strings/sequence are about 200-400 characters long)
given set of Strings:
String1 abcdefgh
String2 bcdefgop
use a sliding window of size x to create an vector of all subsequences
of size x
found in the set (order matters! ).
Now create, for every string
2004 May 25
3
Voice Pulse
Hello:
I am new to the list. I am trying to set up asterisk with voicepulse. I
have a voicepulse username + password, and SIP DID. When I login to
voicepulse, I have this under my devices tab:
Devices
*Login:* Sysxxxxxxx
*Password:* xxxxxxxxxx
*Context:* VPWS
*Connects to:* gw5.voicepulse.com
My question is: Do I need a 2.4.x kernel? Currently I am running
Debian/stable stock 2.2.x ? Has
2006 Feb 03
3
Postfix + SASL
Hello list.
I have a mail server where I use Postfix+SASL. Everything works fine.
Sending emails when using client (Outlook, Thunderbird or anything
else) require authorization. It is OK.
But on the same server there is a Squirrelmail which sends emails as a
localhost. To send email in this way there is no any authorization.
Besides one preson use PINE on the server...
How to do that
2006 Sep 13
4
CentOS-announce mailing list
Hi,
does it true every CentOS mailing list subscriber gets a digests from
CentOS-announce mailing list?
I get digest from CentOS-announce, but I subscribe announce (i386) for
other email address.
Regards
--
Dominik
2010 Jun 12
2
Logic with regexps
Greetings,
The following question has come up in an off-list discussion.
Is it possible to construct a regular expression 'rex' out of
two given regular expressions 'rex1' and 'rex2', such that a
character string X matches 'rex' if and only if X matches 'rex1'
AND X does not match 'rex2'?
The desired end result can be achieved by logically combining
2010 Aug 24
2
Comparing/diffing strings
Hi all,
all.equal is generally very useful when you want to find the
differences between two objects. It breaks down however, when you
have two long strings to compare:
> all.equal(a, b)
[1] "1 string mismatch"
Does any one know of any good text diffing tools implemented in R?
Thanks,
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice
2006 Apr 27
1
PHP 5.0.4 and PostgreSQL
Hello list.
Does anybody of you use PHP 5.0.4 from "CentOS plus" repo and
PostgreSQL 8.1.x from www.postgresql.org (rpms for RHLE 4 AS)?
(php-pgsql.rpm I have installed)
On my machine PHP don't connect to PostgreSQL. Anybody of you set it up?
On the other server I use PHP and PostgreSQL included into CentOS 4.x
and it works fine.
Regards.
--
2000 Feb 28
1
Failed RPC Call
I am totally at a loss.
I use domain authentication off an NT Server 4.0 computer with service pack
5. I use Samba 2.0.6 running Mandrake 7.0 on my fileserver. I've tried
both the "stock" version of samba that came with Mandrake and also a fresh
build from the tarball off samba.org's mirror site. Here is the problem:
I have a series of services established, all of which
2005 Jun 23
2
NTFS patitions in CentOS
Hi,
I tried to mount NTFS partitions to my CentOS installation. The message
is: "mount: fs type ntfs not supported by kernel"
Is any possibility to mount it? Maybe I should load some kernel module?
Regards
--
____________________________________________________________________
D o m i n i k S k ? a d a n o w s k i
2005 Dec 04
2
DAG repo problem (continuation)
Hello list.
Continuing previous topic:
http://lists.centos.org/pipermail/centos/2005-November/015586.html, I
would like to ask: anybody has the same problem?
Still I can't update this few packages.
Regards.
--
____________________________________________________________________
D o m i n i k S k ? a d a n o w s k i
2005 Aug 17
2
Strange TCP ports phenomena
Hello list.
I have new server on CentOS 4.1 - fresh installation. During security
tests I've noticed:
When I scan server ports (nmap) from the outside there is 21 tcp port
open. But when I check on the server (netstat -tan or lsof -i) there is
no any open 21 tcp port.
Any ideas? To be honest I'm confused.
Regards
P.S.: of course I don't have started FTP service. Even I don't
2006 May 06
5
login generator always give login unsuccessfull
hi guys,
i just did what it is written in this website to genrate login
http://wiki.rubyonrails.org/rails/pages/HowToQuicklyDoAuthenticationWithLoginGenerator
at the end i add to the database login and password
but when i tried to login it give me login unsuccessfull
can anyone help me
thanks
notice: i m beginner in webdeveloppement and especially ruby on rails
--
Posted via
2006 Jun 08
6
[Bug 1193] Open ssh will not allow changing of passwords on usernames greater than 8 characters.
http://bugzilla.mindrot.org/show_bug.cgi?id=1193
Summary: Open ssh will not allow changing of passwords on
usernames greater than 8 characters.
Product: Portable OpenSSH
Version: 3.9p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Keywords: help-wanted
Severity: major
Priority: P2
2005 May 11
4
CentOS Live?
Hello list.
I've just read this news (http://distrowatch.com/?newsid=02638) - in
my opinion very good idea. What do you think?
Regards.
2018 May 26
2
Buffering in R 3.5 connections causes incorrect data in readChar
I noticed an issue where readChar does not return the correct value after a
call to readline. It appears that readChar is not aware of the buffering,
so it reads from the end of the buffer, rather than the current position in
the file. This is a significant change of behavior from R-3.4.4.
Below is a test case that I used to home in on the problem.
---
p<-"test2.txt"
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
libswfdec/swfdec_as_context.c | 20 +
libswfdec/swfdec_as_interpret.c | 9
libswfdec/swfdec_as_string.c | 15 -
libswfdec/swfdec_as_strings.c | 2
libswfdec/swfdec_as_types.c | 2
test/trace/Makefile.am | 28 +
test/trace/isnan-5.swf |binary
2009 Jan 15
0
binary_matrix_to_ascii_dendrogram
Hi,
I have a binary matrix and I would like from it make a cluster by
agglomerative method (like agnes), and then generate a ascii art dendrogram.
See the illustration:
binary matrix ascii art dendrogram
ABCDEFGH
P1 0101011101 +---------P1
P2 1000101001 => (Agnes) => +------|
P3
2003 Oct 21
2
Trouble with password (daemon mode)
Hello.
I running rsync in daemon mode (rsync --daemon)
Everything seems to work well until I try to protect item with
password.
here is my /etc/rsyncd.conf :
use chroot = yes
max connections = 10
syslog facility = local5
[ftp]
path = /var/ftp
comment = ftp
secrets file = /etc/rsyncd.secrets
auth users = gate1
here is my /etc/rsyncd.secrets
gate1:abcdefg
Here