Revisión 52
Añadido por Francisco Mora hace alrededor de 14 años
actualizafotosldap.py | ||
---|---|---|
#!/usr/bin/python -tt
|
||
# -*- coding: utf-8 -*-
|
||
# Project: update-fotos-ldap
|
||
# Module: actualizafotoldap.py
|
||
# Purpose: Actualiza fotos de alumnos en el directorio LDAP desde datos de Rayuela
|
||
# Language: Python 2.5
|
||
# Date: 03-Feb-2011.
|
||
# Ver: 07-Feb-2011.
|
||
# Author: Francisco Mora Sánchez
|
||
# Copyright: 2011 - Francisco Mora Sánchez <adminies.maestrojuancalero@edu.juntaextremadura.net>
|
||
#
|
||
# update-fotos-ldap is free software: you can redistribute it and/or modify
|
||
# it under the terms of the GNU General Public License as published by
|
||
# the Free Software Foundation, either version 3 of the License, or
|
||
# (at your option) any later version.
|
||
# Script2 is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
# GNU General Public License for more details.
|
||
# You should have received a copy of the GNU General Public License
|
||
# along with wifi-ltsp. If not, see <http://www.gnu.org/licenses/>.
|
||
|
||
""" Programa para actualizar las fotos de los alumnos
|
||
en el servidor ldap a partir del fichero de alumnos generado por
|
Exportar a: Unified diff
Añadidad cabeceras de copyright