Mercurial > crates > nonstick
comparison src/constants.rs @ 193:5074d8e00560
Doc improvements.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 02 Aug 2025 19:49:21 -0400 |
parents | 5e4ea9650f87 |
children |
comparison
equal
deleted
inserted
replaced
192:4c39eaa4a5ae | 193:5074d8e00560 |
---|---|
227 Self::Establish | 227 Self::Establish |
228 } | 228 } |
229 } | 229 } |
230 | 230 |
231 flag_enum! { | 231 flag_enum! { |
232 /// The action that a module should take during a [`change_authtok`] call. | |
233 /// | |
234 /// [`change_authtok`]: crate::PamModule::change_authtok | |
232 AuthtokAction { | 235 AuthtokAction { |
233 /// On this call, just validate that the password is acceptable | 236 /// On this call, just validate that the password is acceptable |
234 /// and that you have all the resources you need to change it. | 237 /// and that you have all the resources you need to change it. |
235 /// | 238 /// |
236 /// This corresponds to the constant `PAM_PRELIM_CHECK`. | 239 /// This corresponds to the constant `PAM_PRELIM_CHECK`. |