Skip to content

Commit

Permalink
Moved examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Binsteiner committed Feb 8, 2012
1 parent 7c16086 commit a9766b5
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/creds/local_cred.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

host2 {

login_type = 'proxy'
path = '/tmp/x509up_u1000'

}

12 changes: 12 additions & 0 deletions examples/creds/myproxy_cred.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

host2 {

login_type = 'myproxy'
username = 'markus'
password = '<myproxy_password>'
host = 'myproxy.arcs.org.au' // optional
port = 7512 // optional
lifetime = 12 // optional

}

8 changes: 8 additions & 0 deletions examples/creds/shib_cred.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

host2 {

login_type = 'shib'
idp = 'The University of Auckland'
username = 'mbin029'
}

11 changes: 11 additions & 0 deletions examples/creds/x509_cred.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

host2 {

login_type = 'x509'
certificate = '/home/markus/certs/test2.ceres.auckland.ac.nz_cert.pem'
key = '/home/markus/certs/test2.ceres.auckland.ac.nz_key.pem'
passphrase = ''
lifetime = 12

}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a9766b5

Please sign in to comment.