Displaying 7 results from an estimated 7 matches for "secret_password".
2006 Feb 06
5
Sentry Plugin - Easy Question I don''t doubt
..._key
(private_key_file, public_key_file). If you want to encrypt the
private key file with a symmetrical algorithm, pass a secret key
(neither the key nor the decrypted value will be stored).
Sentry::AsymmetricSentry.save_random_rsa_key(private_key_file,
public_key_file, :key => ''secret_password'')
My question is this. I only want to generate this key once and set
the defaults in the environment.rb as mentioned in the docs. How do I
go about doing this? I am sure that the answer is probably very simple.
Thanks
Andrew
2004 Feb 24
2
More than one auth method with dovevot 0.99.10.4 - how?
...ult local
EOF
I think, I'm supposed to put the auth_methods line somewhere.
Without it, dovecot only tries authentication using the first auth
process definition:
| Feb 25 00:01:49 server1 dovecot-auth: vpopmail(rscholz): unknown user (rscholz@)
after loggin in with
". login rscholz secret_password" at the IMAP server.
Putting the auth_methods line behind the two auth processes (or
somewhere in the middle) gives me:
| Starting mail server: dovecotFatal: Error in configuration file /etc/dovecot.conf line 456: Unknown setting: methods
Putting it above all auth processes gives me:
| Sta...
2007 Jan 10
1
passing rsyncd password in a script (no ssh) - how?
...credentials to access files on the rsyncd server, so I thought
using "expect" to pass a password in a script is the obvious choice:
/usr/bin/expect <<!
set timeout -1
spawn rsync --partial -a rsync://username@server/share/dir /local/copy
expect "Password: "
send "secret_password\n"
expect
!
However, this has a drawback that I loose the exit code produced by
rsync (I'm no expect guru, so maybe perhaps there is a workaround to that).
What is the recommended way to copy files from a (password-protected)
rsyncd server in a script?
--
Tomasz Chmielewski
2006 Jan 08
2
EOF ERROR occurs when sending mail by ROR
I meet an EOF ERROR when I try to send a mail by Mailer class. This is
my error information. Could you please kindly tell me the reason for it
and how to deal with it. Thank you.
-------------------------------
EOFError in Order#confirm
End of file reached
RAILS_ROOT: ./script/../config/../
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/1.8/net/protocol.rb:197:in
2003 Sep 19
3
error samba-3.0-rc4
...server.c:exit_server(558)
Closing connections
[2003/09/19 17:15:52, 3] smbd/connection.c:yield_connection(69)
but the new schema say that the new objectclass is sambaSamAccount and
not sambaAccount how show the logs.
this is a bug or a configuration error ?????
obs.: i run smbpasswd -w <secret_password>
the user root in the ldap is:
dn: cn=root,ou=geral,o=suporte
sambaPrimaryGroupSID: S-1-5-21-636805976-1992644568-3666589737-1201
sambaSID: S-1-5-21-636805976-1992644568-3666589737-3000
sambaHomePath: \\_PDCNAME_\homes
sambaProfilePath: \\_PDCNAME_\profiles\root
sambaLogonScript: root.cmd...
2008 Apr 11
7
Net::SMTPAuthenticationError
Hey guys,
I want to send an email via ROR and I have put this code at the very end
in the config/environment.rb file-
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.logger = nil
ActionMailer::Base.raise_delivery_errors = true
ActionMailer::Base.smtp_settings = {
:address => "[my smtp server]",
:port => 25,
:domain
2004 Jan 03
11
How do I get Winbind accounts in LDAP?
I've seen this posting before but I need to get a grasp on this. I am
using winbindd for users that don't have a local account on a Linux box.
I thought that placing the entries below in the smb.conf would create
users in ou=Idmap. Instead the ou=Idmap increments the uidNumber with
every user that is added,but the user ID mappings are stored in
/usr/local/var/locks/winbindd_idmap.tdb. What