1wilkens / pam

Safe Rust API to the Linux Pluggable Authentication Modules (PAM)
https://docs.rs/pam/
Apache License 2.0
88 stars 37 forks source link

wont build ? #41

Open ripplingsnake opened 7 months ago

ripplingsnake commented 7 months ago

hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but the build always fails with this error[E0433]: failed to resolve: could not find Authenticator in pam --> src/main.rs:11:25 | 11 | let mut auth = pam::Authenticator::with_password(service).unwrap(); | ^^^^^^^^^^^^^ could not find Authenticator in pam

For more information about this error, try rustc --explain E0433. error: could not compile Gamescope (bin "Gamescope") due to 1 previous error

hohaidang commented 2 months ago

Have you fixed this issue? Seem Authenticator is outdate?