- adding and authenticating users to/through LDAP
[myslice.git] / portal / lsapiclient.py
index 494adb0..1628708 100644 (file)
@@ -16,8 +16,9 @@ class LaboraSchedulerClient:
                      'get_user_id_by_username' ]
 
     def __init__ ( self, organization ):
-        self.url, self.key = self.getOrganizationConfigs( organization )
-
+       # self.url, self.key = self.getOrganizationConfigs( organization )
+       self.url = "https://portal.ufrj.fibre.org.br:3002/LS-Sched/"
+       self.key = "9763dd03f2da8138fb22a63d78e5e9792b59a637"
 
     def __getattr__(self, name):