lc_ldap.shortcuts

This commit is contained in:
Vincent Le Gallic 2013-05-16 06:31:57 +02:00
parent dc01a371dc
commit 0922e3c63b
8 changed files with 30 additions and 27 deletions

View file

@ -9,14 +9,14 @@ import hashlib
from socket import gethostname
from netifaces import interfaces, ifaddresses, AF_INET
sys.path.append('/usr/scripts/lc_ldap')
sys.path.append('/usr/scripts/')
sys.path.append('/usr/scripts/gestion')
sys.path.append('/etc/crans/secrets/')
import lc_ldap
import lc_ldap.shortcuts
import config
conn=lc_ldap.lc_ldap_admin()
conn = lc_ldap.shortcuts.lc_ldap_admin()
ssh_algo = config.sshfp_algo.keys()