URL: https://github.com/SSSD/sssd/pull/599 Author: amitkumar50 Title: #599: MAN: Give information regarding priority of ldap lookup Action: opened
PR body: """ 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 """ 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 e0629ec99e3acd5246ab5fc0a9265806c7e9f3dc 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index f7617670c..d3b094055 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1778,7 +1778,16 @@ 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). + <programlisting> +our.hostname@REALM or host/our.hostname@REALM depending on the input +SHORT.HOSTNAME$@REALM (AD domain) +host/our.hostname@REALM +foobar$@REALM (AD domain) +host/foobar@REALM +host/foo@BAR +pick the first principal in the keytab + </programlisting> </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/KBKUT3TD6N6J7YHVP57DJD4PC7H6RTNF/