From 3de75ef335b1f7b552d2420bbf7e489aae1a131d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 8 May 2010 10:39:30 +0000 Subject: 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 --- man/nslcd.conf.5.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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 @@ For example, to check that the user has a proper authorizedService value if the attribute is present: - (&(objectClass=posixAccount)(uid=$username)(|(authorizedService=$service)(!(authorizedService=*)))) + (&(objectClass=posixAccount)(uid=$username) + (|(authorizedService=$service)(!(authorizedService=*)))) The default behaviour is not to do this extra search and always -- cgit v1.2.3