2 Star 0 Fork 0

kiran-desktop/kiran-authentication-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
系统认证服务,对于系统账户进行认证,包括指纹,人脸,密码认证方式
依赖:
yum install glib-2.0-devel zlog-devel json-glib-1.0-devel kiran-cc-daemon-devel
编译:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
安装:
cmake install
pam模块:
pam_kiran_authentication.so 等待认证结果信号,对认证结果进行处理
配置文件:
custom.conf
[daemon]
SessionAuthType = 2
其中SessionAuthType项表示默认会话类型,
1 标识串行
2 标识并行,生物认证时根据匹配的用户进行。
3 标识并行,指定用户认证
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylinsecos/kiran-authentication-service.git
git@gitee.com:kylinsecos/kiran-authentication-service.git
kylinsecos
kiran-authentication-service
kiran-authentication-service
master

搜索帮助