#1464 Manpage for ldap_sasl_authid needs to show correct default
Closed: Fixed None Opened 11 years ago by sgallagh.

The manpage currently reads

       ldap_sasl_authid (string)
           Specify the SASL authorization id to use. When GSSAPI is used, this
           represents the Kerberos principal used for authentication to the
           directory.

           Default: host/machine.fqdn@REALM

The default lists fqdn, but the code actually uses {{{gethostname()}}} to resolve this. If the machine host name is not set to an FQDN, this leads to confusion.

We can't really change how we get this default, so we just need to update the manpage to read

       ldap_sasl_authid (string)
           Specify the SASL authorization id to use. When GSSAPI is used, this
           represents the Kerberos principal used for authentication to the
           directory.

           Default: host/hostname@REALM

Fields changed

owner: somebody => mzidek

master: e3e16b8

milestone: NEEDS_TRIAGE => SSSD 1.9.0 RC1
resolution: => fixed
status: new => closed

Fields changed

milestone: SSSD 1.9.0 RC1 => SSSD 1.9.0 SF
rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to mzidek
- Issue set to the milestone: SSSD 1.9.0 SF

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2506

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata