dengshuan
Results
2
issues of
dengshuan
I got `ldap_modify: Other (e.g., implementation specific) error (80)` error during startup with godaddy certificate I start the container by ``` docker run -d -v $HOME/certs:/container/service/slapd/assets/certs \ -h ldap.mycompany.com \...
bug
Docker Image
In _Handling Forms_ chapter, `Unique` validator doesn't initialize `message`. Should be changed to this: ``` def __init__(self, model, field, message=u'This element already exists.'): self.model = model self.field = field self.message...