Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56811e5

Browse files
committed
doc: Restructure authentication methods sections
Move the authentication methods sections up to sect1, so they are easierto navigate in HTML.
1 parent55e0e45 commit56811e5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,11 @@ omicron bryanh guest1
859859
<sect1 id="auth-methods">
860860
<title>Authentication Methods</title>
861861
<para>
862-
The followingsubsections describe the authentication methods in more detail.
862+
The followingsections describe the authentication methods in more detail.
863863
</para>
864+
</sect1>
864865

865-
<sect2 id="auth-trust">
866+
<sect1 id="auth-trust">
866867
<title>Trust Authentication</title>
867868

868869
<para>
@@ -908,9 +909,9 @@ omicron bryanh guest1
908909
for any TCP/IP connections other than those from <systemitem>localhost</systemitem> (127.0.0.1).
909910
</para>
910911

911-
</sect2>
912+
</sect1>
912913

913-
<sect2 id="auth-password">
914+
<sect1 id="auth-password">
914915
<title>Password Authentication</title>
915916

916917
<indexterm>
@@ -1038,9 +1039,9 @@ omicron bryanh guest1
10381039
and change the authentication method specifications
10391040
in <filename>pg_hba.conf</filename> to <literal>scram-sha-256</literal>.
10401041
</para>
1041-
</sect2>
1042+
</sect1>
10421043

1043-
<sect2 id="gssapi-auth">
1044+
<sect1 id="gssapi-auth">
10441045
<title>GSSAPI Authentication</title>
10451046

10461047
<indexterm zone="gssapi-auth">
@@ -1192,9 +1193,9 @@ omicron bryanh guest1
11921193
</varlistentry>
11931194
</variablelist>
11941195
</para>
1195-
</sect2>
1196+
</sect1>
11961197

1197-
<sect2 id="sspi-auth">
1198+
<sect1 id="sspi-auth">
11981199
<title>SSPI Authentication</title>
11991200

12001201
<indexterm zone="sspi-auth">
@@ -1310,9 +1311,9 @@ omicron bryanh guest1
13101311
</varlistentry>
13111312
</variablelist>
13121313
</para>
1313-
</sect2>
1314+
</sect1>
13141315

1315-
<sect2 id="auth-ident">
1316+
<sect1 id="auth-ident">
13161317
<title>Ident Authentication</title>
13171318

13181319
<indexterm>
@@ -1391,9 +1392,9 @@ omicron bryanh guest1
13911392
since <productname>PostgreSQL</productname> does not have any way to decrypt the
13921393
returned string to determine the actual user name.
13931394
</para>
1394-
</sect2>
1395+
</sect1>
13951396

1396-
<sect2 id="auth-peer">
1397+
<sect1 id="auth-peer">
13971398
<title>Peer Authentication</title>
13981399

13991400
<indexterm>
@@ -1432,9 +1433,9 @@ omicron bryanh guest1
14321433
and <systemitem class="osname">Solaris</systemitem>.
14331434
</para>
14341435

1435-
</sect2>
1436+
</sect1>
14361437

1437-
<sect2 id="auth-ldap">
1438+
<sect1 id="auth-ldap">
14381439
<title>LDAP Authentication</title>
14391440

14401441
<indexterm zone="auth-ldap">
@@ -1723,9 +1724,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
17231724
</para>
17241725
</tip>
17251726

1726-
</sect2>
1727+
</sect1>
17271728

1728-
<sect2 id="auth-radius">
1729+
<sect1 id="auth-radius">
17291730
<title>RADIUS Authentication</title>
17301731

17311732
<indexterm zone="auth-radius">
@@ -1824,9 +1825,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
18241825

18251826
</variablelist>
18261827
</para>
1827-
</sect2>
1828+
</sect1>
18281829

1829-
<sect2 id="auth-cert">
1830+
<sect1 id="auth-cert">
18301831
<title>Certificate Authentication</title>
18311832

18321833
<indexterm zone="auth-cert">
@@ -1870,9 +1871,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
18701871
is a check that the <literal>cn</literal> attribute matches the database
18711872
user name.
18721873
</para>
1873-
</sect2>
1874+
</sect1>
18741875

1875-
<sect2 id="auth-pam">
1876+
<sect1 id="auth-pam">
18761877
<title>PAM Authentication</title>
18771878

18781879
<indexterm zone="auth-pam">
@@ -1928,9 +1929,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
19281929
LDAP or other authentication methods.
19291930
</para>
19301931
</note>
1931-
</sect2>
1932+
</sect1>
19321933

1933-
<sect2 id="auth-bsd">
1934+
<sect1 id="auth-bsd">
19341935
<title>BSD Authentication</title>
19351936

19361937
<indexterm zone="auth-bsd">
@@ -1963,8 +1964,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
19631964
exists by default on OpenBSD systems.
19641965
</para>
19651966
</note>
1966-
</sect2>
1967-
</sect1>
1967+
</sect1>
19681968

19691969
<sect1 id="client-authentication-problems">
19701970
<title>Authentication Problems</title>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp