{"id":71678,"library":"pam","title":"PAM","description":"Safe Rust wrappers for PAM authentication.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/1wilkens/pam","tags":["pam","authentication","security"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npam = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add pam","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Authenticator","correct":"use pam::Authenticator;"}],"quickstart":{"code":"use pam::Authenticator;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let mut auth = Authenticator::new(\"service\")?;\n    auth.get_user(None)?;\n    Ok(())\n}","lang":"rust","description":"Creates a PAM authenticator and retrieves the user."},"warnings":[{"fix":"Install libpam-dev (Linux) or equivalent.","message":"Requires PAM libraries installed on the system.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'authent':7,9 'pam':1,6,8 'rust':3 'safe':2 'secur':10 'wrapper':4","created_at":"2026-06-17T18:30:16.077665+00:00","updated_at":"2026-06-17T18:30:16.077665+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/1wilkens/pam","github":"https://github.com/1wilkens/pam","docs":"https://docs.rs/pam/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}