Replace dc=example,dc=com
with your LLDAP configured domain.
uid=admin,ou=people,dc=example,dc=com
ou=people,dc=example,dc=com
uid, mail
uid
If you have a media
group, you can use:
(memberof=cn=media,ou=groups,dc=example,dc=com)
Otherwise, just use:
(uid=*)
Same here. If you have media_admin
group (doesn't have to be named like
that), use:
(memberof=cn=media_admin,ou=groups,dc=example,dc=com)
Otherwise, you can use LLDAP's admin group:
(memberof=cn=lldap_admin,ou=groups,dc=example,dc=com)