Hi,

This is in continuation of my previous question. In stdconfig.py, following is mentioned.

It says cn=users but users is an organizational unit. Then it should be ou=users?

I am not able to figure out the corresponding LDIF for LDAP server? Why is it 'cn' and not 'ou'


"rdnSchema": {
67            "base": "dc=example,dc=com",
68            "users": "cn=users",
69            "groups": "cn=groups",
70            "locations": "cn=locations",
71            "resources": "cn=resources",
72            "addresses": "cn=addresses",
73        },

What needs to be created on LDAP server to satisfy above rdnSchema expected by Caldav Server?


Best Regards,

PS: I have been struggling with this. Please provide assistance to resolve this issue?