Displaying 1 result from an estimated 1 matches for "get_reply_data".
2002 Dec 22
1
[Fwd: ./configure options..]
...ormat=2 -Wbad-function-cast -o
imap-auth auth.o auth-plain.o auth-digest-md5.o cookie.o
login-connection.o main.o master.o mycrypt.o userinfo.o
userinfo-passwd.o userinfo-shadow.o userinfo-pam.o
userinfo-passwd-file.o userinfo-vpopmail.o ../lib/liblib.a -lcrypt
userinfo-passwd-file.o: In function `get_reply_data':
dovecot/cvs/dovecot/src/auth/userinfo-passwd-file.c:72: undefined
reference to `passwd_fill_cookie_reply'
grep of the source tree says:
src/auth/userinfo-passwd.c:16:void passwd_fill_cookie_reply(struct
passwd *pw, AuthCookieReplyData *reply)
Also pam, shadow, and passwd-file all seem...