# # Each LDIF record describes one registration target. May have zero or more. # # Currently supported "MDSreg" format: # # dn: # regtype: mdsreg # reghn: # regport: # regperiod: # [service attribute/value]... # # where service object entries depend on the type of LDAP objct being # published. For Globus 1.1.3 "MDS Resource" objects, the attributes are: # # type: ldap # hn: # port: # rootdn: # ttl: # timeout: 60 # mode: cachedump # cachettl: 30 # # # # local Globus site index # deployed at ${GRID_INFO_HOST}:${GRID_INFO_PORT}... # every 5 minutes with a 10 minute TTL on registration info # dn: service=MDS Resource, hn=$GLOBUS_HOSTNAME, service=MDS Registration, ${GRID_INFO_ORGANIZATION_DN} regtype: mdsreg reghn: ${GRID_INFO_HOST} regport: ${GRID_INFO_PORT} regperiod: 300 type: ldap hn: $GLOBUS_HOSTNAME port: 2135 rootdn: hn=$GLOBUS_HOSTNAME, ${GRID_INFO_ORGANIZATION_DN} ttl: 600 timeout: 60 mode: cachedump cachettl: 30 # # global GUSTO index listening at mds.isi.edu:980... # every 24 hours with a 48 hour TTL on registration info # #dn: service=MDS Resource, hn=$GLOBUS_HOSTNAME, service=MDS Registration, dc=nhn, dc=ou, dc=edu, o=Grid #regtype: mdsreg #reghn: mds.isi.edu #regport: 980 #regperiod: 86400 #type: ldap #hn: $GLOBUS_HOSTNAME #port: 2135 #rootdn: hn=$GLOBUS_HOSTNAME, dc=nhn, dc=ou, dc=edu, o=Grid #ttl: 172800 #timeout: 60 #mode: cachedump #cachettl: 30