shaozi
shaozi
@himdel Can you give an example of the html on how to use your directive? Thanks!
Sounds like a good suggestion. Do you have an example?
I am debating if we should include this feature. The purpose of ldap-authentication is as the name indicates, authenticate a user. Adding getting all users may diverge from that goal.
Sorry just noticed this. What do you mean by not send the `success` flag?
This library just get the user details from LDAP. If you are using passport, you can check this code for how to integrate the library in passport. https://github.com/shaozi/express-passport-ldap-mongoose/blob/95db724878c62e4ce8336573649c613514ce7ecf/index.js#L87
I found it. var a = new Address4('1.1.1.1/16')
It will be nice to have a browser example in the `README.md`
Same here with: - Augury version (required): 1.25.2 - Angular version (required): 9.0.4 - Os: Osx
with some inspection of the class, we can use this to get a list of fields: ```python def Type_Obj(UM_Class): fields = UM_Class.schema.fields.keys() class __TYPE_CLASS(): pass __TYPE_CLASS.__name__ = f'DB_TYPE_{UM_Class.__name__}' for field...
One way to make sure schema is valid can be making use of this feature in MongoDB: https://www.mongodb.com/blog/post/mongodb-36-json-schema-validation-expressive-query-syntax