[EMAIL PROTECTED] wrote: > > 2.2.6 installed from rpm on rh 7.2 system... > I'm trying to use pam_winbind and apache's basic authentication to > restrict access to certain directories served by apache. > > It does work, but when I enter a wrong password I get this error in > log.winbindd: > Plain-text authentication for user jarboed returned NT_STATUS_WRONG_PASSWORD > > Is there a way that pam_winbind.so can encrypt the passwords rather than > send them plaintext?
All communications with the DC are encrypted - this message refers to the fact that your typed a plaintext password, rather than supplying an NTLM challange-response pair. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
