summaryrefslogtreecommitdiffstats
path: root/roles/ands_kitauth/README
blob: d2e820b2408b8041331e664b888432722b85e7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Tasks
=====
 - required packages: ssd-ldap
    * nice tool to manage stuff is realmd (but it only can be used by Activer directory admins, so not for KIT)

 - prepare space for home directories
    * /home/kit.edu should be created (and optionally mounted to NFS)

 - Automate home creation
    * Either run
        authconfig --enablemkhomedir --update
    * Or  copy script and add in the end of /etc/pam/sshd
        session    optional     pam_exec.so /usr/local/bin/login_script.sh


Considerations
==============
 - sssd files should belong to root and has 0600 access.