server/sources/ldapuser.py
branchstable
changeset 5138 18388a897d2a
parent 4913 083b4d454192
child 5153 3684ccae5cdc
equal deleted inserted replaced
5135:f15286235aef 5138:18388a897d2a
    62           }),
    62           }),
    63         ('protocol',
    63         ('protocol',
    64          {'type' : 'choice',
    64          {'type' : 'choice',
    65           'default': 'ldap',
    65           'default': 'ldap',
    66           'choices': ('ldap', 'ldaps', 'ldapi'),
    66           'choices': ('ldap', 'ldaps', 'ldapi'),
    67           'help': 'ldap protocol',
    67           'help': 'ldap protocol (allowed values: ldap, ldaps, ldapi)',
    68           'group': 'ldap-source', 'inputlevel': 1,
    68           'group': 'ldap-source', 'inputlevel': 1,
    69           }),
    69           }),
    70 
    70 
    71         ('auth-mode',
    71         ('auth-mode',
    72          {'type' : 'choice',
    72          {'type' : 'choice',