File: platform.xml

package info (click to toggle)
libj2ssh-java 0.2.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,788 kB
  • sloc: java: 39,998; xml: 197; sh: 13; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
Platform configuration file - Determines the behaviour of platform specific services
-->
<PlatformConfiguration>
   <!-- The process provider for executing and redirecting a process -->
   <NativeProcessProvider></NativeProcessProvider>
   <!-- The authentication provider for authenticating users and obtaining user information -->
   <NativeAuthenticationProvider></NativeAuthenticationProvider>
   <!-- The file system provider for SFTP -->
   <NativeFileSystemProvider></NativeFileSystemProvider>
   <!-- Native settings which may be used by the process or authentication provider -->
   <!-- Add native settings here -->
   <!-- <NativeSetting Name="AuthenticateOnDomain" Value="."/> -->
</PlatformConfiguration>