Displaying 7 results from an estimated 7 matches for "prompt2".
Did you mean:
prompt
2004 Jul 22
1
[PATCH] add LOGIN authentication mechanism
...uest)
+{
+ mech_auth_finish(request, NULL, 0, result == PASSDB_RESULT_OK);
+}
+
+static int
+mech_login_auth_continue(struct auth_request *auth_request,
+ const unsigned char *data, size_t data_size,
+ mech_callback_t *callback)
+{
+ struct auth_client_request_reply reply;
+ static const char prompt2[] = "Password:";
+
+ auth_request->callback = callback;
+
+ if (!auth_request->user) {
+ auth_request->user = p_strndup(auth_request->pool, data, data_size);
+
+ if (!mech_is_valid_username(auth_request->user)) {
+ if (verbose) {
+ i_info("login(%s): invalid use...
2002 Nov 25
0
Linux and Samba Code
....h>
#include <pwd.h>
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#define PASSWD "/usr/bin/passwd_old"
#define SMBPASSWD "/usr/bin/smbpasswd_old"
#define PROMPT1 "Type a new password: "
#define PROMPT2 "Type the same password again: "
#define MINPWLEN 6
#define STRLEN 1024
int change(char *program, char *user, char *pwd, FILE *mystderr);
int main (
int argc,
char **argv)
{
int fd;
struct passwd *pwentry;
char name[STRLEN];
char newpw[S...
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
...()
cwd /root
dirstack /root
echo_style bsd
edit
filec
gid 0
group wheel
history 100
home /root
killring 30
loginsh
mail /var/mail/root
owd
path (/sbin /bin /usr/sbin /usr/bin /usr/games
/usr/local/sbin /usr/local/bin /usr/X11R6/bin
/root/bin)
prompt homes#
prompt2 %R?
prompt3 CORRECT>%R (y|n|e|a)?
savehist 100
shell /bin/csh
shlvl 1
status 0
tcsh 6.12.00
term vt100
tty ttyp0
uid 0
user root
version tcsh 6.12.00 (Astron) 2002-07-23
(i386-intel-FreeBSD) options
8b,nls,dl,al,kan,sm,rh,color,dspm,filec
homes# setenv
USER=root
LO...
2003 Jan 10
0
Samba-2.2.7a Compile error --with-pam
...ction)
nsswitch/pam_winbind.c:297: `PAM_TEXT_INFO' undeclared (first use in this
function)
nsswitch/pam_winbind.c:305: `PAM_PROMPT_ECHO_OFF' undeclared (first use in
this function)
nsswitch/pam_winbind.c:306: `prompt1' undeclared (first use in this
function)
nsswitch/pam_winbind.c:309: `prompt2' undeclared (first use in this
function)
nsswitch/pam_winbind.c:325: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:325: dereferencing pointer to incomplete type
nsswitch/pam_winbind.c:325: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:325: dereferencing...
2002 Jun 28
2
Error when configuring pam on samba (MANDRAKE 8.2 and before)
...tion)
nsswitch/pam_winbind.c:297: `PAM_TEXT_INFO' undeclared (first use in this
functi
on)
nsswitch/pam_winbind.c:305: `PAM_PROMPT_ECHO_OFF' undeclared (first use in
this
function)
nsswitch/pam_winbind.c:306: `prompt1' undeclared (first use in this
function)
nsswitch/pam_winbind.c:309: `prompt2' undeclared (first use in this
function)
nsswitch/pam_winbind.c:325: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:325: dereferencing pointer to incomplete type
nsswitch/pam_winbind.c:325: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:325: dereferencing...
2003 Jan 28
1
[nsswitch/pam_winbind.po] Error 1 With Compiling 3.0
...ction)
nsswitch/pam_winbind.c:328: `PAM_TEXT_INFO' undeclared (first use in
this function)
nsswitch/pam_winbind.c:336: `PAM_PROMPT_ECHO_OFF' undeclared (first use
in this function)
nsswitch/pam_winbind.c:337: `prompt1' undeclared (first use in this
function)
nsswitch/pam_winbind.c:340: `prompt2' undeclared (first use in this
function)
nsswitch/pam_winbind.c:356: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:356: dereferencing pointer to incomplete type
nsswitch/pam_winbind.c:356: arithmetic on pointer to an incomplete type
nsswitch/pam_winbind.c:356: dereferencing...
2002 Jul 01
5
./configure --with-pam
Hi all,
I still have problems with my nt authentication on linux.
My problems start when compiling --with-pam
This is the output, i can't figure out why i get the error.
[root@squid source]# ./configure --with-pam
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a