Displaying 2 results from an estimated 2 matches for "testi2".
Did you mean:
test2
2005 Apr 05
4
ACL and delete files
Hi,
I have samba-3.0.13 on linux machine compiled with these parameters:
--prefix=/usr/local/samba-3.0.13
--enable-cups
--with-ldap
--with-ldapsam
--with-acl-support
--with-quotas
In smb.conf I defined share :
[POBOX]
comment = !
path = /data/disk1/pobox
guest ok = no
writable = yes
directory mask = 0777
force directory mode = 0000
directory security mask =
2009 Sep 17
1
noob simple question create custom options_for_select
...k">Group tkk</option>
<option value="tkk">Group Rails</option>
<option value="tkk">Group The great school</option>
<option value="testi1">User testi1</option></select>
<option value="testi1">User testi2</option></select>
<option value="testi1">User testi3</option></select>
In my example i would like that all the lines that is related to users or
groups has the type in the select text.
Can i use select or should be select_tag and also how can i create this...