Displaying 2 results from an estimated 2 matches for "authadmin".
2006 Dec 11
0
auth_generator 2.0.1 undefined method `login_required' for ... ArticlesController
...----------------------
Modified the end of my config/routes.rb file to include...
------------------------------------------------------------------------
map.auth ''auth/:action/:id'',
:controller => ''auth'', :action => nil, :id => nil
map.authadmin ''authadmin/:action/:id'',
:controller => ''authadmin'', :action => nil, :id => nil
------------------------------------------------------------------------
As in the video example,
http://penso.info/tmp/auth_generator-demo.mov
I have modified my ap...
2003 Jul 08
2
LDAP bind questions
...orted, but is there a way to set the dnpass equal to a SSHA
password? When I try setting it like this:
dnpass = {SSHA}VhxqnmwCLVQj7g3rQV+g9F3XnaJ6bRXR
in dovecot-ldap.conf
It still tries to do a simple bind and fails. I get this error:
dovecot-auth: LDAP: ldap_simple_bind_s() failed \
(dn cn=authadmin,ou=people,dc=domain,dc=com): Invalid credentials
I'd prefer not to have the password for the authentication admin user
stored in plain text in the conf file.
Thanks,
-jared