Displaying 2 results from an estimated 2 matches for "passwd_file_init".
2005 Jan 12
1
Problem using passwd-file authentication: does not read UID, GID
...starting up
dovecot: Jan 11 14:41:49 Info: auth(default): userdb(test,127.0.0.1): uid=0 gid=0 home= mail=
dovecot: Jan 11 14:41:49 Error: Logins with UID 0 not permitted (user test)
dovecot: Jan 11 14:41:49 Info: imap-login: Internal login failure: test [127.0.0.1]
When userdb-passwd-file.c::passwd_file_init() is called, it compares the
userdb passwd-file to the passdb passwd-file. If they are the same, it resets
the time stamp to force a re-read of the password database during the next
look-up. However, I believe it also needs to reset the userdb_pwf->userdb
flag to TRUE or else it won't pick...
2004 Oct 21
2
test51 dumping core
...name = 0x0
arg = 0xd0bd985 "\203??j"
initial_resp = 0xcfbefe58 "h?????"
initial_resp_data = (void *) 0x1000
initial_resp_len = 218880389
id = 3485400780
buf = (buffer_t *) 0x3c006000
valid_client_cert = 1
#2 0x1c00bda0 in passwd_file_init (args=0x3c0140c0 "?t") at
userdb-passwd-file.c:39
args = 0xffffffff <Address 0xffffffff out of bounds>
#3 0x1c00b986 in checkpassword_verify_plain (request=0x1, password=0xcfbeff18
"`",
callback=0xcfbefeb8) at passdb-checkpassword.c:277
request = (stru...