8000 GitHub - EPFL-IC/puppet.epfl_sso: UNIX single sign-on using EPFL's LDAP and Kerberos servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EPFL-IC/puppet.epfl_sso

 
 

Repository files navigation

puppet.epfl_sso

UNIX single sign-on using EPFL's LDAP and Kerberos servers

Apply one-shot

Install Puppet standalone then, as root:

puppet module install epflsti-epfl_sso
puppet apply -e "class { "quirks":}  class { 'quirks::pluginsync': }"   # Repeat if prompted to
puppet apply -e 'class { "epfl_sso":  allowed_users_and_groups => "user1 user2 (group1) (group2)" }'

And if you would like Kerberos with that?

puppet apply -e 'class { "epfl_sso::krb5":  join_domain => "OU=STI" }'

About

UNIX single sign-on using EPFL's LDAP and Kerberos servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 79.1%
  • HTML 11.1%
  • Ruby 7.2%
  • Shell 2.6%
0