summaryrefslogtreecommitdiffstats
path: root/roles/ands_kitauth/README
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_kitauth/README')
-rw-r--r--roles/ands_kitauth/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/ands_kitauth/README b/roles/ands_kitauth/README
new file mode 100644
index 0000000..d2e820b
--- /dev/null
+++ b/roles/ands_kitauth/README
@@ -0,0 +1,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.
+
+