Retrait doublon (infos de connexion)

doivent etre renseignees a la creation du connecteur, pas lors de la
    creation de la requete
This commit is contained in:
Paul Marillonnet 2017-02-28 17:58:23 +01:00
parent cbc39fbf91
commit 090d94c593
1 changed files with 3 additions and 3 deletions

View File

@ -299,9 +299,9 @@ class Query(models.Model):
slug = models.SlugField('Name (slug)')
label = models.CharField('Label', max_length=100)
description = models.TextField('Description', blank=True)
server = models.CharField('Server', max_length=200)
user = models.CharField('User', max_length=200)
password = models.CharField('Password', max_length=50)
#server = models.CharField('Server', max_length=200)
#user = models.CharField('User', max_length=200)
#password = models.CharField('Password', max_length=50)
distinguished_name = models.TextField('Distinguished name', blank=True, #initial=base,
help_text='Distinguished name for the LDAP operation')
filters = models.TextField('Filters', blank=True,