Displaying 20 results from an estimated 10000 matches similar to: "Alerting on user logins"
2007 Sep 18
4
alerting through puppet
Hi all,
I currently use puppet and cacti, and am in need of an alerting system for
systems/services that are down. Alerts through cacti are a major pain, so I
have begun looking at a small and simple tool called monit. Monit, however,
seems to be doing a lot of things that puppet is already doing for me (such
as checking if services are running and starting them if they aren''t, etc),
so
2009 Nov 14
3
authlogic fails on existing accounts when crypted_password is blank
I recently ran a migration to add the following to an existing user
model:
t.string "crypted_password"
t.string "password_salt"
t.string "persistence_token"
There is an existing (cleartext) password field, but authlogic doesn''t
seem to be reading that on existing accounts. As a result, all logins
for existing accounts fail.
How can I get
2004 Jun 21
4
disabling ALERTING message
Hi all,
Is there a way of disabling ALERTING message on a PRI channel? I have a
problem .* is sending ALERTING message to the Nortel telco switch of my
local provider BEFORE it dial the number it has to .if the number is busy or
invalid there is no way we can tell this to the switch because it has
already been told that the phone is ringing
I am using asterisk Asterisk CVS-04/06/04-10:46:21 with
2000 Sep 12
1
Cleartext pre-authentication before going to secure mode.
Hi
This is a feature request.
1) Make sshd to ignore garbage that may appear before ssh identification
string is received. Such "garbage" may be for example telnet negotiation
codes. This should be pretty easy task.
2) Make ssh to work in cleartext mode (and have minimum telnet negotiation
handling) before it receives ssh identification string. This requires
somewhat
2012 Sep 01
3
Alerts when process limits are met
Hi,
I've not found the answer to this question anywhere - please forgive me
if I overlooked.
I'd like to be able to be automatically alerted if process limits are
hit (e.g. max POP3 logins).
Is there a way that I can configure a script to be run, in the same way
that I can with quota warnings?
I can of course use logwatch, but this alerts me the next day, and
logwatch can be noisy
2016 Dec 20
3
Problem with keytab: "Client not found in Kerberos database"
On Tue, 20 Dec 2016 13:50:40 +0000
Brian Candler via samba <samba at lists.samba.org> wrote:
> Rowland Perry wrote:
> > >/imdap config AD : backend = rid /> >/ > /> How did you 'fix'
> > >this, on face value, there is nothing wrong with that line.
>
>
> "imdap" is not "idmap"
>
> (so now you understand why I
2015 Mar 16
1
Disabling Ringing/Alerting
Hi
Can anyone please guide us if there's any way of disabling alerting/ringing in asterisk when a call is placed to any subscriber. What we want is the channel establishment as it happens during a call progress but the subscriber should not ring. Is this possible in asterisk?
Regards,
Amber, Sarosh & Naheed
-------------- next part --------------
An HTML attachment was
2006 Apr 04
1
Question regarding samba and smbldap-tools
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
I suceeded in setting up a samba server with ldap authentication using
smbldap-tools. Everything is fine except one thing:
If a user is changing his password inside windows client the password is
encrypted and saved in ldap tree. I need this password as cleartext
'cause a webmail application only matches with cleartext passwords.
I
2011 Jun 30
2
basic LDAP authentication to Samba share from existin g directory
We use pGINA (www.pgina.org) to authenticate windows user logins via
ldaps:// against the university directory. Don't know if that will fit your
model, but it works for us.
----------------------------------------------
Tony Hoover, Network Administrator
KSU - Salina, College of Technology and Aviation
(785) 826-2660
"Don't Blend in..."
2002 Jun 28
2
auto login and logout
I am a test engineer, testing SSH server implementation of SSH into one of
our switches.
How can I automate the login and logout of an SSH client from the command
line?
I have in a script file the following, but I get prompted for the password.
How can I automate the password and the exit.
ssh2 -l $1 $2 (ssh2 -l <username> <host ip>)
Theresa C. Karpowicz
Software
2005 Dec 02
2
Internet explorer not authenticating properly
Hi all,
We are having a an ongoing problem with out NTLM authentication on out
squid system.
The problem tends to arise when users change their passwords.
I have read a KB article that says that DC's will still continue to
authenticate
Old password for an hour or so after the password is changed.
But I think it is between IE and winbindd that is the problem.
Below is a trace at debug
2017 Dec 19
3
detect suspicious logins
does anyone know of a linux module (maybe similar to fail2ban) that
could be installed which would monitor email logs (sign ins) and alert
the user to any suspicious activity on their account? i suspect it
would need to log geo location, device type and ip address to a
database. it seems like a module like this would be very useful and
should exist already? thanks in advance
2016 Dec 20
4
Problem with keytab: "Client not found in Kerberos database"
I finally found it, thanks to a clue from
https://wiki.archlinux.org/index.php/Active_Directory_Integration
This works:
kinit -k -t /etc/krb5.keytab 'WRN-RADTEST$'
These don't work:
kinit -k -t /etc/krb5.keytab
kinit -k -t /etc/krb5.keytab host/wrn-radtest.ad.example.net
kinit -k -t /etc/krb5.keytab host/wrn-radtest
That is: the keytab contains three different principals:
root
2013 Oct 25
1
LZ4 compression in openssh
I see.
From reading that wikipedia article, I'm wondering what gets compressed
when compression is enabled in openssh. Is it the ciphertext or the
cleartext?
Regards,
Mark
On Fri, 2013-10-25 at 15:47 -0400, Daniel Kahn Gillmor wrote:
> On 10/25/2013 03:23 PM, Mark E. Lee wrote:
> > Thanks for the response, what kind of problematic interactions would
> > occur (other than
2002 Aug 26
2
Homedrive mapping
Hello everyone,
We are making extensive use of the homedrive mapping fields in AD.
(automagically mapping a drive letter to a UNC path without a logon script)
Since we sp2 applied to our clients, none of them have been able to map
their home drives to our samba servers.
According to Microsoft's q-article,
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308580&, "this
2010 Nov 01
1
auth child abort - "Requested NTLM scheme, but we have only SSHA256"
Hi!
I noticed these messages in my logs. It seems that the user checked the
"encrypted password" in her outlook or something, and wants NTLM auth.
I'm storing all the passwords as SSHA256, and when the user tries to
auth, this happens:
=> dovecot.info
auth: Info: password(<username>,<user_ip>): Requested NTLM scheme, but
we have only SSHA256
auth: Debug:
2002 Jul 01
1
samba-2.2.3a with ldap: no logins after a while
I'm still in the process of gathering logs and such. So far, I have tcpdump
captures (yeah, I know 2.2.5 is out, will try it too).
Randomly, it seems, the server will be deaf to logon requests from win98
workstations.
Network traces show that the workstation:
- sends to the broadcast address: NETLOGON LM1.0/LM2.0 LOGON REQUEST
- after 3s, it repeats it twice quickly and then sends the same
2023 Feb 24
2
Send admin kill request to server
Good Morning Philipp,
that make be a good point.
But it would be very helpful, if in the Icecast documentation would be very clear defined, which kind of authorization is required for which server version.
At least, I could not find anything!
-----Urspr?ngliche Nachricht-----
Von: Icecast [mailto:icecast-bounces at xiph.org] Im Auftrag von Philipp Schafft
Gesendet: Samstag, 18. Februar 2023
2001 Nov 05
2
Samba Migration
Well, I have successfully migrated about 75 Windows 95/98 machines over to
using Samba as a PDC, it works better than I expected. Much faster than NT
or OS2. However I have a few questions? There are a couple of machines
that will not use the Samba box to authenticate. I know that the network
config on these machines is correct as they were working before, and the net
properties have been set
2001 Nov 07
3
samba PDC with NIS, or other solution?
We have a network with Windows NT/2000, SGI's, Linux, Macintosh, AIX. Our
user account/passwords for all our machines is handled by NIS on an AIX
machine.
Our unix machines autheticate through NIS. Our windows machines
authenticate by loging on to an NT server acting as the PDC, and that PDC
has a service installed on it called "WinDD NIS" (made by Tektronix I
think) which contacts