{"id":18099771,"url":"https://github.com/atomaka/devise-kerberos-authenticatable","last_synced_at":"2025-04-13T16:07:41.504Z","repository":{"id":8154320,"uuid":"9574777","full_name":"atomaka/devise-kerberos-authenticatable","owner":"atomaka","description":"Devise extension to authenticate against MIT Kerberos","archived":false,"fork":false,"pushed_at":"2015-06-23T09:12:35.000Z","size":205,"stargazers_count":9,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T16:07:35.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-21T04:27:12.000Z","updated_at":"2023-12-03T09:51:24.000Z","dependencies_parsed_at":"2022-09-25T06:30:25.472Z","dependency_job_id":null,"html_url":"https://github.com/atomaka/devise-kerberos-authenticatable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomaka%2Fdevise-kerberos-authenticatable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomaka%2Fdevise-kerberos-authenticatable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomaka%2Fdevise-kerberos-authenticatable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomaka%2Fdevise-kerberos-authenticatable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomaka","download_url":"https://codeload.github.com/atomaka/devise-kerberos-authenticatable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741206,"owners_count":21154255,"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":"2024-10-31T21:11:08.703Z","updated_at":"2025-04-13T16:07:41.467Z","avatar_url":"https://github.com/atomaka.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#devise-kerberos-authenticatable\n\n##Description\n\ndevise-kerberos-authenticatable is a Devise exenstion that can be used to authenticate against Kerberos as setup in your local krb5.conf file.  \n\n##Installation\n\n###Dependencies\n[timfel-krb5-auth](https://github.com/timfel/krb5-auth) depends on the headers and development libraries for MIT Kerberos.\n\n```sudo apt-get install libkrb5-dev```\n###Server Setup\nModify your /etc/krb5.conf file as necessary to authenticate against your Kerberos server.\n\n###Rails Setup\n* Update your gemfile\n\n```gem 'devise-kerberos-authenticatable', :git =\u003e 'git://github.com/atomaka/devise-kerberos-authenticatable.git'```\n* Edit config/initializers/devise.rb to use a username instead of email for login.\n\n```config.authentication_keys = [ :username ]```\n* Update your Devise model app/models/user.rb\n\n```\ndevise :kerberos_authenticatable\nattr_accessible :username\n```\n\n* Update your User table in your database to include the username field and remove the index from the email field.\n* Rebuild your Devise views automatically or by hand.\n\n```\nrake generate devise:views\n```\n\n##Other\n* Currently only supports authentication and does not include password modification functionality.\n* Initial code based largely on [devise_pam_authenticatable](https://github.com/jwilson511/devise_pam_authenticatable)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomaka%2Fdevise-kerberos-authenticatable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomaka%2Fdevise-kerberos-authenticatable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomaka%2Fdevise-kerberos-authenticatable/lists"}