Displaying 5 results from an estimated 5 matches for "authenf".
Did you mean:
authen
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 an...
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
\/...
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
...int(11) NULL default '0',
PRIMARY KEY (Name)
) TYPE=MyISAM;
i setting up:
/usr/asterisk/etc/asterisk/res_odbc.conf
[mysql]
dsn => sipfriends
username => root
password =>
pre-connect => yes
it is not sql-password set. i have only access to this machine.
asterisk can't authenficate users from the database.
chois2:
i copy from asterisk-sources:
contrib/scripts/retrieve_sip_conf_from_mysql.pl
in my /usr/asterisk/etc/asterisk directory.
i create a mysql database:
mysqladmin create sip
i pasted the table:
CREATE TABLE sip (
id INT(11) DEFAULT -1 NOT NULL,
keyword V...