Displaying 20 results from an estimated 1000 matches similar to: "Samba 3 and LDAP - Error loading profiles"
2005 Feb 22
1
Failed logon with 3.0.11
Hi,
I just tried an upgrade from Samba 3.0.2a to 3.0.11 to fix a known bug (1147),
but now I get a different problem. Users cannot login.
Here's what the log looks like in 3.0.2a
.............
[2005/02/22 16:57:49, 2] param/loadparm.c:do_section(3339)
Processing section "[shares]"
[2005/02/22 16:57:49, 2] lib/interface.c:add_interface(79)
added interface ip=192.168.4.10
2009 Sep 04
2
help with functions
Hi all,
I have got 2 function (see bellow) which are simplifications of what I need
to do. These functions are precisely the same, except for the last line.
My question is, why doesn't function testA work in the same way as function
testB.
Both functions produce two objects, "a" and "b" that must merged with rbind.
The difference is that in testA, I specify the name
2005 Mar 05
1
Problem with plotting size/location on variation of star/segment plot
Dear R gurus,
I'm running into a problem with some modified segment plots I've coded
using stars(). What I am trying to do is superimpose two series of data
along with radial axes markers in a 2x2 graphics frame. This is working
fine now, except for the hitch: my plots overfill the frame and are not
centered within it (on my runs they always end up looking like they've
been budged
2010 Apr 19
1
Samba4 segfault
Hi,
during my tests to use Samba4 as a kdc for kerberized NFS,
I found a bug in the KDC code, when generating a principal
without pac (e.g. with msktutil and option --no-pac), that
causes Samba4 to crash:
Running the following command on one of the client machines
msktutil -c --upn nfs/testa.linex.org -h testa.linex.org
--computer-name testa-service-nfs --server s4-dc1.linex.org --no-pac
2004 Apr 16
1
Problems with NT passwords using Samba3 and LDAP
I'm at my wits end here so hopefully someone can help me.
Currently I have a Redhat 9.0 box running Samba 2.2.7 with openldap 2.0.27
as a PDC
Domain logins work great with this setup. I can add, remove, modify
computers and users all day long without a glitch.
I do not store usernames in the local smbpasswd or passwd files.
User information is stored in ou=Users,dc=mydomain,dc=com
Group
2019 Jul 04
4
cannot set filesystem permissions on shares
> >>>> Run this : getfacl /home/users
> >>> getfacl: Removing leading '/' from absolute path names
> >>> # file: home/users
> >>> # owner: root
> >>> # group: A\\domain\040admins
> >>> user::rwx
> >>> user:root:rwx
> >>> user:10512:rwx
> >>> group::rwx
> >>>
2024 Jun 26
2
CISA et al: "Exploring Memory Safety in Critical Open Source Projects"
Has anyone done any initial research into how much effort it would take
to port OpenSSH to Rust? If not, I might find that interesting to
start. (Mind you, this would be just to get a handle on the project,
not do the full porting work--unless it somehow turns out to be very
easy.)
- Joe
--
Joseph S. Testa II
Founder & Principal Security Consultant
Positron Security
2004 Jan 14
3
100% of cpu in an out of the box *
Hi all!
I'm newbie, so here goes my situation:
I have succefully compiled the cvs version as shown in asterisk website in
some linux distros: Debian
(2.4.22), Conectiva, Fedora Core 1 and in all of them, * starts and consumes
all the cpu (on top).
Does anybody know this issue?
Thanks!
Testa
2004 Jun 16
2
smbspool to Windows 2000 Server: "ERRgeneral opening remote file"
Hi,
I am trying to print from my Debian unstable Notebook to a printer
that is connected to a Windows 2000 Server. Target environment is CUPS
which uses smbspool as a front-end, and smbspool gives a strange error
message.
| export DEVICE_URI="smb://account:password@domain/server/printer"
| smbspool foo bar Title 1 ignore Makefile
gives the error message
| ERROR: ERRHRD - ERRgeneral
2003 Nov 10
2
OFF: Newsgroup gtw
Hi! I'm new here, and I was wondering if there is any newsgroup gateway
to the Asterisk lists?
Thanks!
Testa
2024 Jun 19
1
An Analysis of the DHEat DoS Against SSH in Cloud Environments
In the upcoming v9.8 release notes I see "the server will now block
client addresses that repeatedly fail authentication, repeatedly
connect without ever completing authentication or that crash the
server." Has this new PerSourcePenalties config directive been tested
against the DHEat attack?
- Joe
On Thu, 2024-04-25 at 18:09 -0400, Joseph S. Testa II wrote:
> A few days ago, I
2020 Sep 30
4
some domains resolving issues
Hello.
I have two records in dialplan:
exten => testA,1,Dial(PJSIP/outgoing/sip:thetestcall at sip.linphone.org)
exten => testB,1,Dial(PJSIP/outgoing/sip:thetestcall at iptel.org)
Calling testA works fine while testB fails with "CONGESTION".
Adding debug for console shows that pjsip_resolver.c does
`New queries added, performing parallel resolution again`
for linphone after
2018 Sep 14
4
X448 Key Exchange
On 09/13/2018 08:18 PM, Damien Miller wrote:
> We have any plans to add more crypto options to OpenSSH without a strong
> justification, and I don't see one for X448-SHA512 ATM.
What I like about it is that it offers ~224 bit security level, whereas
X25519 offers ~128 bits (according to RFC7748). Hence, pairing X448
with AES256 would provide a full chain of security in the ~224 bit
2024 Apr 25
1
An Analysis of the DHEat DoS Against SSH in Cloud Environments
A few days ago, I published an article analyzing the susceptibility of
the DHEat denial-of-service vulnerability against default OpenSSH
settings in cloud environments. I thought those on this list might be
interested:
https://www.positronsecurity.com/blog/2024-04-23-an-analysis-of-dheat-dos-against-ssh-in-cloud-environments/
A short summary: the default MaxStartup setting is fully ineffective
2024 Jun 25
3
An Analysis of the DHEat DoS Against SSH in Cloud Environments
On Wed, 2024-06-19 at 16:11 -0400, Joseph S. Testa II wrote:
> I suppose in the next few days, I'll try reproducing my original
> steps
> with the new version and see what happens.
I managed to do some limited testing with a local VM, and the results
are... interesting.
I installed openssh-SNAP-20240626.tar.gz on a fresh and fully-updated
Ubuntu Linux 24.04 LTS VM with 1 vCPU.
2023 Sep 04
2
[patch] ssh-keygen(1): generate Ed25519 keys when invoked without arguments
What I'm hearing in this thread is: "a minority of people on planet
Earth have a problem with the open-source implementation of ED25519,
but instead of letting that minority choose to re-implement it when/if
they want to, the rest of the community needs to stall their progress
in improving security."
And isn't the ED25519 code is already there on their machine? So isn't
2017 Sep 22
6
DH Group Exchange Fallback
On 09/22/2017 03:22 PM, Daniel Kahn Gillmor wrote:
> On Thu 2017-09-21 18:12:44 -0400, Joseph S Testa II wrote:
>> I gotta say... having a fallback mechanism here seems pretty
>> strange. The entire point of the group exchange is to use a dynamic
>> group and not a static one.
>
> fwiw, i think dynamic groups for DHE key exchange is intrinsically
> problematic
2008 Jun 23
2
sshd key comment logging
Hi,
I admin a box that has Subversion users authenticate with public keys
to a restricted 'svnuser' account. The comment field of all the keys
describe who they belong to (it has their usernames), but unfortunately,
sshd does not log this when a user successfully authenticates:
Jun 21 08:18:22 localhost sshd[23636]: Accepted publickey for svnuser
from x.x.x.x port 2065 ssh2
Jun
2006 May 05
1
converting code into a function - seperating a data frame with n columns into n individual vectors
I have many very large dataframes with 20 columns
each.
In order to conserve memory, I wish to separate the
data frame into 20 vectors, each named the name of the
dataframe followed by .1,.2,.3
.20.
(For example purposes, one data frame is named
?testa?.)
e.g. testa.1, testa.2, testa.3
I have written the code to do this (see below). I am
trying to convert this into a function that I can
reuse.
2018 Sep 13
2
X448 Key Exchange
Hi all,
I'm interested in having X448 protocol available as an option, as it
gives a larger security margin over X25519. For anyone unfamiliar, it
is an Diffie-Hellman elliptic curve key exchange using Curve448 (defined
in RFC7748: https://tools.ietf.org/html/rfc7748). Furthermore, it is
included in the new TLS 1.3 specification (RFC8846:
https://tools.ietf.org/html/rfc8446).