search for: ossl

Displaying 15 results from an estimated 15 matches for "ossl".

Did you mean: osdl
2007 Aug 25
3
Capistrano / Net-ssh install errors skipping require of...
I''m trying to find out why capistrano will not run on my computer. I am running Ubuntu 6.06 dapper drake. Rails 1.2.3 I get errors when i try to run cap -h or cap anything... /usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/none.rb:27: uninitialized constant Net::SSH::Transport::OSSL::HMAC::Abstract (NameError) When i install net-ssh i get the message lib/net/ssh/transport/ossl/hmac/services.rb:31:63: Skipping require of dynamic string: "net/ssh/transport/ossl/hmac/#{name}" full error messages: http...
2017 Jun 23
5
OpenSSL 1.1 support status : what next?
OpenSC has taken a different approach to OpenSSL-1.1. Rather then writing a shim for OpenSSL-1.1, the OpenSC code has been converted to the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and macros was written to support older versions of OpenSSL and Libressl. https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h The nice part of this approach is when using OpenSSL-1.1 sc-ossl-compat.h does not do anything. It sole p...
2019 Apr 16
2
samba-backup.sh problems - is the /var/lib/samba/etc folder essential in a Samba installation?
Hi everyone, I am running Samba 4.5.16-Debian on Raspbian OS and I am currently attempting to deploy the provided samba-backup.sh script within my existing SAMBA installation to implement disaster recovery on my AD DC servers. Following the documentation provided here https://wiki.samba.org/index.php/Using_the_samba_backup_script I have so far managed a partial success on my backup: pi at
2005 Jun 06
3
Configuring Samba with LDAP
Hello, I'm having problems configuring Samba to work using ADS. I've successfully compiled LDAP. When I try ./configure --with-pam --with-winbind --with-ads --with-krb5 --with-ldap It says "Active Directory support requires LDAP support" Are there any variables that need to be set? I've done --with-ldap=/usr/local/openldap (This the prefix for openldap). I'm
2006 Mar 27
2
Capistrano deployment issues under Ubuntu Dapper
...for the life of me can''t figure out why I''m getting this exception thrown. I''ve switched from Switchtower to Capistrano, and when I run rake deploy I get this output: ** [update_code] exception while rolling back: NameError, uninitialized constant Net::SSH::Transport::OSSL /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'': no such file to load -- openssl (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/...
2017 Jun 24
2
OpenSSL 1.1 support status : what next?
...t 9:16 PM, Douglas E Engert <deengert at gmail.com <mailto:deengert at gmail.com>> wrote: > > OpenSC has taken a different approach to OpenSSL-1.1. Rather then writing > > a shim for OpenSSL-1.1, the OpenSC code has been converted to > > the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and > > macros was written to support older versions of OpenSSL and Libressl. > > > > https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h > > > > The nice part of this approach is when using OpenSSL...
2019 Apr 29
2
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...for stephenellwood I then attempted to reset stephenellwood's password manually myself to a known string value using samba-tool. Unfortunately this also didn't seem to work: sudo samba-tool user password --newpassword="$NEWPASSWORD" -U "Administrator" Password for [OSSL\Administrator]: ERROR: Failed to change password : (-1073741716, "samr_ChangePasswordUser3 for 'OSSL\\Administrator' failed: NT_STATUS_PASSWORD_RESTRICTION") I would really appreciate any help and advice anybody can offer regarding this matter as I am now stuck at this point :...
2006 May 17
3
Capistrano: Skipping require of dynamic string
...d dependency needle? [Yn] Y Install required dependency net-sftp? [Yn] Y Successfully installed capistrano-1.1.0 Successfully installed net-ssh-1.0.9 Successfully installed needle-1.3.0 Successfully installed net-sftp-1.1.0 Installing RDoc documentation for net-ssh-1.0.9... lib/net/ssh/transport/ossl/hmac/services.rb:31:63: Skipping require of dynamic string: "net/ssh/transport/ossl/hmac/#{name}" Installing RDoc documentation for needle-1.3.0... Installing RDoc documentation for net-sftp-1.1.0... lib/net/sftp/operations/services.rb:32:63: Skipping require of dynamic string: "n...
2006 Jan 17
2
Switchtower & OpenSSL
...#39;ve been deploying local applications into production (both linux boxes) with Switchtower, and I''ve had no problems, until now. I just tried doing a "rake deploy", and I get this error: ============ [update_code] exception while rolling back: NameError, uninitialized constant OSSL rake aborted! no such file to load -- openssl ============ Now, on both the production and development boxes, I can type "openssl", and get a prompt... meaning, it should be properly configured on both systems. Any ideas as to why this came up, and, how to debug ? Thanks ! == Dylan -----...
2019 Apr 29
0
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...d to reset stephenellwood's password > manually myself to a known string value using samba-tool. > Unfortunately > this also didn't seem to work: > > sudo samba-tool user password --newpassword="$NEWPASSWORD" -U > "Administrator" > Password for [OSSL\Administrator]: > ERROR: Failed to change password : (-1073741716, > "samr_ChangePasswordUser3 for 'OSSL\\Administrator' failed: > NT_STATUS_PASSWORD_RESTRICTION") > > I would really appreciate any help and advice anybody can offer > regarding this matter as...
2005 Jun 15
1
unable to build pam_winbind on Solaris 9
..._pam_macros.h" file that seems to be missing on Solaris. Posting about problems, but not with answers. Can anyone that had gotten pam_winbind to build on Solaris shed any light? I have the following flags: LDFLAGS="-L/opt/local/openldap/lib -Wl,-R/opt/local/openldap/lib -L/opt/local/ossl/lib -R/opt/local/ossl/lib -L/usr/lib/security -R/usr/lib/security" CPPFLAGS="-I/opt/local/openldap/include -I/usr/include/security" and the following configure: ./configure --prefix=/opt/local/samba --with-automount --with-profile --with-acl-support --with-utmp --with-winbind --w...
2017 Jun 23
2
OpenSSL 1.1 support status : what next?
Hello Ingo, On Fri, Jun 23, 2017 at 1:26 AM, Ingo Schwarze <schwarze at usta.de> wrote: > > Hi Emmanuel, > > Emmanuel Deloget wrote on Fri, Jun 23, 2017 at 12:26:47AM +0200: > > > * the openssl team has no real incentive to propose a shim ; > > If major application projects refuse to support their new release, > thus putting pressure on operating system
2005 Jul 12
5
Samba 3.0.20pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== Sometimes you have to be someone else in order to be yourself. -- Michael Samuel Finn ============================================================== Release Announcements ===================== This is a
2017 Oct 13
8
Status of OpenSSL 1.1 support
Hi, more or less a year ago Kurt Roeckx provided an initial port towards the OpenSSL 1.1 API [0]. The patch has been left untouched [1] and it has been complained about a missing compat layer of the new vs the old API within the OpenSSL library [2]. This is how I reconstructed the situation as of today and I am not aware of any progress in regard to the newer library within the OpenSSH project.
2006 Jan 27
6
Switchtower deploy error
I''m trying to deploy a rails app with no success. I can execute: ''rake remote_exec ACTION=setup'' but when I try to execute : ''rake deploy'' I got this error: loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0 /lib/switchtower/recipes/standard.rb loading configuration ./config/deploy.rb executing task deploy transaction: start