search for: authenfication

Displaying 5 results from an estimated 5 matches for "authenfication".

2005 Sep 09
2
Source authenfication
Hello there, Is there any way to have authentification on a db / ldap about sources and password instead of having one static entry in icecast.xml ? Any idea ? hacks ? patches ? Thanks /Xavier
2005 Sep 09
2
Authenfication on 2 databases
Hello, I have 2 databases MySQL. I would like to do that: If the user does not existe in the first base, it goes in the second database. my configuration auth default { mechanisms = plain passdb sql { args = /etc/dovecot-sql-1.conf } passdb sql { args = /etc/dovecot-sql-2.conf } userdb sql { args
2016 Oct 06
2
using samba with sssd
Hallo, it ist possible using samba with authenfication over sssd? I have two different openLDAP-server on different places. Each give logins for ssh, su, samba and many other thinks. In samba I use passdb backend = ldapsam:ldap://... The uid/gid-numbers differ, that by merging no overlapping exist. Now I try using sssd and it work fine for su and ssh (...
2006 Jul 12
3
How to get the current URL?
...priate method in ActionController::Base. I''m creating a site, which requires a login for some pages. I''m using before_filter for authentication. My idea was to store the currect URL in a session before redirecting to the login page and then redirect to this URL after successful authenfication. But how do I get the current URL? I could store controller_name, action_name and params[] in the session, and then construct the URL by calling url_for. But has it really to be that complicated? All I need is the full URL. -- \ / vlad@hashbang.de \/lad...
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
hi, i.m. newbie in asterisk. asterisk 1.0.3 is my current version. i like to store usernames and passwords in a sql database. i like to log failed authentification-passwords, to create a blacklist for securityreasons. i thingk a sql-database is a good way to log these actions. i don.t find debugging-options to output invalid login-passwords. Ok, i have made the following: debian is my OS.