Displaying 20 results from an estimated 700 matches similar to: "Question about salted hashes"
2017 Feb 08
0
How to add User in MSSQL DB - error unknown user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 8 Feb 2017, Maurizio Caloro wrote:
> Please I need to add "Maurizio" to this MSSQL DB, but I don't now how to
> add this step
add this step to which workflow, action, ... ?
> in my opinion I'think that the user can't be found, so I will have the
> "unknown user"
>
> Can give here any little
2017 Feb 08
2
How to add User in MSSQL DB - error unknown user
Hello
Please I need to add "Maurizio" to this MSSQL DB, but I don't now how to
add this step
in my opinion I'think that the user can't be found, so I will have the
"unknown user"
Can give here any little help to fix this?
Feb 8 12:09:56 caloro dovecot: auth: Debug: auth client connected
(pid=13300)
Feb 8 12:09:56 caloro dovecot: auth: Debug: client
2017 Feb 08
1
AW: How to add User in MSSQL DB - error unknown user
Linux caloro.ch 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64
GNU/Linux
Apt-get install postfix dovecot
Adduser -m maurizio
Add config steps to dovecot.conf, main.cf, master.cf
Email from CLI running, but if connect from Outlook or Thunderbird I have
this error, I think
that maurizio this user aren?t opened correct on this sqldb?
root at caloro:/home/maurizio# postconf -n
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash
even if the same text is entered. That can be easily seen with dovecotpw:
using NON-salted SHA256, same hash is generated for a given password
[root at correio ~]# dovecotpw -s SHA256 -p 123
{SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM=
[root at correio ~]# dovecotpw -s SHA256 -p 123
2005 Nov 15
1
undefined method `redirect_back_or_default' w/ Salted Login Generator tests
Hi,
I upgraded to Rails 0.14.3 and I am getting NoMethodError exceptions
while running the functional tests for the Salted Login Generator.
Is redirect_back_or_default no longer part of the
ApplicationController? I don''t recall seeing anything about
--
Frank Kim
http://meetingkoreans.com
http://betweengo.com
2006 Mar 02
2
Unit tests, salted hash login
Hello,
I am having some trouble running the unit tests for the salted has login
generator. I am a bit new to both ruby and rails so I am having a little
trouble deciphering the error message I get when running ''rake
test_units''. Up till the point where I try to run the unit tests I have
followed the quick start guide for the salted hash login generator
2005 Oct 20
2
Salted Login Generator Installation
Hi,
I am trying to install the salted login generator from
rubygems. I have version 0.13.1 of rails installed.
When I try to install the salted login generator (gem
install salted_login_generator) it asks:
Install required dependency rails?
If I select yes it says:
RubyGem version error: rails(0.11.1 not >= 0.13.1)
and fails. It does the same thing when I try to
install the regular
2006 Jan 26
2
Change email template for Salted Hash Login Generator?
There are a couple of things I''m trying to do with the salted hash login
generator.
First off I am trying to change the email template to include some other
things such as links to the site, instructions and other email goodness.
Second I am trying to find where the gem is pulling the app_url from
because I changed it to reference my host name, but I have not been able
to get it to
2005 Dec 31
0
Salted Login Generated code throwing lots of errors
Hi,
I''m having a lot of problems while integrating the salted login
generator. All of the errors are of the form:
"The error occured while evaluating nil.[]"
Most seem to be down to evaluating a nested hash, where the first hash
is a nil object. For example, @params[''user''][''login''] where
@params[''user''] returns the nil
2005 Oct 12
0
Salted Login Generator and https protocol
The redirects in salted login generator are throwing away the "https"s in my
URLs and replacing them with "http"s. I''ve tried playing with :protocol
option, but had no luck, nor could I find anything online to help.
Anyone got any ideas?
--Robert
2008 Mar 31
0
Action Mailer Problem with salted hash login generator
Hi! Guys
I am using the salted hash login generator for login purpose. Now, I
am working in friendship. When I want to request someone for
friendship request via the action mailer I get following error:
=====================================
Due to changes in ActionMailer, you need to provide the mailer_name
along with the template name.
render "user_mailer/signup"
render :file
2006 Apr 20
2
Salted Login Generator glitch
I followed the tutorial here
http://wiki.rubyonrails.com/rails/pages/SaltedLoginGeneratorQuickstart
and didn''t have any problems. Actionmailer is working fine. When I
sign up I get the email saying "Please click on the following link to
confirm your registration"
When I do i go to the default page with "Welcome. You are now logged
into the system..."
So I thought
2005 Dec 23
1
Salted Login Error
Anyone know what''s causing this?
------------------------------------------------------------------------
1) Error:
test_delete(UserControllerTest):
NoMethodError: undefined method `advance_by_days='' for Time:Class
./test/functional/user_controller_test.rb:132:in `test_delete''
2) Error:
test_signup(UserControllerTest):
NoMethodError: undefined method
2006 Mar 07
2
memcached and Joe Hosteny''s Salted Hash Login Generator
Hey,
so - I''ve been fiddling about and fell in to use Joe''s simple-yet-
painful SHLG (I shouldn''t complain... not at least I have time to
produce one :)). I just recently plugged in memcache, and- it''s not
preserving my login.
I traced the execution and it sets the output of User.authenticate (a
user AR object) into @session[''user'']
2006 Jul 04
4
Question about Salted Hash Login Generator
Hi,
I am using salted hash login generator to create my login page. In the
user_environment.rb file, I saw that there is a comment saying should
NOT include the email field in the changeable user fields array. Does
anyone know why?
> # Add all changeable user fields to this array.
> # They will then be able to be edited from the edit action. You
> # should NOT include the
2015 Nov 11
0
Dovecot+AD
Hello.
I have a iRedmail server integrated with AD.
I make it following theese instructions
http://www.iredmail.org/docs/active.directory.html
In my AD i have a user
attributes:
sAMAccountName = user1
userPrincipalName = csi at int.mdom.com
proxyAddresses = mail1 at out.lor.com
i need login with user user1 without domain and then have an address
mail1 at out.lor.com
i user it in
2015 Nov 11
0
Active directory
Hello.
I have a iRedmail server integrated with AD.
I make it following theese instructions
http://www.iredmail.org/docs/active.directory.html
In my AD i have a user
attributes:
sAMAccountName = user1
userPrincipalName = csi at int.mdom.com
proxyAddresses = mail1 at out.lor.com
i need login with user user1 without domain and then have an address
mail1 at out.lor.com
i user
2006 Apr 13
3
Salted Hash Login Generator problem
Im trying to install salted and get errors when running the rake test...
/usr/bin/ruby1.8 -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader .rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
Loaded suite
/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader
Started
........F....E
Finished in 0.108794 seconds.
1)
2005 Nov 09
0
mozilla and roming profiles... THE SOLUTION
This solution is not mine, but its tested and works.
Great thanks to my buddy @ four elements
Hope its usefull for somebody over here.
================================
mainlocation
================================
%userprofile%\Application data\Mozilla\Profiles\%profile%\%salted%\...
%userprofile% = C:\Documents and settings\%username%
%profile% = "default"
%salted% =
2014 Feb 18
1
Virtual folder for selected users only? (1.2.15)
hi,
i want to set up virtual folders just for some users on our mailserver.
the server is set up with a virtual system-user for each of our clients
having multiple mailboxes/users (provided by dovecot-mysql).
mailboxes are located: /var/mails/SYSUSER/MAILBOX
f.e. my mailbox-folder is set to
/var/mails/bergschaf/sebastian[at]bergschaf.net
{homedir} = /var/mails
{maildir} =