[Freeipa-users] getent passwd returns username at domain.com for username

Watson, Dan Dan.Watson at bcferries.com
Thu May 12 17:23:27 UTC 2016


Tuned out to be the default_domain_suffix setting. It appears our RHEL 6.5 installs ignore it but RHEL 6.8 doesn't. Now that the setting actually does something I've discovered my setting was wrong.

Thanks!
Dan

-----Original Message-----
From: Lukas Slebodnik [mailto:lslebodn at redhat.com] 
Sent: May 12, 2016 12:09 AM
To: Watson, Dan
Cc: freeipa-users at redhat.com
Subject: Re: [Freeipa-users] getent passwd returns username at domain.com for username

On (11/05/16 17:17), Watson, Dan wrote:
>Hi All,
>
>I've run into some strangeness and I just haven't been able to find a solution online.
>
>On my existing RHEL 6.5 servers everything runs fine. I do not use the IPA client install but rather manually setup SSSD, LDAP and Kerberos. We've got a RHEL 6.8 machine that just was added to IPA and it's showing some strangeness.
>
>RHEL 6.5:
>getent passwd
>...
>username:*:12345678:12345678:User Name:/home/username:/bin/bash
>...
>
The output looks like with disabled option
use_fully_qualified_names.

>RHEL 6.8:
>getent passwd
>...
>username at domain.com:*:12345678:12345678:User  Name:/home/username:/bin/bash
>...
>
The output looks like with enabled option
use_fully_qualified_names.

By default it should be false.
However, if you use default_domain_suffix then the default value is true.
https://fedorahosted.org/sssd/ticket/2569

This bug fix was introduced in 1.13.0

LS




More information about the Freeipa-users mailing list