lp bug: https://launchpad.net/bugs/806914 fixed

bzr revid: fp@tinyerp.com-20110925222014-739rw6mpsurzo1cj
This commit is contained in:
Fabien Pinckaers 2011-09-26 00:20:14 +02:00
commit 97a5464faf
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class CompanyLDAP(osv.osv):
'ldap_password': fields.char('LDAP password', size=64,
help=("The password of the user account on the LDAP server that is "
"used to query the directory.")),
'ldap_filter': fields.char('LDAP filter', size=64, required=True),
'ldap_filter': fields.char('LDAP filter', size=256, required=True),
'ldap_base': fields.char('LDAP base', size=64, required=True),
'user': fields.many2one('res.users', 'Model User',
help="Model used for user creation"),