nss-pam-ldapd commit: r1090 - nss-pam-ldapd/man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1090 - nss-pam-ldapd/man
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1090 - nss-pam-ldapd/man
- Date: Sat, 8 May 2010 12:39:31 +0200 (CEST)
Author: arthur
Date: Sat May 8 12:39:30 2010
New Revision: 1090
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1090
Log:
fix wrapping of long line (thanks lintian)
Modified:
nss-pam-ldapd/man/nslcd.conf.5.xml
Modified: nss-pam-ldapd/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.conf.5.xml Sat May 8 12:34:06 2010 (r1089)
+++ nss-pam-ldapd/man/nslcd.conf.5.xml Sat May 8 12:39:30 2010 (r1090)
@@ -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
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1090 - nss-pam-ldapd/man,
Commits of the nss-pam-ldapd project.