Displaying 20 results from an estimated 300 matches similar to: "Authorization Plugin 1.0 rc3 + Test App"
2006 Jul 11
0
Should I use exclamation marks for methods that change associations?
I''ve been getting some good feedback on the Authorization plugin
(http://www.writertopia.com/developers/authorization). Josh Susser
suggested I use exclamation marks when I''m setting roles. The basic
ways of setting roles uses the #has_role, #has_no_role, #accepts_role,
and #accepts_no_role methods:
user.has_role ''site_admin''
user.has_role
2006 Jun 22
4
Authorization Plugin 1.0 release candidate + 3 test apps
In honor of RailsConf, I''m releasing an authorization plugin with 3
test apps that show you how to use the system. A reasonably lengthy
description can be found here:
http://www.writertopia.com/developers/authorization
I will also be talking about the plugin''s architecture in my RailsConf
talk on Saturday.
Some features:
- Nice English-like way of expressing permissions through
2004 Apr 29
1
CAPI ptp does not work
Hallo all,
I am trying to get * with chan_capi and a ptp-ISDN with 4 lines on a AVM C4
card to work.
But weather inbound nor outbound is working :(
My capi.conf:
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
mode=immediate
isdnmode=ptp
msn=8993
incomingmsn=*
mode=immediate
controller=1,2,3,4
softdtmf=1
;accountcode=
context=demo
2007 Apr 18
0
ED1079
Good day,
Viazzgra $1, 80
Ciazzlis $3, 00
Levizztra $3, 35
http://www.printeryml.*com ( Important ! Remove "*" )
--
I had my birthday last week, said Angelina.
Well, Im glad someone from Gryffindors entering, said Hermione. I
really hope you get it, Angelina!
2007 Apr 18
0
ED1079
Good day,
Viazzgra $1, 80
Ciazzlis $3, 00
Levizztra $3, 35
http://www.printeryml.*com ( Important ! Remove "*" )
--
I had my birthday last week, said Angelina.
Well, Im glad someone from Gryffindors entering, said Hermione. I
really hope you get it, Angelina!
2004 Nov 22
2
Polycom Problems
We have Polycom IP500's, and just starting recently (after the
broadvoice patch I might add) after about 1-2 days these phones ring,
and answer, but we get no audio on the phones. The caller can hear us,
but we cannot hear the caller. Its happened 4-5 times and is only
intermittent. No errors on the console, using g.711u. Any ideas?
Tim Jackson
Network Engineer
Angelina County, Texas
2015 Sep 08
2
dsync replication errors
Timo,
I use mdbox and probably have similar issue, but in my case only shared
mailboxes were affected.
May 26 12:35:05 mx10 dovecot: doveadm: Error:
dsync-remote(anna.harina at bgoperator.com): Error: Mailbox
shared/l.davydjanc at bgoperator.com/russia: Save commit failed: Message
has been copied too many times (50045 + 1)
May 26 12:35:19 mx10 dovecot: dsync-local(anna.harina at
2007 Sep 06
1
samba-4.0.0alpha1 - AC authetication
Hi to all,
I just installed samba-4.0.0alpha1 on RedHat ES 4 in hope it will solve my
problem to authenticate users against Active Directory 2003.
But the problem is smb.conf for this type of scenario. Does anyone have
smb.conf only to authenticate users against Active Directory.
q1. do I need still have kerberos server?
q2. how to start samba as deamon (smb -D)
or is there any document how
2006 May 02
1
Need help configuring TE100P and 3 X100Pclonewith MD3200 chipset
This is a system for our lab. I have no problem getting rid of X100P
clones. But I am just curious why can they work. Even the drivers are
not loading correctly.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kerry
Garrison
Sent: Tuesday, May 02, 2006 10:51 AM
To: 'Asterisk Users Mailing List -
2004 Aug 27
1
xlite Problems
-- Attempting native bridge of SIP/1009-3df0 and SIP/101-f8f1
-- Attempting native bridge of SIP/1009-3df0 and SIP/101-f8f1
RFC3389: 5 bytes, level 0...
Aug 27 08:32:16 NOTICE[23572]: rtp.c:289 process_rfc3389: RFC3389
support incomplete. Turn off on client if possible
Killed
Whenever I make a call between extension 101 and 1009 which are both
Xten Xlite SIP clients, I get that error and
2004 Oct 07
0
CallerID X100P
I'm getting this error on incoming calls on my X100P cards:
-- Starting simple switch on 'Zap/1-1'
Oct 7 15:49:19 ERROR[74769]: callerid.c:260 callerid_feed: fsk_serie
made mylen < 0 (-2)
Oct 7 15:49:19 WARNING[74769]: chan_zap.c:5369 ss_thread: CallerID feed
failed: Success
Oct 7 15:49:19 WARNING[74769]: chan_zap.c:5411 ss_thread: CallerID
returned with error on channel
2006 Jun 13
4
script/plugin discover breaks?
Hi everyone,
I was trying to discover some new plugins, but the script breaks at a
certain point:
$ ./script/plugin discover
Add http://delynnberry.com/svn/code/rails/plugins/? [Y/n]
Add http://svn.recentrambles.com/plugins/? [Y/n]
Add http://svn.hasmanythrough.com/public/plugins/? [Y/n]
Add http://www.svn.recentrambles.com/plugins/? [Y/n]
Add http://sean.treadway.info/svn/plugins/? [Y/n]
Add
2004 Aug 24
7
SMP Performance
We're looking at implementing Asterisk in our department in the near
future, we're looking at anywhere from 15-25 extensions. The machine we
were looking at running this on was a Quad Xeon 450mhz (2MB L2 Cache) w/
1GB of ram. I've heard bad things about running Asterisk on SMP
machines? Would we be running into any performance issues with this
machine?
Tim Jackson
Network Engineer
2000 Feb 23
1
Large datasets under R
Hello,
I recall reading a thread months ago on this mailing list about handling
very datasets under R, but I can't seem to find it. This has become
particularly important recently, because I've been playing with a dataset
containing information about every fatal car accident in the U.S. since
1975; in total, the relevant files are about 120 megs. I'd like to load
all of these into R
2006 Feb 21
2
Authorization Plugin for Rails
I''ve posted a lengthy description of an authorization plugin for Rails on my
blog:
http://www.billkatz.com/authorization
It describes a proposed DSL for authorization, a pattern for use that
describes conventions, and a reference implementation that lets you test the
some of the ideas. I hope that some subset of Rails programmers gravitate
toward a common DSL for authorization, which
2004 Sep 10
8
Organization wide
After our department went to using *, I've had several inquiries about
doing VoIP for my entire organization (Small county). We have ~10
locations with various links in between (Mostly p2p T1s, some Frame
(1.544mbps commit), some ISDN, some VPN over 768kbit internet) Right now
we're using several NEC Electra Elite systems, and 2 Nortel Meridian
systems. In one of the main locations we have
2006 Oct 30
16
Seymore - Content Management On Rails
I have just open sourced my Content Management System called Seymore.
Rather than having a separate administration section for managing
content, content management functions are available throughout the site
so users are able to contextually and comfortably manage the content. I
am looking for any and all feedback. Please, either checkout the latest
source from subversion, grab version 0.1 from
2006 Jan 03
7
best authorization?
Hello,
I want to allow some users to manage other user accounts, but do not want them to manage the admin account.
I have tried auth_generator, login_engine and user_engine
I am having a hard time gettign this to work.
Looking for advise and help.
Thanks
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 29
8
Rails and user authentification
I am a the point now where I have to add user authentification to my
application.
Anyone can point me toward an easy to use / secure library? I know about
ActiveRBAC and was wondering if there is anything else that I should
consider.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Jul 17
22
Rails - where are the BIG web apps?
Ok, Rails has been out for some time now. I''ve kept an eye on it pretty
closely. I''ve heard Basecamp, Robot Coop, 43 Things, etc. are running
on it. However, those have been the same apps people point to when the
dreaded scalability question comes up. Are there any new web apps
(large scale) in Rails or is it still the same old one? Something like
on the scale of