remove dead comment

This commit is contained in:
Benjamin Dauvergne 2016-05-17 17:26:15 +02:00
parent 9eb63aa696
commit c193114b13
1 changed files with 0 additions and 6 deletions

View File

@ -1,12 +1,6 @@
#!env python
# -*- coding: utf-8 -*-
# Mode d'emploi:
# exporter l'AD
# ldapsearch -E pr=2147483647/noprompt -H ldap://ad-server -D user -w password -b 'dc=curie,dc=lan' '(&(objectClass=user)(sAMAccountType=805306368))' >curie.ldif
# convertir vers SUPANN
# ./ldif_ad2supann.py <curie.ldif >curie2.ldif
import sys
import unicodedata
import collections