Displaying 20 results from an estimated 800 matches similar to: "check_box_tag"
2004 May 21
1
pdbedit + ldap doesn't work
I have to add new user to samba; I've just upgrade the system to 3.0.4
and smbldap-tools 3.0.4;
# smbldap-useradd pippo
# smblap-usershow pippo
n: uid=pippo,ou=People,o=PROVTV
objectClass: top,inetOrgPerson,posixAccount,shadowAccount
cn: pippo
sn: pippo
uid: pippo
uidNumber: 4000
gidNumber: 513
homeDirectory: /home//pippo
loginShell: /bin/bash
gecos: System User
description: System User
2006 Jul 19
3
How do I check the retuned value from check_box_tag?
Hi,
I have this in my form
<%= check_box_tag(@accept, value = "1", checked = false) %>
Which puts a nice checkbox on my form but when I try to retrieve the
value that is returned, which I expect to find in @accept, there is
nothing. How do I check the returned value?
Thanks,
Paul Thompson
2007 Sep 15
3
check_box_tag always checked
#check_box and #check_box_tag are going to be the end of me. Why is
this always checked?
<% checked = @reservation.selected ? ''checked'' : nil %>
<td><%= check_box_tag("reservation[" + @reservation.id.to_s +
"][selected]", ''checked'', :checked => checked) %></td>
2008 Sep 10
3
(PR#12770) format() under Windows giv wrong resuts with
On Windows XP SP3
> format(pippo, format="%I:%M:%S %p")
[1] "11:43:12 PM"
In any case, if there is a problem it is in Windows, not in R, since this
is an Windows service that is being called. So there is no evidence at
all of any bug in R here.
On Wed, 10 Sep 2008, pego.enrico at tiscali.it wrote:
> Full_Name: Enrico Pegoraro
> Version: 2.7.2
> OS: Windows
2012 Dec 12
1
Lost in S4 and S3 classes
Hi all, this is my first post in R devel? sorry if I lost some of the guidelines.
Anyway this is my problem:
Version:
R version 2.15.2 (2012-10-26)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
I want to make an S4 class that use the output object of the function of nls.lm as a slot:
setOldClass("nls.lm")
setClass (
Class="TestClass",
2006 Apr 04
6
check_box_tag is limited?
Hello all.
Am I going totally nuts here and just want to check (Natch!) something.
A normal check_box has two value posssibilities. One for checked and one
for unchecked, the value gets submitted with a form.
The check_box_tag on the other hand, has a checked_value (Called just
''value'') and for the unchecked value...nothing, zip, nada.
This means that if you submit a form with
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro
Version: 2.7.2
OS: Windows (Vista or Xp PRO) Italian
Submission from: (NULL) (87.4.189.202)
If you send these lines of code:
outdir="c:/pippo"
file.path(outdir,"pluto.html")
R replies correctly:
[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies
2009 Aug 13
1
winbindd & Domain group
Hi,
I?m using samba rel.3.3.4.
The domain group associated to the domain user is always 10000 that means ?Domain Users? for all the domain users
$> getent passwd | grep pippo
DOMAIN\pippo:*:10015:10000:PIPPO:/home/DOMAIN/pippo:/bin/false
Do you know how is it possible to assign a different domain group ?
How is it possible that winbindd intercepts another domain group instead of the default
2006 May 03
1
Differences betwen check_box_tag and check_box form helper.
What is the difference between the check_box_tag and the check_box form
helper?
I can''t understand why both must exist. :(
Thanks.
Fernando Lujan
2008 Mar 02
2
check_box_tag remote_function
I have a collection of check_box_tags that look like the following:
<% for item in @items %>
<%= check_box_tag "item[item_ids][]", item.id, false, {:onchange =>
remote_function(:url => update_items_path, :with => "''items='' +
escape(value) "} %>
<%= item.name %>
<% end %>
My question is, how do I send all of the current
2008 Jun 18
2
check_box_tag with instance variable
hi,
i am trying to use one check_box with instance variable and trying to
get true or false value from database table.
and also please give me solution for multiple check_box and select all
how to feed and retrieve value and show in check box.
Thanks
Purab
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2007 Mar 30
10
check_box_tag not passing 0 when unchecked?
Code:
<%= check_box_tag("person[#{person.id}][is_approved]", 1, true) %>
Rendered output:
<input checked="checked" id="person[7][is_approved]"
name="person[7][is_approved]" value="1" type="checkbox">
Problem:
The value of "1" is always passed, even if the box is UNCHECKED.
Suggestions? Thanks!
--
Posted via
2005 Jun 22
1
Problem: 'force user' + 'force group' don't work fine?
I'm newbe on Linux and I have this problem for you:
Samba 3.0.14a (but 3.0.20pre1 also) work fine with AD users
authentication on linux (Fedora 3) machine.
I have on the root (/) the directory 'test' with permission dr-xrwx---,
owner 'pippo' group 'smbusers'
I share this directory via Samba; on the smb.conf all logged on user are
force to 'pippo' user with
2007 Sep 13
4
[CentOS 5] tftp-server, unable to create new files (even with "-c" option)
Hi all,
I'm trying to setup a TFTP server to serve as repository for the
config of all my Cisco network devices.
As per the the tftpd man, I've added the "-c" option into the /etc/
xinetd.d/tftp (as follows) but I still cannot get write access
(unless the file is already present).
[root at chl1 ~]# cd /etc/xinetd.d
[root at chl1 xinetd.d]# cat tftp
# default: off
#
2019 Jan 23
2
can't write Samba share as anonymous
Hello,
I'm trying to access a Samba share as anonymous/guest user, so I have
added the following entry inf file smb.conf (Samba 4.9)
guest account = andrea
map to guest = bad user
...
[test]
available = yes
browsable = yes
guest ok = yes
nfs4: acedup = merge
nfs4: mode = special
path = /var/tmp/test
read only = no
and the shared directory /var/tmp/test has the following permission (so
2002 Sep 17
2
configuration & cups
I seem to be having a great deal of trouble with cups and samba configuration.
cups seems to go on and off and it works and doesn't work.
I think I need some help on my samba configuration. Generally, it has
worked well on another machine, but my current setup seems a bit screwy.
System: FreeBSD 4.6.2; cups-1.1.15.1; cups-base-1.1.15.1_4;
cups-lpr-1.1.15.1_1;cups-pstoraster-7.05.5;
2008 Apr 07
1
plot with standar deviation (use abline and mad())
Hi list
Maybe someone can help with the following problem (thanks in advance):
I need to analisy a long list of data time \fluoscence
I want to make one plot with standard deviation and the average data... Could you suggest me how to make that..
The data have this distribution:
How can read and extrapolate this data?
pippo.csv
ps <- read.table(pippo.csv)
time fluorescence
0; 0
4.013; 62.96
2011 Nov 23
1
How to change Record "repeated"
I have a great dataset like this:
name ? ? ?colour ? ... ... ...
jerry ? ? ? ? red
pippo ? ? ? ?red
tom ? ? ? ? ?red
tom ? ? ? ?yellow
tom ? ? ? ?green
jessie ? ? orange
jessie ? ? ?red
bill ? ? ? ? ?yellow
kate ? ? ? red
henry ? ? ?green
..
..
I want to find out, in this great dataset, if (the name of) a person is
repeated (and which colour are associated).?
My output has to be
2010 Dec 31
2
error adding a user
Sorry for (I'm shure) my stupid question (and my bad english)...
If this is not the right place to post this kind of question forgive me
and please point me to the right mailinglist.
I've a Samba 3 that works with an openldap server as a sole domain controller.
I used to use the Microsoft usermanager.
After a general migration/upgrate I am not able to create new users anymore.
I can do
2001 Apr 09
2
samba 2.0.7 and windows98
Hi all,
I installed samba 2.0.7 on a PC running Linux Debian 2.2rev2
and the kernel 2.4.3
in smb.conf I put
[global]
netbios name=pippo
security =user
workgroup=pippo
domain logons=yes
encrypt passwords=yes
wins support=yes
os level=34
domain master=yes
local master= yes
preferred master =yes
...
[netlogon]
comment = the domain logon service
path=/export/samba/logon
public=no
writable=no