Skip to content

Commit 2069970

Browse files
committed
squash
1 parent 762d3d6 commit 2069970

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

iRODS.cyberduckprofile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<string>tempZone</string>
4141

4242
<!-- The authentication scheme used to establish a connection to an iRODS server. -->
43-
<!-- Must be set to native or pam_password. standard is an alias for native. -->
43+
<!-- Must be set to "native" or "pam_password". "standard" is an alias for "native". -->
4444
<key>Authorization</key>
4545
<string>native</string>
4646

@@ -77,10 +77,10 @@
7777

7878
<!-- Secure Communication Options -->
7979

80-
<!-- Must be set to CS_NEG_REFUSE, CS_NEG_DONT_CARE, or CS_NEG_REQUIRE. -->
81-
<!-- CS_NEG_REFUSE: Do not use TLS. -->
82-
<!-- CS_NEG_DONT_CARE: Let the server decide if TLS should be used. -->
83-
<!-- CS_NEG_REQUIRE: Demand TLS be used. -->
80+
<!-- Must be set to "CS_NEG_REQUIRE", "CS_NEG_DONT_CARE", or "CS_NEG_REFUSE". -->
81+
<!-- - CS_NEG_REQUIRE: Demand TLS be used. -->
82+
<!-- - CS_NEG_DONT_CARE: Let the server decide if TLS should be used. -->
83+
<!-- - CS_NEG_REFUSE: Do not use TLS. -->
8484
<key>Client Server Negotiation</key>
8585
<string>CS_NEG_REFUSE</string>
8686

0 commit comments

Comments
 (0)