search for: acct_mgmt

Displaying 5 results from an estimated 5 matches for "acct_mgmt".

2005 Dec 31
1
can't switch off login debuggin
...insert into log (msg, user, host, pid, time) values('AUTH SUCCESSFUL', 'XXXX', '', '14813' , NOW()) dovecot-auth: Returning 0 dovecot-auth: returning 0 . dovecot-auth: returning 0. dovecot-auth: pam_mysql: setcred called but not implemented. dovecot-auth: pam_mysql: acct_mgmt called but not implemented. Dont panic though :) </snip> I use dovecot-0.99.11-2.EL4.1 on CentOS. Hope someone can help me to stop these messages. Regards, Sebstian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org...
2004 Dec 29
0
dovecot_auth / pam_mysql login errors
...ebsrv dovecot-auth: returning 0 . Dec 29 12:22:10 websrv dovecot-auth: returning 0. ## And then: Dec 29 12:22:10 websrv dovecot-auth: pam_mysql: setcred called but not implemen ted. Dec 29 12:22:10 websrv dovecot-auth: pam_mysql: acct_mgmt called but not implem ented. Dont panic though :) Dec 29 12:22:10 websrv pop3-login: Internal login failure: myname [xxx.xxx.xxx.xxx] As much as I was trying to find reading material on them I have not maneged to find something that will help me. If anybody can sh...
2005 Jan 03
1
Dovecot + MySql (NO PAM) Howto
As mentioned before, I got Dovecot with Fedora and it does not have the necessary documentation. Can some one please direct me to the correct path of making this type of configuration work. I got Dovecot to authorize the users Via PAM & Mysql but still getting errors (acct_mgmt & setcred) that I can't figure out how to solve.
1999 Nov 22
0
OpenSSH 1.2pre14 fails on pam_open_session() ...
...m_handle_t *)pamh, pam_retval)); do_fake_authloop(username); } ========================================== PAM Password authentication accepted for user "marc" debug: PAM setting rhost to "atelier.acadiau.ca" debug: PAM_retval(remote_host) successful debug: PAM_retval(acct_mgmt) successful debug: PAM_retval(open_session) about to run Segmentation fault =========================================== so, its looking like I'm authenticated properly, but when trying to set up the whole environment, its failing...? anyone know how I should go about debugging this? thanks....
2003 Feb 26
0
PAM merge from FreeBSD
A few things to keep in mind: - kbd-int should call pam_authenticate(), acct_mgmt(), chauthtok(), if required, setcred(PAM_ESTABLISH_CRED) and open_session() ALL during kbd-int so that modules in each of those PAM stacks can prompt the user (pam_open_session(), for example, may prompt a user with an informational message akin to the last login message) - all userau...