{"id":28614223,"url":"https://github.com/perldancer/dancer2-plugin-auth-extensible-provider-ldap","last_synced_at":"2025-06-12T01:13:38.013Z","repository":{"id":56839814,"uuid":"62453046","full_name":"PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-LDAP","owner":"PerlDancer","description":"LDAP provider for Dancer2::Plugin::Auth::Extensible","archived":false,"fork":false,"pushed_at":"2022-10-27T10:13:17.000Z","size":441,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-05-09T11:35:33.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerlDancer.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-02T13:52:31.000Z","updated_at":"2022-10-27T10:11:50.000Z","dependencies_parsed_at":"2022-08-29T05:01:12.542Z","dependency_job_id":null,"html_url":"https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-LDAP","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-LDAP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2-Plugin-Auth-Extensible-Provider-LDAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2-Plugin-Auth-Extensible-Provider-LDAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2-Plugin-Auth-Extensible-Provider-LDAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2-Plugin-Auth-Extensible-Provider-LDAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerlDancer","download_url":"https://codeload.github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-LDAP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2FDancer2-Plugin-Auth-Extensible-Provider-LDAP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259374994,"owners_count":22847878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T01:13:27.816Z","updated_at":"2025-06-12T01:13:37.998Z","avatar_url":"https://github.com/PerlDancer.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    Dancer2::Plugin::Auth::Extensible::Provider::LDAP - LDAP authentication\n    provider for Dancer2::Plugin::Auth::Extensible\n\nDESCRIPTION\n    This class is a generic LDAP authentication provider.\n\n    See Dancer2::Plugin::Auth::Extensible for details on how to use the\n    authentication framework.\n\nATTRIBUTES\n  host\n    The LDAP host name or IP address passed to \"CONSTRUCTOR\" in Net::LDAP.\n\n    Required.\n\n  options\n    Extra options to be passed to \"CONSTRUCTOR\" in Net::LDAP as a hash\n    reference.\n\n  basedn\n    The base dn for all searches (e.g. 'dc=example,dc=com').\n\n    Required.\n\n  binddn\n    This must be the distinguished name of a user capable of binding to and\n    reading the directory (e.g. 'cn=admin,dc=example,dc=com').\n\n    Required.\n\n  bindpw\n    The password for \"binddn\".\n\n    Required.\n\n  username_attribute\n    The attribute to match when searching for a username.\n\n    Defaults to 'cn'.\n\n  name_attribute\n    The attribute which contains the full name of the user. See also:\n\n    \"name\" in Dancer2::Plugin::Auth::Extensible::Role::User.\n\n    Defaults to 'displayName'.\n\n  user_filter\n    Filter used when searching for users.\n\n    Defaults to '(objectClass=person)'.\n\n  role_attribute\n    The attribute used when searching for role names.\n\n    Defaults to 'cn'.\n\n  role_filter\n    Filter used when searching for roles.\n\n    Defaults to '(objectClass=groupOfNames)'\n\n  role_member_attribute\n    The attribute who's value should be a user's DN to show the user has the\n    specific \"role_attribute\"'s value.\n\n    Defaults to 'member'.\n\nMETHODS\n  ldap\n    Returns a connected Net::LDAP object.\n\n  authenticate_user $username, $password\n  get_user_details $username\n  get_user_roles\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-plugin-auth-extensible-provider-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperldancer%2Fdancer2-plugin-auth-extensible-provider-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-plugin-auth-extensible-provider-ldap/lists"}