Displaying 3 results from an estimated 3 matches for "p_drive".
Did you mean:
c_drive
2005 Feb 16
0
Samba 3.0.11 as Domain member with ADS W2K
...th = /home/%U
valid users = %S
read only = No
browseable = No
[o_drive]
comment = o_drive
path = /home/o_drive
valid users = @%D+oadmin
inherit permissions = Yes
read only = no
# force user = smbuser
# force group = nobody
[p_drive]
comment = p_drive
path = /home/p_drive
valid users = @%D+padmin
inherit permissions = yes
read only = yes
# force user = smbuser
# force group = nobody
[web]
comment = Private web
path = /home/web
read only = No
[printers]...
2010 Jul 20
20
render :js => "alert('Test !')"
Hi Folks,
I use render :js => "alert(''Test !'')" in my modele, but instead of
having the alert displayed, the browser try to donload a file containing
this string : <<render :js => "alert(''Test !'')">>. Do you know why I the
browser behaves such a way ?
Regards
--
Posted via http://www.ruby-forum.com/.
--
You received
2002 Dec 10
0
(no subject)
...lp smtp uucp nuucp listen
nobody noaccess nobody4
write list = administrator
printer admin = administrator, @staff
print command = echo Printing %s at %p >> /tmp/print.log;
/usr/ucb/lpr -P %p %s; rm %s
[homes]
comment = $HOME directory
path = /data1/%H/p_drive
valid users = %U
read only = No
create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
browseable = No
[printers]
comment = Printers
path = /var/spool/samba
printer admin = admini...