Displaying 7 results from an estimated 7 matches for "reprompted".
Did you mean:
prompted
2005 Jun 27
2
Comedian Mail User Setup Prompts
I have a user who goes into Comedian Mail for the first time and goes
thru the initial setup, changes password, records name, etc. Problem is
that every time he calls in, it thinks that it's his first time and
keeps reprompting him. His password change is reflected in
voicemail.conf. Others do not have this problem.
Where does Asterisk maintain the "first time" flag? Any ideas
2006 Jan 19
5
Only one chance to enter a new password?
Hello there,
We are using OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004 on various
Solaris boxes with PAM and an LDAP server back end.
Recently we have added a requirement for users to have complex
passwords. The problem is, if a user's password has expired, when they
log in they are prompted for a new password (good) but if they enter a
non-complex new password the session is closed rather than
2015 Feb 17
1
winbindd: Exceeding 200 client connections, no idle connection found
Smbd: Version 4.1.6-Ubuntu
Winbind: Version 4.1.6-Ubuntu
root at tank-1:/var/log/samba# tail log.winbindd
[2015/02/17 10:13:57.996865, 0] ../source3/winbindd/winbindd.c:1023(winbindd_listen_fde_handler)
winbindd: Exceeding 200 client connections, no idle connection found
I'm getting above error on the winbind services which are causing several issues such as disconnecting users from
2018 Feb 01
1
Best practices in developing package: From a single file
It is indeed a matter of what the developer is comfortable with and the one-stop solution provided by devtools is difficult to beat.
This may also vary across projects. I use EMACS/ESS with and without roxygen2. In some cases EMACS/ESS+Org mode provides stunning benefits.
Updating "usage" statements in Rd files was mentioned several times.
Rdpack::reprompt() does this and more for
2002 Apr 09
0
[Bug 211] New: ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA private key
http://bugzilla.mindrot.org/show_bug.cgi?id=211
Summary: ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA
private key
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
2004 Jun 21
0
dialplan help!-RESOLVED
All,
I was a bit too focused on where I thought the problem was - turns out
I wasn't crazy and the dialplan does work as expected. The problem was
with dtmf detection - setting relaxdtmf=yes did the trick. Sorry for
the premature post for help.
Begin forwarded message:
> From: Ben Witso <benw@bgwcomp.com>
> Date: Mon Jun 21, 2004 7:28:42 PM US/Central
> To: Asterisk-Users
2006 May 03
8
[Bug 1188] keyboard-interactive should not allow retry after pam_acct_mgmt fails
...Priority: P2
Component: PAM support
AssignedTo: bitbucket at mindrot.org
ReportedBy: dtucker at zip.com.au
OtherBugsDependingO 1155
nThis:
Because each keyboard-interactive attempt is effectively
self-contained, when the PAM account check fails, the user is
reprompted, even though they can never possible succeed (since
do_pam_account() caches the result). Eg:
$ ssh localhost
Password:
Your account has expired; please contact your system administrator
Password:
sshd should prevent further keyboard-interactive attempts if the PAM
account check fails.
-----...