Displaying 2 results from an estimated 2 matches for "komp14".
Did you mean:
comp1
2011 Mar 24
2
Problem with pam-auth and winbind
Hi
I try to use windbind rule to authenticate users in dovecot login procedure.
/etc/nsswitch.conf file:
passwd: files winbind
shadow: files winbind
group: files winbind
when I try logon from my console to dovecot (pop3 server):
# telnet komp14 110
Trying 10.10.10.38...
Connected to komp.xxx.xxx (10.10.10.38).
Escape character is '^]'.
+OK Dovecot ready.
user tt1
+OK
pass xxxxxxxxx
-ERR Authentication failed.
quit
+OK Logging out
Connection closed by foreign host.
Of course password is corret becouse
#wbinfo -K tt1
Enter tt1'...
2011 Mar 18
1
Problem with pam-auth and winbind
...h
mode: 432
user: postfix
group: postfix
and configuration of the /etc/pam.d/dovecot is follows:
#%PAM-1.0
auth required pam_env.so debug
auth sufficient pam_winbind.so
#auth sufficient pam_unix.so likeauth nullok use_first_pass
auth required pam_deny.so
#
when I try logon from my console:
# telnet komp14 110
Trying 10.10.10.38...
Connected to komp.xxx.xxx (10.10.10.38).
Escape character is '^]'.
+OK Dovecot ready.
user tt1
+OK
pass xxxxxxxxx
-ERR Authentication failed.
quit
+OK Logging out
Connection closed by foreign host.
Of course password is corret becouse
#wbinfo -K tt1
Enter tt1'...