X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fhomeview.py;fp=portal%2Fhomeview.py;h=ddad254b166d40a290f81edfca2134f3f006cdb4;hb=370f70abb70d413b23c0732fe2ff21c9a88d0706;hp=cf3fcbab558f1def7e3e03d2cbcb62e436377a56;hpb=9684bf9151df4050813361ab4816e9c07a1ba08d;p=myslice.git diff --git a/portal/homeview.py b/portal/homeview.py index cf3fcbab..ddad254b 100644 --- a/portal/homeview.py +++ b/portal/homeview.py @@ -65,7 +65,7 @@ class HomeView (FreeAccessView, ThemeView): ## first you must open a connection to the server try: # Connect to NOC - l = ldap.initialize("ldap://10.128.0.50:389") + l = ldap.initialize("ldap://200.130.15.186:389") # Bind/authenticate with a root user to search all objects l.simple_bind_s("cn=Manager,dc=br,dc=fibre","fibre2013")