|
|
ca1eb8 |
From 7689f3c8b4661c16a019c4410b1557f6ae4229aa Mon Sep 17 00:00:00 2001
|
|
|
ca1eb8 |
From: amitkumar50 <amitkuma@redhat.com>
|
|
|
ca1eb8 |
Date: Fri, 15 Jun 2018 10:45:38 +0530
|
|
|
ca1eb8 |
Subject: [PATCH] MAN: Give information regarding priority of ldap lookup
|
|
|
ca1eb8 |
MIME-Version: 1.0
|
|
|
ca1eb8 |
Content-Type: text/plain; charset=UTF-8
|
|
|
ca1eb8 |
Content-Transfer-Encoding: 8bit
|
|
|
ca1eb8 |
|
|
|
ca1eb8 |
This PR provides information about priority of lookup
|
|
|
ca1eb8 |
similar to as provided by function select_principal_from_keytab().
|
|
|
ca1eb8 |
|
|
|
ca1eb8 |
Resolves: https://pagure.io/SSSD/sssd/issue/3475
|
|
|
ca1eb8 |
|
|
|
ca1eb8 |
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
|
|
ca1eb8 |
(cherry picked from commit c5ef56b4f9ffb361742edae36b261a4ffd0e75ae)
|
|
|
ca1eb8 |
|
|
|
ca1eb8 |
DOWNSTREAM:
|
|
|
ca1eb8 |
Resolves: rhbz#1450778 - Full information regarding priority of lookup of principal in keytab not in man page
|
|
|
ca1eb8 |
---
|
|
|
ca1eb8 |
src/man/sssd-ldap.5.xml | 13 ++++++++++++-
|
|
|
ca1eb8 |
1 file changed, 12 insertions(+), 1 deletion(-)
|
|
|
ca1eb8 |
|
|
|
ca1eb8 |
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
|
|
|
ca1eb8 |
index f7617670c8b0fe1a5922c1a811b94e25bacecbfe..3145f0730341bf40159277ef2ae23be601154a89 100644
|
|
|
ca1eb8 |
--- a/src/man/sssd-ldap.5.xml
|
|
|
ca1eb8 |
+++ b/src/man/sssd-ldap.5.xml
|
|
|
ca1eb8 |
@@ -1778,7 +1778,18 @@
|
|
|
ca1eb8 |
principal used for authentication to the directory.
|
|
|
ca1eb8 |
This option can either contain the full principal (for
|
|
|
ca1eb8 |
example host/myhost@EXAMPLE.COM) or just the principal name
|
|
|
ca1eb8 |
- (for example host/myhost).
|
|
|
ca1eb8 |
+ (for example host/myhost). By default, the value is not set
|
|
|
ca1eb8 |
+ and the following principals are used:
|
|
|
ca1eb8 |
+ <programlisting>
|
|
|
ca1eb8 |
+hostname@REALM
|
|
|
ca1eb8 |
+netbiosname$@REALM
|
|
|
ca1eb8 |
+host/hostname@REALM
|
|
|
ca1eb8 |
+*$@REALM
|
|
|
ca1eb8 |
+host/*@REALM
|
|
|
ca1eb8 |
+host/*
|
|
|
ca1eb8 |
+ </programlisting>
|
|
|
ca1eb8 |
+ If none of them are found, the first principal in keytab is
|
|
|
ca1eb8 |
+ returned.
|
|
|
ca1eb8 |
</para>
|
|
|
ca1eb8 |
<para>
|
|
|
ca1eb8 |
Default: host/hostname@REALM
|
|
|
ca1eb8 |
--
|
|
|
ca1eb8 |
2.17.1
|
|
|
ca1eb8 |
|