文件名称:puppet-sssd:SSSD的人偶模块
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-05 07:32:52
Puppet
sssd ####目录 概述 通过SSSD模块,可以轻松地通过sssd对Active Directory进行身份验证。 模块说明 SSSD模块在基于RedHat Enterprise Linux 5或6的发行版上管理sssd服务。该模块旨在与Active Directory配合使用,但可以轻松自定义以与其他LDAP服务器配合使用。 它还有助于自动创建主目录。 快速开始 我只想使用我的网络用户名登录。 我最低需要多少钱? class { 'sssd': domains => [ 'mydomain.local' ], make_home_dir => true, } sssd::domain { 'mydomain.local': ldap_uri => 'ldap://mydomain.local', l
【文件预览】:
puppet-sssd-master
----templates()
--------header_sssd.conf.erb(328B)
--------domain.conf.erb(2KB)
----LICENSE(11KB)
----README.markdown(4KB)
----manifests()
--------homedir.pp(2KB)
--------domain.pp(9KB)
--------init.pp(2KB)
--------params.pp(802B)
----Modulefile(403B)