##// END OF EJS Templates
db: always use Session() for compatibility, Using Session is actually the...
db: always use Session() for compatibility, Using Session is actually the scoped_session which is not the same as the one which we "call". More here: http://docs.sqlalchemy.org/en/latest/orm/contextual.html#contextual-thread-local-sessions

File last commit:

r1:854a839a default
r506:4c6b9282 default
Show More
ldap-configuration-example.rst
13 lines | 480 B | text/x-rst | RstLexer
/ docs / auth / ldap-configuration-example.rst
project: added all source files and assets
r1 LDAP Host hostname1,hostname2 # testing here
Port port
Account: `uid=admin,cn=users,cn=accounts,dc=localdomain,dc=tld`
Password: userpassword #Testing this here
Connection Security LDAPS
Certificate Checks ``NEVER``
Base DN cn=users,cn=accounts,dc=localdomain,dc=tld
LDAP Search Filter (objectClass=person)
LDAP Search Scope SUBTREE
Login Attribute uid
First Name Attribute givenname
Last Name Attribute sn
Email Attribute mail