Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- backup_24/
- ├── etc
- │ └── certs
- │ ├── asimba.crt
- │ ├── asimba.csr
- │ ├── asimba.key
- │ ├── asimba.key.orig
- │ ├── asimba.pkcs12
- │ ├── asimbaIDP.jks
- │ ├── duo_creds.json
- │ ├── gplus_client_secrets.json
- │ ├── httpd.crt
- │ ├── httpd.csr
- │ ├── httpd.key
- │ ├── httpd.key.orig
- │ ├── opendj.crt
- │ ├── oxauth-web-keys.json
- │ ├── shibIDP.crt
- │ ├── shibIDP.csr
- │ ├── shibIDP.jks
- │ ├── shibIDP.key
- │ ├── shibIDP.key.orig
- │ └── shibIDP.pkcs12
- ├── ldif
- │ ├── appliance.ldif
- │ ├── attributes.ldif
- │ ├── clients.ldif
- │ ├── groups.ldif
- │ ├── hosts.ldif
- │ ├── organization.ldif
- │ ├── oxauth_config.ldif
- │ ├── oxtrust_config.ldif
- │ ├── people.ldif
- │ ├── scopes.ldif
- │ ├── scripts.ldif
- │ ├── site.ldif
- │ ├── trust_relationships.ldif
- │ ├── u2f.ldif
- │ └── uma.ldif
- ├── opt
- │ ├── idp
- │ │ ├── conf
- │ │ │ ├── attribute-filter.xml
- │ │ │ ├── attribute-resolver.xml
- │ │ │ ├── handler.xml
- │ │ │ ├── internal.xml
- │ │ │ ├── logging.xml
- │ │ │ ├── login.config
- │ │ │ ├── relying-party.xml
- │ │ │ └── service.xml
- │ │ └── metadata
- │ │ ├── BB7E7476DE8F8780000173967C58-idp-metadata.xml
- │ │ └── BB7E7476DE8F87800002E4A110440006214E83D0-sp-metadata.xml
- │ ├── opendj
- │ │ └── config
- │ │ ├── MakeLDIF
- │ │ │ ├── cities
- │ │ │ ├── example.template
- │ │ │ ├── first.names
- │ │ │ ├── last.names
- │ │ │ ├── states
- │ │ │ └── streets
- │ │ ├── admin-backend.ldif
- │ │ ├── admin-backend.ldif.old
- │ │ ├── admin-keystore
- │ │ ├── admin-keystore.pin
- │ │ ├── admin-truststore
- │ │ ├── ads-truststore
- │ │ ├── ads-truststore.pin
- │ │ ├── archived-configs
- │ │ │ ├── config-20160318091310Z.gz
- │ │ │ ├── config-20160318091312Z.gz
- │ │ │ ├── config-20160318091324Z.gz
- │ │ │ ├── config-20160318091326Z.gz
- │ │ │ ├── config-20160318091328Z.gz
- │ │ │ ├── config-20160318091330Z.gz
- │ │ │ ├── config-20160318091332Z-2.gz
- │ │ │ ├── config-20160318091332Z-3.gz
- │ │ │ ├── config-20160318091332Z-4.gz
- │ │ │ ├── config-20160318091332Z-5.gz
- │ │ │ ├── config-20160318091332Z-6.gz
- │ │ │ ├── config-20160318091332Z-7.gz
- │ │ │ ├── config-20160318091332Z.gz
- │ │ │ ├── config-20160318091333Z.gz
- │ │ │ ├── config-20160318091335Z.gz
- │ │ │ ├── config-20160318091337Z.gz
- │ │ │ ├── config-20160318091339Z.gz
- │ │ │ ├── config-20160318091341Z.gz
- │ │ │ ├── config-20160318091343Z.gz
- │ │ │ ├── config-20160318091344Z.gz
- │ │ │ ├── config-20160318091346Z.gz
- │ │ │ ├── config-20160318091348Z.gz
- │ │ │ ├── config-20160318091350Z.gz
- │ │ │ ├── config-20160318091351Z.gz
- │ │ │ ├── config-20160318091353Z.gz
- │ │ │ ├── config-20160318091355Z.gz
- │ │ │ ├── config-20160318091357Z.gz
- │ │ │ ├── config-20160318091358Z.gz
- │ │ │ ├── config-20160318091400Z.gz
- │ │ │ ├── config-20160318091402Z.gz
- │ │ │ ├── config-20160318091404Z.gz
- │ │ │ ├── config-20160318091406Z.gz
- │ │ │ ├── config-20160318091408Z.gz
- │ │ │ ├── config-20160318091409Z.gz
- │ │ │ ├── config-20160318091411Z.gz
- │ │ │ ├── config-20160318091413Z.gz
- │ │ │ ├── config-20160318091417Z-2.gz
- │ │ │ ├── config-20160318091417Z.gz
- │ │ │ ├── config-20160318091422Z.gz
- │ │ │ ├── config-20160318091423Z.gz
- │ │ │ ├── config-20160318091428Z.gz
- │ │ │ ├── config-20160318091429Z.gz
- │ │ │ ├── config-20160318091434Z-2.gz
- │ │ │ ├── config-20160318091434Z.gz
- │ │ │ ├── config-20160318091439Z.gz
- │ │ │ ├── config-20160318091440Z.gz
- │ │ │ ├── config-20160318091445Z.gz
- │ │ │ ├── config-20160318091446Z.gz
- │ │ │ ├── config-20160318091451Z-2.gz
- │ │ │ ├── config-20160318091451Z.gz
- │ │ │ ├── config-20160318091456Z.gz
- │ │ │ ├── config-20160318091457Z.gz
- │ │ │ ├── config-20160318091502Z-2.gz
- │ │ │ ├── config-20160318091502Z.gz
- │ │ │ ├── config-20160318091507Z.gz
- │ │ │ ├── config-20160318091508Z.gz
- │ │ │ ├── config-20160318091513Z-2.gz
- │ │ │ ├── config-20160318091513Z.gz
- │ │ │ ├── config-20160318091519Z-2.gz
- │ │ │ └── config-20160318091519Z.gz
- │ │ ├── buildinfo
- │ │ ├── config.ldif
- │ │ ├── config.ldif.startok
- │ │ ├── http-config.json
- │ │ ├── java.properties
- │ │ ├── keystore
- │ │ ├── keystore.pin
- │ │ ├── messages
- │ │ │ ├── account-disabled.template
- │ │ │ ├── account-enabled.template
- │ │ │ ├── account-expired.template
- │ │ │ ├── account-idle-locked.template
- │ │ │ ├── account-permanently-locked.template
- │ │ │ ├── account-reset-locked.template
- │ │ │ ├── account-temporarily-locked.template
- │ │ │ ├── account-unlocked.template
- │ │ │ ├── password-changed.template
- │ │ │ ├── password-expired.template
- │ │ │ ├── password-expiring.template
- │ │ │ └── password-reset.template
- │ │ ├── schema
- │ │ │ ├── 00-core.ldif
- │ │ │ ├── 01-pwpolicy.ldif
- │ │ │ ├── 02-config.ldif
- │ │ │ ├── 03-changelog.ldif
- │ │ │ ├── 03-rfc2713.ldif
- │ │ │ ├── 03-rfc2714.ldif
- │ │ │ ├── 03-rfc2739.ldif
- │ │ │ ├── 03-rfc2926.ldif
- │ │ │ ├── 03-rfc3112.ldif
- │ │ │ ├── 03-rfc3712.ldif
- │ │ │ ├── 03-uddiv3.ldif
- │ │ │ ├── 04-rfc2307bis.ldif
- │ │ │ ├── 05-rfc4876.ldif
- │ │ │ ├── 05-samba.ldif
- │ │ │ ├── 05-solaris.ldif
- │ │ │ ├── 06-compat.ldif
- │ │ │ ├── 100-user.ldif
- │ │ │ ├── 101-ox.ldif
- │ │ │ ├── 77-customAttributes.ldif
- │ │ │ └── 96-eduperson.ldif
- │ │ ├── tasks.ldif
- │ │ ├── tasks.ldif.save
- │ │ ├── tools.properties
- │ │ ├── truststore
- │ │ ├── upgrade
- │ │ │ ├── schema.ldif.9086
- │ │ │ └── schema.ldif.current
- │ │ └── wordlist.txt
- │ └── tomcat
- │ ├── conf
- │ │ ├── Catalina
- │ │ │ └── localhost
- │ │ │ └── idp.xml
- │ │ ├── asimba-selector.xml
- │ │ ├── catalina.policy
- │ │ ├── catalina.properties
- │ │ ├── context.xml
- │ │ ├── gluuTomcatWrapper.conf
- │ │ ├── logging.properties
- │ │ ├── oxTrustLogRotationConfiguration.xml
- │ │ ├── oxauth-ldap.properties
- │ │ ├── oxidp-ldap.properties
- │ │ ├── oxtrust-ldap.properties
- │ │ ├── python
- │ │ │ └── duo_web.py
- │ │ ├── salt
- │ │ ├── server.xml
- │ │ ├── shibboleth2
- │ │ │ ├── idp
- │ │ │ │ ├── MetadataFilter
- │ │ │ │ │ ├── entityRoleWhiteListFilter.xml.vm
- │ │ │ │ │ ├── requiredValidUntilFilter.xml.vm
- │ │ │ │ │ ├── signatureValidationFilter.xml.vm
- │ │ │ │ │ └── validationFilter.xml.vm
- │ │ │ │ ├── ProfileConfiguration
- │ │ │ │ │ ├── SAML1ArtifactResolutionProfileConfiguration.xml.vm
- │ │ │ │ │ ├── SAML1AttributeQueryProfileConfiguration.xml.vm
- │ │ │ │ │ ├── SAML2ArtifactResolutionProfileConfiguration.xml.vm
- │ │ │ │ │ ├── SAML2AttributeQueryProfileConfiguration.xml.vm
- │ │ │ │ │ ├── SAML2SSOProfileConfiguration.xml.vm
- │ │ │ │ │ └── ShibbolethSSOProfileConfiguration.xml.vm
- │ │ │ │ ├── attribute-filter.xml.vm
- │ │ │ │ ├── attribute-resolver.xml.vm
- │ │ │ │ ├── handler.xml.vm
- │ │ │ │ ├── idp-metadata.xml.vm
- │ │ │ │ ├── login.config.vm
- │ │ │ │ ├── relying-party.xml.vm
- │ │ │ │ ├── schema
- │ │ │ │ │ ├── XMLSchema.dtd
- │ │ │ │ │ ├── datatypes.dtd
- │ │ │ │ │ ├── saml-schema-assertion-2.0.xsd
- │ │ │ │ │ ├── saml-schema-metadata-2.0.xsd
- │ │ │ │ │ ├── xenc-schema.xsd
- │ │ │ │ │ ├── xml.xsd
- │ │ │ │ │ └── xmldsig-core-schema.xsd
- │ │ │ │ └── sp-metadata.xml.vm
- │ │ │ └── sp
- │ │ │ ├── attribute-map.xml.vm
- │ │ │ └── shibboleth2.xml.vm
- │ │ ├── tomcat-users.xml
- │ │ └── web.xml
- │ └── endorsed
- │ ├── bcprov-jdk16-1.46.jar
- │ ├── commons-io-2.4.jar
- │ ├── resolver-2.10.0.jar
- │ ├── serializer-2.10.0.jar
- │ ├── xalan-2.7.1.jar
- │ ├── xercesImpl-2.10.0.jar
- │ └── xml-apis-2.10.0.jar
- └── setup.properties
Add Comment
Please, Sign In to add comment