免备案php网站空间查询工商营业执照
web/
2025/9/26 12:50:50/
文章来源:
免备案php网站空间,查询工商营业执照,wordpress 模板 推荐,seo优化网站Unit8 ldap网络帐号1.ldap是什么ldap目录服务认证#xff0c;和windows活动目录类似#xff0c;就是记录数据的一种方式2.ldap客户端所须软件yum sssd krb5-workstation -y3.如何开启ldap用户认证authconfig-tui┌────────────────┤ Authentication Configu… Unit8 ldap网络帐号1.ldap是什么ldap目录服务认证和windows活动目录类似就是记录数据的一种方式 2.ldap客户端所须软件yum sssd krb5-workstation -y 3.如何开启ldap用户认证authconfig-tui ┌────────────────┤ Authentication Configuration ├─────────────────┐│ │ │ User Information Authentication │ │ [ ] Cache Information [ ] Use MD5 Passwords │ │ [*] Use LDAP [*] Use Shadow Passwords │ │ [ ] Use NIS [ ] Use LDAP Authentication │ │ [ ] Use IPAv2 [*] Use Kerberos │ │ [ ] Use Winbind [ ] Use Fingerprint reader │ │ [ ] Use Winbind Authentication │ │ [*] Local authorization is sufficient │ │ │ │ ┌────────┐ ┌──────┐ │ │ │ Cancel │ │ Next │ │ │ └────────┘ └──────┘ │ │ │ │ │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────┤ LDAP Settings ├─────────────────┐│ │ │ [*] Use TLS │ │ Server: ldap://cla***oom.example.com/___________ │ │ Base DN: dcexample,dccom_______________________ │ │ │ │ ┌──────┐ ┌──────┐ │ │ │ Back │ │ Next │ │ │ └──────┘ └──────┘ │ │ │ │ │ └───────────────────────────────────────────────────┘ ┌─────────────────┤ Kerberos Settings ├──────────────────┐│ │ │ Realm: EXAMPLE.COM_____________________________ │ │ KDC: cla***oom.example.com___________________ │ │ Admin Server: cla***oom.example.com___________________ │ │ [ ] Use DNS to resolve hosts to realms │ │ [ ] Use DNS to locate KDCs for realms │ │ │ │ ┌──────┐ ┌────┐ │ │ │ Back │ │ Ok │ │ │ └──────┘ └────┘ │ │ │ │ │ └────────────────────────────────────────────────────────┘ 当出现以下报错时 ┌────────────────┤ Warning ├─────────────────┐│ │ │ To connect to a LDAP server with TLS │ │ protocol enabled you need a CA certificate │ │ which signed your servers certificate. │ │ Copy the certificate in the PEM format to │ │ the /etc/openldap/cacerts directory. │ │ Then press OK. │ │ │ │ ┌────┐ │ │ │ Ok │ │ │ └────┘ │ │ │ │ │ └────────────────────────────────────────────┘ 时因为tls的证书缺失需要到服务器端下载所需要的证书到/etc/openldap/cacerts用到的命令wget http://172.25.254.254/pub/example-ca.crt 测试 getent passwd ldapuser1如果用户信息可以正常显示证明客户端认成功。 4.自动挂载用户家目录yum install autofs -yvim /etc/autofs.master/home/guests/etc/auto.ldap vim /etc/auto.ldapldapuser1172.25.254.254:/home/guests/ldapuser1*172.25.254.254:/home/guests/ systemctl restart autofs 转载于:https://blog.51cto.com/12774035/1921794
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/web/82199.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!