Projet

Général

Profil

Tâche #29983

Mis à jour par Joël Cuissinat il y a presque 4 ans

Hum, comment faire ça bien ?

Pour reproduire, il faut restaurer les lignes supprimées par le "commit":https://dev-eole.ac-dijon.fr/projects/eole-ad/repository/scribe-ad/revisions/39fcfbe210e60914633f8ba07274ac0aabc605d9/diff

<pre>
cat >> /var/lib/lxc/addc/rootfs/etc/samba/smb.conf <<EOF

[homes]
path = "/home/adhomes/%u"
root preexec = /usr/share/eole/sbin/create_adhome.sh "%u" "/home/adhomes"
comment = Home Directories
read only = no
invalid users = nobody guest

[profiles]
comment = Profiles
path = "/home/adprofiles"
read only = No
invalid users = nobody guest
EOF
</pre>

Retour