Displaying 20 results from an estimated 5000 matches similar to: "Accessing Helperfunctions from the Controller"
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
DHCP options like domain-name or hostname are written to
/tmp/net-$DEVICE.conf which is typically later used by other scripts to
determine the network configuration. This is done by sourcing the
/tmp/net-$DEVICE.conf file to get all defined variables.
This patch escapes the DHCP options written to /tmp/net-$DEVICE.conf
to prevent arbitrary code execution.
Signed-off-by: Ulrich Dangel <uli at
2006 May 18
3
Render layout on the fly
Hi guys,
i was wondering if there is any possibility to render a layout on the
fly instead of putting it into the layouts/ folder. Any ideas?
--
Posted via http://www.ruby-forum.com/.
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
Provides a mechanism to generate ip addresses for static networks
and prefill the 'ip address' fields of the host and vm networking
forms w/ the first suggested ip.
---
src/app/controllers/vm_controller.rb | 2 +-
src/app/models/ip_address.rb | 52 +++++++++++++++++++++++++++++++++
src/app/models/network.rb | 11 +++++++
src/app/models/physical_network.rb |
2006 May 18
4
Cascaded Forms
Hi guys, it''s me again ;)
is it possible to put forms into forms? My problem is, i have a form
which gathers informations about an SSL Certificate order. There is a
field which holds the SSL CSR file. Now i wanted to put in a subform
which has an form_remote_tag and decodes that CSR file and returns if
everything was okay or not.
Now if i put in a submit_tag it submits my form which
2016 Aug 13
0
[CentOS6] Manually configured Firewall (WLAN-AP plus Router)
Hello
I've got this Mini-PC
https://www.zotac.com/product/mini_pcs/zbox-ci323-nano
everything is fine -> latest 6.8 kernel works;
both Ethernet-Interfaces work and also the WLAN-Interface works;
the two Ethernet-Interfaces are eth0 and eth1
the WLAN-Interface is wlan0
eth1 is connected on ISP side
eth0 is connected on my LAN side to a switch;
and wlan0 shall also be on my LAN side f?r
2006 Mar 10
0
Problem with fireruby when connecting to database
Hi there,
i got a similar problem like Franz Bettag in
http://www.ruby-forum.com/topic/57499#new
i posted this again because the upper ticket was placed in ruby and not
in ruby on rails! :)
--
Posted via http://www.ruby-forum.com/.
2015 Aug 07
2
pigeonhole/lda accessing -m folder
Hi all,
anybody knows, if there is a way to acces the folder from a call like this
deovecot-lda -m destfolder
from within a sieve script?
thx in advance
matze
2003 Dec 29
1
Problems accessing Linux Shares
I use Redhat Linux 9, SWAT version 2.2.7a-8.9.0 , and Samba version
2.2.7a-8.9.0. I have one Windows 2000 and one XP system that use the
linuxbox as a filserver. There are various access problems with the
Windows machines getting access to the Samba shares.
The Windows2000 machine accesses the Linux shares fine (requiring
authentication for each share and giving access rights based on the
local
2015 Aug 07
2
pigeonhole/lda accessing -m folder
hi jost thx for the reply,
by access I mean to read the variable
require ["fileinto", "variables", "?destfolder?" ];
if anyof ( destfolder :matches "*") {
fileinto "${1}/subfolder";
}else{
fileinto "INBOX/subfolder";
}
On 08/07/2015 12:26 PM, Jost Krieger wrote:
> On Fri Aug 7 12:19:22 2015, matthias lay wrote:
2007 May 15
1
Share's accès : how to?
I have configure this folder share in samba :
[share_name]
Path = /home/folder
With this acc?s : share root:group_name 2770
In my group ?group_name?, I?ve user1, user2, user3.
Therefore the 3 users have complete acces in this folder. But in this one I
have to add other folder shared :
- /home/folder/ufold1
- /home/folder/ufold2
But I want the user1 have only an acces in the
2015 Aug 07
0
pigeonhole/lda accessing -m folder
On Fri Aug 7 12:19:22 2015, matthias lay wrote:
> anybody knows, if there is a way to acces the folder from a call like this
>
> deovecot-lda -m destfolder
>
> from within a sieve script?
Depending on what you mean by "access", this could be as easy as
require "fileinto";
fileinto "destfolder";
Yours
Jost Krieger
--
| Jost.Krieger+sig at
2015 Aug 07
0
pigeonhole/lda accessing -m folder
fixed my problem.
if somebody is interested.
I added an variable to the environment extension, which is quite easy.
And the value of the folder is already there. so this is all:
src/lib-sieve/plugins/environment/ext-environment-common.c
static const char *envit_spfolder_get_value
(struct sieve_instance *svinst,
const struct sieve_script_env *senv)
{
return
2015 Aug 10
0
PATCH for Stephan: Re: pigeonhole/lda accessing -m folder
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 10 Aug 2015, matthias lay wrote:
Hi Matthias,
there is another possibility:
require ["fileinto", "variables", "subaddress", "envelope"];
if envelope :detail :matches "to" "*"
{
set "myfolder" "${1}";
} else {
set "myfolder"
2004 Dec 15
0
Strange Behavior accessing shares
Hi List!
The following behavior was tested from Windows and smbclient, with
different user-ids. Samba is PDC. Host is FC2.
My shares:
[projekte]
comment = Projekte
path = /var/smb/share/Projekte
[projekteee]
comment = Projekte
path = /var/smb/share/Projekte
You see, both
2016 Aug 03
0
FW: kerberos nfs4's principals and root access
Ah ok, you are using "public_html" from a default setup.
Now i understand what you exact want.
If you have the apache keytab created.
Create a cron job and run :
kinit -t /path/to/keytab as the www user.
Dont forget het disable the password change in the AD user for
the "apache Service user" account.
You probely also need to export some kerberos variables like :
2018 Sep 20
0
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
Hai,
Sorry to say but..
> The solution (following the default how-to directories structure):
No, the solution is to setup correctly.
Just do a a small test here to see if its all correct.
With a windows computer, browse to \\server
Right klik the profiles share, check security.
If this is set correct, the user should not be able to see the rights.
Repaet, now as Adminsitrator.
2004 Jun 22
1
two problems with pam authentication
Hi,
my etc/pam.d/login file is given at the end.
i am using winbind and single sign on is working now. on the fly
directory creation also works.
when i check the /var/log/messages i have this error in there
1.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair'granted
acces
2.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair'
granted acces
2003 Oct 21
0
[Fwd: accessing shares]
John: I wanted to add that I have no problem logging into the samba
server with a domain account, as long as it's not through KDE. The first
time error's out complaining about DCOPServer and not being able to
write to the home directory....don't know if this is relevant.
My experience is very limited on Unix and Samba. Please forgive me if
the answer is right in front of me.
2000 Feb 24
0
Printer acces slows down on multiple prints
I'm runing Samba 2.06 as Data + Print server for a hand of NT4.0 SP 6.0
Workstation. if I send 1 Print to one of the 3 HP Printers there is no
problem and the acces to the printer command box is fast. if I Try to
Print a Second one while the first is beeing spoold by Samba (whith LPD)
the acces box of the printer taks up to 1 minute to pop up!!!
I hop sombody kann help me.
2015 Aug 10
2
pigeonhole/lda accessing -m folder
complete patch. some parts were missing before
diff --git a/src/lib-sieve/plugins/environment/ext-environment-common.c
b/src/lib-sieve/plugins/environment/ext-environment-common.c
--- a/src/lib-sieve/plugins/environment/ext-environment-common.c
+++ b/src/lib-sieve/plugins/environment/ext-environment-common.c
@@ -24,7 +24,8 @@ static const struct sieve_environment_item
*core_env_items[] = {