On (15/02/16 09:09), Lukas Slebodnik wrote:
>ehlo,
>
>lintian can find typos in strings in binary files.
>Attached patch should fix them.
>I replace typos on all places in code and not just in error messages.
>
>LS

BTW there is also another lintian issue in manual pages which I'm not sure
how to solve.

usr/share/man/man5/sssd-ldap.5.gz permit to permit one to

IMHO, one of possibel solution might be
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 66b9024..f3442db 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1864,7 +1864,7 @@
                             access_provider = ldap, ldap_access_order = filter
                             and this option is not set, it will result in all
                             users being denied access.
-                            Use access_provider = permit to change this default
+                            Use 'access_provider = permit' to change this 
default
                             behavior. Please note that this filter is applied 
on
                             the LDAP user entry only and thus filtering based
                             on nested groups may not work (e.g. memberOf

or should we use <quote></quote> <emphasis></emphasis> ... ?
_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/admin/lists/[email protected]

Reply via email to