Re: Replacing passwd?
From: Ivan Voras (ivoras_at_fer.hr)
Date: 11/18/04
- Previous message: Dan Nelson: "Re: Replacing passwd?"
- In reply to: Dan Nelson: "Re: Replacing passwd?"
- Next in thread: Dan Nelson: "Re: Replacing passwd?"
- Reply: Dan Nelson: "Re: Replacing passwd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Nov 2004 18:17:47 +0100 To: Dan Nelson <dnelson@allantgroup.com>
Dan Nelson wrote:
> In the last episode (Nov 18), Ivan Voras said:
> passwd just uses PAM to set passwords, so the cleanest way would be to
I see in the source that it calls some pam_* functions (I'm not an
expert...), so it should probably be documented in the man page.
> have a pam_smb module that does the password changes, and add it to
> /etc/pam.d/passwd , or maybe tell have pam_ldap do it.
The LDAP user entry contains both password used for unix (userPassword)
and NT passwords (sambaNTPassword, sambaLMPassword) - can PAM modules be
"stacked" to update all those fields? (if so, how? :) )
I still feel that installing pam_smb would not be a good idea since I'm
authenticating on the FreeBSD machine just fine using only pam_ldap.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Dan Nelson: "Re: Replacing passwd?"
- In reply to: Dan Nelson: "Re: Replacing passwd?"
- Next in thread: Dan Nelson: "Re: Replacing passwd?"
- Reply: Dan Nelson: "Re: Replacing passwd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|