Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
45212073
Commit
45212073
authored
Nov 09, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tabs from SGML files.
parent
08330811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
doc/src/sgml/client-auth.sgml
doc/src/sgml/client-auth.sgml
+4
-4
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+14
-14
No files found.
doc/src/sgml/client-auth.sgml
View file @
45212073
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.10
2 2007/11/09 17:31:07 mha
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.10
3 2007/11/09 23:52:08 momjian
Exp $ -->
<chapter id="client-authentication">
<chapter id="client-authentication">
<title>Client Authentication</title>
<title>Client Authentication</title>
...
@@ -774,9 +774,9 @@ local db1,db2,@demodbs all md5
...
@@ -774,9 +774,9 @@ local db1,db2,@demodbs all md5
Client principals must have their <productname>PostgreSQL</> database user
Client principals must have their <productname>PostgreSQL</> database user
name as their first component, for example
name as their first component, for example
<literal>pgusername@realm</>. By default, the realm of the client is
<literal>pgusername@realm</>. By default, the realm of the client is
not checked by <productname>PostgreSQL</>. If you have cross-realm
not checked by <productname>PostgreSQL</>. If you have cross-realm
authentication enabled and need to verify the realm, use the
authentication enabled and need to verify the realm, use the
<xref linkend="guc-krb-realm"> parameter.
<xref linkend="guc-krb-realm"> parameter.
</para>
</para>
<para>
<para>
...
...
doc/src/sgml/config.sgml
View file @
45212073
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15
4 2007/11/09 17:31:07 mha
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15
5 2007/11/09 23:52:08 momjian
Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -601,20 +601,20 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -601,20 +601,20 @@ SET ENABLE_SEQSCAN TO OFF;
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry id="guc-krb-realm" xreflabel="krb_realm">
<varlistentry id="guc-krb-realm" xreflabel="krb_realm">
<term><varname>krb_realm</varname> (<type>string</type>)</term>
<term><varname>krb_realm</varname> (<type>string</type>)</term>
<indexterm>
<indexterm>
<primary><varname>krb_realm</> configuration parameter</primary>
<primary><varname>krb_realm</> configuration parameter</primary>
</indexterm>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Sets the realm to match Kerberos, GSSAPI and SSPI usernames against.
Sets the realm to match Kerberos, GSSAPI and SSPI usernames against.
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
<xref linkend="sspi-auth"> for details. This parameter can only be
<xref linkend="sspi-auth"> for details. This parameter can only be
set at server start.
set at server start.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
<varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
<term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>
<term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment