search for: reprompt

Displaying 7 results from an estimated 7 matches for "reprompt".

Did you mean: prompt
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 would be appreciated. Thanks, Adam The contents of this email message and any attachments are confidential and are intended solel...
2006 Jan 19
5
Only one chance to enter a new password?
...M 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 reprompting them for another try. With some PC clients they see nothing which is causing a lot of support calls... Here's the PAM configuration if that matters: sshd auth requisite pam_authtok_get.so.1 sshd auth required pam_dhkeys.so.1 sshd auth sufficient pam_unix_auth.so.1 server_policy sshd auth r...
2015 Feb 17
1
winbindd: Exceeding 200 client connections, no idle connection found
...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 active transfers and reprompting user credentials that doesn't accept user info. I found this closed bug on version 3.0.2 smbd version that had this error but I'm not sure if I'm looking at the same problem on the version 4.x https://bugzilla.samba.org/show_bug.cgi?id=3204 Does anyone else have similar issue with t...
2018 Feb 01
1
Best practices in developing package: From a single file
...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 functions, methods and classes. Georgi Boshnakov ------------------------------ Date: Wed, 31 Jan 2018 07:53:18 -0800 From: Michael Lawrence <lawrence.michael at gene.com> To: Duncan Murdoch <murdoch.duncan at gmail.com> Cc: "Brian G. Peterson" &lt...
2002 Apr 09
0
[Bug 211] New: ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA private key
...OS/Version: other Status: NEW Severity: normal Priority: P2 Component: ssh-keygen AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: zardoz at users.sf.net keygen should either print the requirements on passphrases before prompting or reprompt if it is too short. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Jun 21
0
dialplan help!-RESOLVED
...ld like enter it now, otherwise please > hold), then if they entered a 4 digit extension, dial it accordingly. > If they don't enter anything ring a zap phone for several seconds then > play a phrase and hang up. If they enter an invalid extension, play a > phrase and go back to reprompt. When I call, if I do nothing it works > as expected. But if I try to enter an extension, it either ignores the > touch tones completely, or only "sees" the first digit (then acts > accordingly with the invalid handling). I've moved the "include" > around and...
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. ---...