lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.8.12-149-gf478830

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

nss-pam-ldapd branch master updated. 0.8.12-149-gf478830



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  f4788302e1c717147fa1a4285f6b69928c2b8a0b (commit)
      from  2b097f72a5d890728a76e91249daf1fe3e4659b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=f4788302e1c717147fa1a4285f6b69928c2b8a0b

commit f4788302e1c717147fa1a4285f6b69928c2b8a0b
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Mar 30 14:08:09 2013 +0100

    Mark unsupported pynslcd configuration options

diff --git a/pynslcd/cfg.py b/pynslcd/cfg.py
index eaeaff0..baa29ec 100644
--- a/pynslcd/cfg.py
+++ b/pynslcd/cfg.py
@@ -37,24 +37,23 @@ gid = None
 logs = []
 
 # the LDAP server to use
-# FIXME: support multiple servers and have a fail-over mechanism
-uri = None
+uri = None  # FIXME: support multiple servers and have a fail-over mechanism
 # LDAP protocol version to use (perhaps fix at 3?)
 ldap_version = ldap.VERSION3
 # the DN to use when binding
-binddn = None
-bindpw = None
+binddn = None  # FIXME: add support
+bindpw = None  # FIXME: add support
 # the DN to use to perform password modifications as root
 rootpwmoddn = None
 rootpwmodpw = None
 
 # SASL configuration
-sasl_mech = None
-sasl_realm = None
-sasl_authcid = None
-sasl_authzid = None
-sasl_secprops = None
-sasl_canonicalize = None
+sasl_mech = None  # FIXME: add support
+sasl_realm = None  # FIXME: add support
+sasl_authcid = None  # FIXME: add support
+sasl_authzid = None  # FIXME: add support
+sasl_secprops = None  # FIXME: add support
+sasl_canonicalize = None  # FIXME: add support
 
 # LDAP bases to search
 bases = []
@@ -65,10 +64,10 @@ deref = ldap.DEREF_NEVER
 referrals = True
 
 # timing configuration
-bind_timelimit = 10
+bind_timelimit = 10  # FIXME: add support
 timelimit = ldap.NO_LIMIT
-idle_timelimit = 0
-reconnect_sleeptime = 1
+idle_timelimit = 0  # FIXME: add support
+reconnect_sleeptime = 1  # FIXME: add support
 reconnect_retrytime = 10
 
 # SSL/TLS options
@@ -82,13 +81,13 @@ tls_cert = None
 tls_key = None
 
 # other options
-pagesize = 0
-nss_initgroups_ignoreusers = set()
-nss_min_uid = 0
+pagesize = 0  # FIXME: add support
+nss_initgroups_ignoreusers = set()  # FIXME: add support
+nss_min_uid = 0  # FIXME: add support
 nss_nested_groups = False
 validnames = re.compile(r'^[a-z0-9._@$][a-z0-9._@$ 
\\~-]{0,98}[a-z0-9._@$~-]$', re.IGNORECASE)
 pam_authz_searches = []
-pam_password_prohibit_message = None
+pam_password_prohibit_message = None  # FIXME: add support
 nscd_invalidate = set()
 
 

-----------------------------------------------------------------------

Summary of changes:
 pynslcd/cfg.py |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/