nss-pam-ldapd commit: r1136 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1136 - nss-pam-ldapd/nslcd
- 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: r1136 - nss-pam-ldapd/nslcd
- Date: Fri, 11 Jun 2010 16:47:23 +0200 (CEST)
Author: arthur
Date: Fri Jun 11 16:47:22 2010
New Revision: 1136
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1136
Log:
fix and remove source code comments
Modified:
nss-pam-ldapd/nslcd/nslcd.c
Modified: nss-pam-ldapd/nslcd/nslcd.c
==============================================================================
--- nss-pam-ldapd/nslcd/nslcd.c Fri Jun 4 10:15:12 2010 (r1135)
+++ nss-pam-ldapd/nslcd/nslcd.c Fri Jun 11 16:47:22 2010 (r1136)
@@ -110,7 +110,7 @@
"warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.\n");
}
-/* display usage information to stdout and exit(status) */
+/* display usage information */
static void display_usage(FILE *fp,const char *program_name)
{
fprintf(fp,"Usage: %s [OPTION]...\n",program_name);
@@ -585,8 +585,6 @@
/* this is a bit ugly */
environ=sane_environment;
#endif /* not HAVE_CLEARENV */
- /* check if we are already running */
- /* FIXME: implement (maybe pass along options or commands) */
/* disable ldap lookups of host names to avoid lookup loop
and fall back to files dns (a sensible default) */
/* TODO: parse /etc/nsswitch ourselves and just remove ldap from the list */
--
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: r1136 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project.