search for: accesscontrol

Displaying 20 results from an estimated 55 matches for "accesscontrol".

Did you mean: accesscontrols
2007 May 24
3
Help with Create and Update with options_for_select in a select_tag
I have a select_tag in my view that uses options_for_select with multiple = true. I am having trouble figuring out the Rails way to create and update that field. Please help. Models: ------------- Service has_many AccessControl AccessControl belongs_to Service application.rb ------------------------- $types = Array["Athens", "htpasswd", "IP", "None", "Other", "Password", "Shibboleth"] View: --------------- <% if @service.access_controls @typ...
2007 May 24
1
How do I show the selected values in options_for_select? Not as simple as it sounds.
How do I show the selected values in options_for_select? I have a Service model and a AccessControl model. When a user edits a Service I want the services access_controls to be pre-selected. Models: Service has_many AccessControls AccessControl belongs_to Service application.rb: $types = Array["Athens", "htpasswd", "IP", "None", "Other", &quo...
2007 Aug 05
0
(yet another) AccessControl Plugin
Dear Rails Community, after 2 weeks of work I finally finished my first open piece of work, it''s yet another ACL system for Rails available as plugin. API-Doc: http://www.oniversus.com/ Please read the API-Docs to see if it fit your needs - I need testers though... To install it straight to a test project of yours run: script/plugin install \
2002 Jun 10
4
R search applet initialization
R 1.5.1 is due to come out ... and I've just noticed that the R help.start page search applet doesn't work on my Mandrake 8.2 system even though I've upgraded mozilla to version 1.0 and I have a perfectly working java (all right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still didn't work). I had thought the problem due to a too-old mozilla version, but it
2009 Mar 30
0
Problem with Tomcat
...ssLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$000(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.get...
2011 Mar 25
3
samba howto: sticky bit on directories
Hi List, The Samba Howto Collection http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/AccessControls.html#id2611229 says: "When the set user or group ID bit (s) is set on a directory, then all files created within it will be owned by the user and/or group whose `set user or group' bit is set. " while i cannot repoduce this behavior the wikipedia says: http://en.wikipedia.org/wiki/...
2008 May 14
7
A copy of XX has been removed from the module tree but is still active!
I have a class in my /lib/ directory called tracker.rb It''s function is to receive an array of URLs and then perform 4 separate tasks on each URL Each of the 4 tasks gets it''s own thread. the class is called from my controller like: output = Tracker.go([array_of_urls]) Sometimes, when it hits an exception, instead of just dieing gracefully, my logs repeatedly display: A
2011 Dec 05
1
using StatEt IDE for Eclipse
...-05 16:24:58.654 !MESSAGE An error occurred while submitting R-Script to R. !STACK 1 org.eclipse.core.runtime.CoreException: No session of R is active in the current workbench window. at de.walware.statet.nico.ui.NicoUITools.accessTool(NicoUITools.java:137) at de.walware.statet.nico.ui.NicoUITools.accessController(NicoUITools.java:178) at de.walware.statet.nico.ui.NicoUITools.accessController(NicoUITools.java:166) at de.walware.statet.r.internal.debug.ui.RControllerCodeLaunchConnector.submit(RControllerCodeLaunchConnector.java:68) at de.walware.statet.r.launching.RCodeLaunching.runFileUsingCommand(RCodeL...
2005 Mar 16
1
SAMBA HOWTO: time displayed in UNIX file listing
...splays access time. Doesn't it display modify time? The HOWTO says "A UNIX file listing looks as follows: [listing removed] The columns above represent (from left to right): [...], access date, access time, file name". --http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection/AccessControls.html#id2562588 The UNIX standard says: "The <date and time> field shall contain the appropriate date and timestamp of when the file was last modified." --http://www.opengroup.org/onlinepubs/000095399/utilities/ls.html
2007 Mar 15
1
Problem installing SystemVision from MentorGraphics
...at sun.awt.windows.WToolkit.resetGC(Unknown Source) at sun.awt.windows.WToolkit.<clinit>(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at java.awt.Toolkit$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at com.mentor.install.controlpanel.gui.InstallGUI.getImageIcon(InstallGUI...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...l | grep j2 ii j2sdk1.3 1.3.1-1 Blackdown Java(TM) 2 SDK, Standard Edition charpent@yod:~$ When I try to use the search engine (clicking the "Search engine" anchor on the root page of the R documentation), I get a JVM error dialog box stating : java.security.AccessControlException: access denied (java.io.FilePermission /home/charpent/.R/doc/html/search/SearchEngine.class read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272) at java.security.AccessController.checkPermission(AccessController.java:399) at java.lang.Security...
2008 Jan 02
1
problems with JAVA in JGR library on ubuntu 7.04
...security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at RJavaClassLoader.findClass(RJavaClassLoader.java:137) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251)...
2006 Apr 18
4
Mixin variables
I''ve created an access control module that I''m including in several different controllers. Everything works fine, but I want to allow each controller to override the default login page with something like this: set_login_pages :secure => ''my_login'' In my module, I''ve set up the set_login_pages method like this: def self.included(base)
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...1.3 1.3.1-1 Blackdown Java(TM) 2 SDK, Standard Edition > charpent@yod:~$ > > When I try to use the search engine (clicking the "Search engine" anchor on the > root page of the R documentation), I get a JVM error dialog box stating : > > java.security.AccessControlException: access denied (java.io.FilePermission /home/charpent/.R/doc/html/search/SearchEngine.class read) > at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272) > at java.security.AccessController.checkPermission(AccessController.java:399) > at jav...
2004 Jun 03
2
Force user
Hello list The Samba Howto Collection repeatedly asserts that by setting the sticky bit on directories any files created in those directories will be created with the owner set to that of the directory (for example, see http://samba.mirror.ac.uk/samba/docs/man/howto/AccessControls.html#id2541262). This has never worked for me. Files created inherit the group of the directory, but not the owner. I have even followed, line for line, the sequence on that page as follows: # chmod 6775 /foodbar $ ls -al /foodbar/.. You should see: drwsrwsr-x 2 jack engr 48 2003-02-04 09...
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes include new features and bug fixes. For details on changes in this release, please see the release notes below. # Downloads Available in native package format at http://yum.puppetlabs.com http://apt.puppetlabs.com Source (same license as Puppet): http://github.com/puppetlabs/puppetdb Available for use with Puppet
2011 Jul 08
2
java annoyances
...fox --no-remote -P Exception in thread "main" java.lang.NoClassDefFoundError: sun/plugin2/main/server/MozillaPlugin Caused by: java.lang.ClassNotFoundException: sun.plugin2.main.server.MozillaPlugin at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:...
2004 Jan 27
2
MS Word and Samba File Permissions Problem
...force create mode = 0660 force directory mode = 0770 force group = domuser Client-side: MS Office 2000 on w2k ####################### All the files/directories on this share belong to the group "domuser". I found a hint in the Samba HowTo collection: http://de.samba.org/samba/docs/man/AccessControls.html#id2920312 According to that I set the sgid bit on all the directories (rwxrws---) and did set the "force create/directory mode" but that doesn't help. If anyone came across a similar problem or even a solution, please help me. A samba fileserver. that scrambles write-rights i...
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
.../01/01/AD/01.ogg [INFO] parsing as absolute URL [INFO] trying to open http://comptonpeslonline.com/compton-pesl-practice-program/AUDIO/01/01/AD/01.ogg at offset 0 network: Connecting http://comptonpeslonline.com/compton-pesl-practice-program/AUDIO/01/01/AD/01.ogg with proxy=DIRECT java.security.AccessControlException: access denied (java.net.SocketPermission 208.131.151.50:80 connect,resolve) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source)...
2009 Feb 05
1
JGR extension not working (PR#13501)
...ssLoader.loadLibrary0(ClassLoader.java:1822) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1509) at java.awt.Toolkit.<clinit>(Toolkit.java:1530) at java.awt.Color.<clinit>(Color.java:250) at org.rosuda.ibase.Common.<clinit>(Common.java:47) at org.rosuda.iplots.Framework.<init>(Frame...