lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1948 - nss-pam-ldapd-0.8/nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1948 - nss-pam-ldapd-0.8/nslcd



Author: arthur
Date: Sun Apr 28 16:56:04 2013
New Revision: 1948
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1948&view=revision

Log:
the argument to nss_min_uid must be numeric

Modified:
   nss-pam-ldapd-0.8/nslcd/cfg.c

Modified: nss-pam-ldapd-0.8/nslcd/cfg.c
==============================================================================
--- nss-pam-ldapd-0.8/nslcd/cfg.c       Sun Apr 28 16:50:43 2013        (r1947)
+++ nss-pam-ldapd-0.8/nslcd/cfg.c       Sun Apr 28 16:56:04 2013        (r1948)
@@ -1193,7 +1193,8 @@
     }
     else if (strcasecmp(keyword,"nss_min_uid")==0)
     {
-      get_uid(filename,lnr,keyword,&line,&cfg->ldc_nss_min_uid,NULL,NULL);
+      get_int(filename,lnr,keyword,&line,&i);
+      cfg->ldc_nss_min_uid=i;
       get_eol(filename,lnr,keyword,&line);
     }
     else if (strcasecmp(keyword,"validnames")==0)
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/