lc_ldap.shortcuts
This commit is contained in:
parent
dc01a371dc
commit
0922e3c63b
8 changed files with 30 additions and 27 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue