NASA - National Aeronautics and Space Administration

+ NASA Homepage
+ NASA en Español
+ Contact NASA
Go
Planetary Data System - Engineering Node Banner

Operation

When Graphical User Interface (GUI) applications have been configured for access control, the following login screen is displayed for users to provide their identification credentials:

OpenDS Login Screen

Once the user enters their identification credentials (user name and password) correctly, they can access the requested application. Also, you can utilize the curl command to access a controlled application. An example of the command is as follows:

% curl -X POST -H "Content-type:application/xml" -d @./new_product_build0.xml \
-v https://localhost:8443/registry-service/registry/extrinsics -u username:password \
-k -c tomcat_cookie.txt
      

The cookie file tomcat_cookie.txt can then be passed to the next curl command:

% curl -X POST -H "Content-type:application/xml" -d @./new_product_build1.xml \
-v https://localhost:8443/registry-service/registry/extrinsics/1234 -k -b tomcat_cookie.txt
      

The example above also applies to a DELETE request.


FirstGov Logo
+ Freedom of Information Act
+ NASA 2003 Strategic Plan
+ NASA Privacy Statement, Disclaimer, and
   Accessiblity Certification

+ Copyright/Image Use Policy
NASA Logo
Curator: Emily.S.Law
Webmaster: Maryia Sauchanka-Davis
NASA Official: William Knopf
Last Updated:
+ Comments and Questions