similar to: INN with auth hook

Displaying 20 results from an estimated 60000 matches similar to: "INN with auth hook"

2008 Jun 03
2
INN Python support in Centos 5.1
Hello . i want to ask several questions : 1) Is INN on Centos5.1 compiled with python auth hooks support? 2) If i want my messages on news server to keep forever (history) , should i change expire.ctl? What i need to set 3) Is there some configuration which i need to set to be able to use python auth hooks? Or can i simple proceed with adding them to readers.conf ( I allready tested my
2008 Jun 12
1
INN with SSL
Hello, on a INN mailinglist i have found , that in order to use INN over SSL i need to call another instance of nnrpd like this : su news -c '/usr/local/news/bin/nnrpd -D -c /usr/local/news/etc/readers-ssl.conf -p 563 -S' I am using INN from official centos 5.1 rpm . My question is, where to init scripts /etc/init.d/inn or somewhere else put such a line to have INN listening on 563 for
2000 Jul 22
0
MDKSA-2000:023 inn update
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ________________________________________________________________________ Linux-Mandrake Security Update Advisory ________________________________________________________________________ Package name: inn Date: July 22nd, 2000 Advisory ID: MDKSA-2000:023 Affected versions: 6.0, 6.1, 7.0, 7.1
2008 Mar 25
0
Re: News Groups (local) mirrored with mailinglists
Hi, i want to know - how synchronization mailinglist <----> news works . I can set a name of a news group for mailinglist in mailman. Is it all that is necessary to do? I do understand one way - from mailman to news server, but what about the other side? How can i achieve it? Hope it is understable ... Mailman + INN My next question talks about INN f and pam authentification (pam ldap).
2007 Apr 12
0
[LLVMdev] Group Rate At Cupertino Inn For Developer's Meeting
Good News, Because the meeting was originally scheduled for Apple, Cupertino Inn has allowed us to use the Apple discount rate ($123.00 instead of $185.00). You should request that rate if your stay involves checkout on any weekday (i.e. thursday night). However, that rate is flat for any night. So, if you want to stay over Friday night into the weekend, just get their usual (already discounted)
2011 Apr 27
6
INN removed from CentOS 6
I use inn to make internal company announcements and discussions available to remote offices. I note inn is removed form RHEL 6. What replaces inn? http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html Will inn be available from elsewhere? Will I have to compile it? Should I modify my scripts to create and install html files for a web server? That would
1999 Sep 02
0
SECURITY: RHSA-1999:033 Buffer overflow problem in the inews program
-----BEGIN PGP SIGNED MESSAGE----- - --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: Buffer overflow problem in the inews program Advisory ID: RHSA-1999:033-01 Issue date: 1999-09-01 Keywords: inn inews buffer overflow - --------------------------------------------------------------------- 1. Topic: New packages for INN
2019 Jan 14
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Hai, Thank you for sharing this very apriciated. If i may, a few small suggestion, to make is little bit better to read/understand. In this line: samba-tool domain exportkeytab --principal=dehydrated-service at YOUR.DOMAIN /home/dehydrated/etc/dehydrated-service.keytab @YOUR.DOMAIN could you change this to : @YOUR.REALM Because of this. ( per example ) DNS domain =
2019 Jan 15
1
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Just to clarify, your hook allows dehydrated to lookup DNS to an internal Samba (or Bind_DLZ) server for DNS-01 verification in certificate generation? Kris Lou klou at themusiclink.net On Tue, Jan 15, 2019 at 2:13 AM Jakob Lenfers via samba < samba at lists.samba.org> wrote: > Am 14.01.19 um 11:29 schrieb Rowland Penny via samba: > > > Whilst it is quite correct to say that
2019 Jan 14
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Hai Rowland, > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: maandag 14 januari 2019 12:48 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] dehydrated hook for LetsEncrypt certs > and samba dns (was: samba-tool auth in scripts) > > On Mon, 14 Jan 2019 12:13:19 +0100 >
2019 Jan 14
1
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: maandag 14 januari 2019 13:21 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] dehydrated hook for LetsEncrypt certs > and samba dns (was: samba-tool auth in scripts) > > On Mon, 14 Jan 2019 13:03:42 +0100 > "L.P.H.
2003 Oct 20
1
looking for a job
Hello! My name is Denis Shaposhnikov. I'm looking for a job in EU (Germany is preferably) as a UNIX/FreeBSD system administrator and/or network administrator that lets me utilize my experience in an Internet Service Providing (ISP). Skills: * Operating systems: UNIX (FreeBSD 2.2 - STABLE), Cisco IOS (10.x - 12.x), ZyNOS. Understand how systems work and is able to apply this
2019 Jan 15
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Am 14.01.19 um 11:29 schrieb Rowland Penny via samba: > Whilst it is quite correct to say that the REALM isn't the same as a > DNS domain, there is a correlation between them. The REALM must be the > DNS domain in uppercase, so this: > [...] I'll let you discuss this with Louis, I'm barely following anymore and try to add everything when you're done ;) > If you do
2011 Jul 11
0
Questions on libvirt hook scripts
Hi, Reading http://libvirt.org/hooks.html I'm wondering of the following implication is accurate: Under "QEMU guest migration" it says At the beginning of the migration, the qemu hook script on the _destination_ host is executed with the "start" operation. Above that, under "Specifics" Before a QEMU guest is started, the qemu hook script is called in two
2008 May 13
2
build custom domU kernel from centos kernel source
Hi, i am trying to build a custom xen kernel from CentOS source kernel rpm . What i want to achieve is to have custom domU kernel without modules, which will boot domU machine without having /lib/modules . My first try is to simple disable Loadable module support , so i have followed tutorial on CentOS wiki for kernel building http://wiki.centos.org/HowTos/Custom_Kernel . Now it is building, my
2008 May 13
2
build custom domU kernel from centos kernel source
Hi, i am trying to build a custom xen kernel from CentOS source kernel rpm . What i want to achieve is to have custom domU kernel without modules, which will boot domU machine without having /lib/modules . My first try is to simple disable Loadable module support , so i have followed tutorial on CentOS wiki for kernel building http://wiki.centos.org/HowTos/Custom_Kernel . Now it is building, my
2004 Jan 06
2
How to flash hook when there is no hook ?
Hi all, I'm using regular analog phones with * and an ATA186, and I plan to move to cordless phones. But cordless phones usually have no way to flash hook cause there is no hook :-) I seem to recall there is a way to simulate a flash hook using dtmf tones in *, but I can't find which combination to use. More generally, where can I find all those magic cominations to put people on hold,
2006 Jun 05
2
Configuring behaviour of flash hook
Hi all, I have some problems configuring the right behaviour of Zaptel devices in asterisk. Especially with three way call, call waiting and call transfers. Having one party on hold and the other on line I would like to have - Flash Hook + 3 to activate three way call - Flash Hook + 2 to swap between user on hold and user on line. On call waiting I would like to have: - Flash Hook + 2 to
2014 Dec 04
0
Asterisk 1.8.32.1 -- Asterisk Hangs, FXOl DAHDI Channels Go Off-Hook, Operator FXS- Ringing
So far it happened two (2) times, last time yesterday. Opened case with Asterisk https://issues.asterisk.org/jira/browse/ASTERISK-24593 All FXO channels went off-hook, Operator FXS was constantly ringing. If I picked a handset there was a dead silence. If I put it back on hook it would start ringing. FreePBX interface would not operate properly. Specifically it was slow to authenticate, then
2009 Sep 22
1
new git hook to be installed
We've all wanted to be able to tweak a few server-side settings, without having to find/ask/wait for someone do something manually on the server. With this change to ovirt's "update" hook, you can now do just that by pushing a specially formed tag to the remote repository. (once this hook is installed) If that tag meets several criteria, the "update" hook will run the