lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1880 - nss-pam-ldapd/nslcd

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

nss-pam-ldapd commit: r1880 - nss-pam-ldapd/nslcd



Author: arthur
Date: Fri Dec 28 22:03:23 2012
New Revision: 1880
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1880&view=revision

Log:
re-order enum values to use the same order as elsewhere

Modified:
   nss-pam-ldapd/nslcd/cfg.h

Modified: nss-pam-ldapd/nslcd/cfg.h
==============================================================================
--- nss-pam-ldapd/nslcd/cfg.h   Mon Dec 24 18:46:35 2012        (r1879)
+++ nss-pam-ldapd/nslcd/cfg.h   Fri Dec 28 22:03:23 2012        (r1880)
@@ -56,17 +56,17 @@
 
 /* selectors for different maps */
 enum ldap_map_selector {
-  LM_PASSWD,
-  LM_SHADOW,
+  LM_ALIASES,
+  LM_ETHERS,
   LM_GROUP,
   LM_HOSTS,
-  LM_SERVICES,
+  LM_NETGROUP,
   LM_NETWORKS,
+  LM_PASSWD,
   LM_PROTOCOLS,
   LM_RPC,
-  LM_ETHERS,
-  LM_ALIASES,
-  LM_NETGROUP,
+  LM_SERVICES,
+  LM_SHADOW,
   LM_NONE
 };
 
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/