ldap3 0.5.1

Pure-Rust LDAPv3 Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
dn: olcDatabase={1}mdb,cn=config
objectClass: olcMdbConfig
objectClass: olcDatabaseConfig
olcDatabase: {1}mdb
olcDbDirectory: db/main
olcSuffix: dc=example,dc=org
olcRootDN: cn=Manager,dc=example,dc=org
olcRootPw: secret
olcDbIndex: objectClass eq
olcDbMaxSize: 10485760
olcLimits: {0}anonymous size.prtotal=unlimited
olcAccess: {0}to attrs=userPassword
  by self write
  by anonymous auth
  by * none
olcAccess: {1}to * by * read