Creamos un container y hacemos que se autentique contra LDAP:
# apt-get install libnss-ldapd
Servidor: ldap://ldap.matarosensefils.net
Base: dc=matarosensefils,dc=net Servicios: passwd, group y shadow
/etc/profile
export HISTTIMEFORMAT='%d/%m/%Y %T ' alias grep='grep --color=auto'
Descomentar en /etc/skel/.bashrc
force_color_prompt=yes
/root/.bashrc
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '