URL: https://github.com/SSSD/sssd/pull/599
Author: amitkumar50
 Title: #599: MAN: Give information regarding priority of ldap lookup
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/599/head:pr599
git checkout pr599
From 1dcefef98800ed55ae2a7ee83fd7e14e2570da64 Mon Sep 17 00:00:00 2001
From: amitkumar50 <amitk...@redhat.com>
Date: Fri, 15 Jun 2018 10:45:38 +0530
Subject: [PATCH] MAN: Give information regarding priority of ldap lookup

This PR provides information about priority of lookup
similar to as provided by function select_principal_from_keytab().

Resolves: https://pagure.io/SSSD/sssd/issue/3475
---
 src/man/sssd-ldap.5.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index f7617670c..3145f0730 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1778,7 +1778,18 @@
                             principal used for authentication to the directory.
                             This option can either contain the full principal (for
                             example host/myh...@example.com) or just the principal name
-                            (for example host/myhost).
+                            (for example host/myhost). By default, the value is not set
+                            and the following principals are used:
+                            <programlisting>
+hostname@REALM
+netbiosname$@REALM
+host/hostname@REALM
+*$@REALM
+host/*@REALM
+host/*
+                            </programlisting>
+                            If none of them are found, the first principal in keytab is
+                            returned.
                         </para>
                         <para>
                             Default: host/hostname@REALM
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/sssd-devel@lists.fedorahosted.org/message/E5JLLPRB6DXQADEXUJMT6VFJOP2GTF5M/

Reply via email to