pythongssapi / pythongssapi/python-gssapi
Implement gss_localname and friends
未關閉
還沒有人認領這個 Issue。
enhancement
extension
- 主要語言
- Python
- 星號
- 116
- 分支
- 55
- 平均合併
- 1 天 24 分鐘
- 30 天內合併 PR
- 2
描述
There are four related methods that are part of the Solaris extensions:
- gss_localname
- gss_userok
- gss_pname_to_uid
- gss_authorize_localname
(we should probably also have, optionally, GSS_C_ATTR_LOCAL_LOGIN_USER as well)
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先定位 gss_localname、gss_userok、gss_pname_to_uid 和 gss_authorize_localname 現有的 binding 入口點,然後檢視相關 GSS 擴充功能是如何公開的。檢查 Solaris 擴充功能的行為,並決定 GSS_C_ATTR_LOCAL_LOGIN_USER 是否屬於範圍;完成的條件是四個方法都已實作,且其行為已由適當的測試涵蓋。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- authentication, security
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 活躍
- 描述清晰度
- 需要釐清
- 新手友好度
- 42/100