summaryrefslogtreecommitdiff
path: root/doc/src/sgml/client-auth.sgml
AgeCommit message (Expand)Author
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-06-05doc: Fix example with database regexp in HBA documentationMichael Paquier
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-02-20doc: Use system-username instead of system-userMichael Paquier
2024-02-01doc: Fix incorrect openssl optionDaniel Gustafsson
2023-11-03doc: move HBA reload instructions above the syntax detailsBruce Momjian
2023-10-25doc: Fix some typos and grammarMichael Paquier
2023-10-10doc: clarify that SSPI and GSSAPI are interchangeableBruce Momjian
2023-10-10doc: add SSL configuration section referenceBruce Momjian
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2022-11-24doc: Fix description of how the default user name is chosenPeter Eisentraut
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-07-21doc: clarify that auth. names are lower case and case-sensitiveBruce Momjian
2022-05-14Add link to initdb in pg_hba.conf docsAlvaro Herrera
2022-04-13Docs: tidy up various usages of the productname tagDavid Rowley
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-05-26gss: add missing references to hostgssenc and hostnogssencBruce Momjian
2019-12-19Doc: add a short summary of available authentication methods.Tom Lane
2019-11-13Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane
2019-08-20Doc: Improve wording of multiple places in documentationMichael Paquier
2019-07-16doc: mention pg_reload_conf() for reloading the config fileBruce Momjian
2019-07-05doc: Spell checkingPeter Eisentraut
2019-04-08doc: Fix whitespacePeter Eisentraut
2019-04-03GSSAPI encryption supportStephen Frost
2019-03-21Add DNS SRV support for LDAP server discovery.Thomas Munro
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-04-21doc: Restructure authentication methods sectionsPeter Eisentraut
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-31Remove inbound links to sql-createuserStephen Frost
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-02Grammar typo in security warning about md5Simon Riggs