Proyecto

General

Perfil

#!/bin/sh
#Lista los alumnos que hay sin foto en ldap.

ldapsearch -xLLL -h ldap -b "ou=People,dc=instituto,dc=extremadura,dc=es" "(&(objectClass=inetOrgPerson)(!(jpegPhoto=*)))" "homeDirectory" | grep "/home/alumnos" | cut -d"/" -f4

(3-3/14)