root/scripts/ldap/alumnos-sin-foto.sh @ 559
535 | adminies.v | #!/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
|