On Wed, Jul 10, 2013 at 07:15:44PM +0300, Alexander Bokovoy wrote:
> We'll need to be able to read separator value out of /etc/sssd.conf. I
> wonder if this could actually be done by libsss_nss_idmap so that we
> don't need to reimplement the code to read config and link directly with
> libini_config.
Unfortunately it's even more complex, because not only you can set the
separator, but the FQDN format can be specified with a printf(3)-like
expression, the default is:
full_name_format = %1$s@%2$s (user@domain)
But nothing prevents the admin from setting i.e. NetBIOS-styled FQDNs:
full_name_format = %3$s\\%1$s (netbios\user)
I think we should just warn if the full_name_format directive is
specified to anything else than the default.
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel