# HG changeset patch # User Alexandre Fayolle # Date 1270208896 -7200 # Node ID 18388a897d2a42997350ae96983d19b6e8ef7a18 # Parent f15286235aef833900695577003c3c348faec1c5 list allowed values for ldap protocol setting in help, so that the generated file includes this in a comment diff -r f15286235aef -r 18388a897d2a server/sources/ldapuser.py --- a/server/sources/ldapuser.py Fri Apr 02 09:56:40 2010 +0200 +++ b/server/sources/ldapuser.py Fri Apr 02 13:48:16 2010 +0200 @@ -64,7 +64,7 @@ {'type' : 'choice', 'default': 'ldap', 'choices': ('ldap', 'ldaps', 'ldapi'), - 'help': 'ldap protocol', + 'help': 'ldap protocol (allowed values: ldap, ldaps, ldapi)', 'group': 'ldap-source', 'inputlevel': 1, }),