lc_ldap.shortcuts
This commit is contained in:
parent
cc2d1dff04
commit
786579ace8
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@ header("Configuration du serveur ssh")
|
|||
|
||||
|
||||
import sys
|
||||
sys.path.append('/usr/scripts/lc_ldap')
|
||||
sys.path.append('/usr/scripts/')
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
import lc_ldap
|
||||
import lc_ldap.shortcuts
|
||||
import config
|
||||
|
||||
conn=lc_ldap.lc_ldap_admin()
|
||||
conn=lc_ldap.shortcuts.lc_ldap_admin()
|
||||
machines=conn.search("objectClass=machineCrans")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue