diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-08 12:39:30 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-08 12:39:30 +0200 |
commit | 3de75ef335b1f7b552d2420bbf7e489aae1a131d (patch) | |
tree | 56627102793f530e86da65c06d7a2d4881aaad86 /man | |
parent | 9ebb27f28e7d2acbc040defabb4613c935805da3 (diff) |
fix wrapping of long line (thanks lintian)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1090 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 499ed67..216fca0 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -664,7 +664,8 @@ <para> For example, to check that the user has a proper authorizedService value if the attribute is present: - <literal>(&(objectClass=posixAccount)(uid=$username)(|(authorizedService=$service)(!(authorizedService=*))))</literal> + <literal>(&(objectClass=posixAccount)(uid=$username) + (|(authorizedService=$service)(!(authorizedService=*))))</literal> </para> <para> The default behaviour is not to do this extra search and always |